Skip to content

Commit 82d3f67

Browse files
committed
Revert runtime order introduced in last change
1 parent 7a1ada6 commit 82d3f67

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
---
44

5+
## [2.0.4] 2025-01-17
6+
7+
### Changed
8+
9+
- Previously published version updated default runtimes without doing so as a breaking change; reverted to previous preferred order
10+
11+
---
12+
513
## [2.0.3] 2024-12-03
614

715
### Added

cjs/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
// Runtimes still being tested out can be added, just not at runtimes[runtime][0]
44
let runtimes = {
55
node: [
6-
'nodejs22.x',
76
'nodejs20.x',
7+
'nodejs22.x',
88
'nodejs18.x',
99
],
1010
python: [
11-
'python3.13',
1211
'python3.12',
12+
'python3.13',
1313
'python3.11',
1414
'python3.10',
1515
'python3.9',
@@ -21,8 +21,8 @@ let runtimes = {
2121
'java8.al2',
2222
],
2323
dotnet: [
24-
'dotnet8',
2524
'dotnet6',
25+
'dotnet8',
2626
],
2727
ruby: [
2828
'ruby3.3',

0 commit comments

Comments
 (0)