@effected/runtimes 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4430,12 +4430,14 @@ const nodeScheduleDefaults = {
|
|
|
4430
4430
|
start: "2026-05-05",
|
|
4431
4431
|
lts: "2026-10-28",
|
|
4432
4432
|
maintenance: "2027-10-20",
|
|
4433
|
-
end: "2029-04-30"
|
|
4433
|
+
end: "2029-04-30",
|
|
4434
|
+
codename: ""
|
|
4434
4435
|
},
|
|
4435
4436
|
v27: {
|
|
4436
4437
|
start: "2027-04-22",
|
|
4437
4438
|
maintenance: "2027-10-20",
|
|
4438
|
-
end: "2030-04-30"
|
|
4439
|
+
end: "2030-04-30",
|
|
4440
|
+
codename: ""
|
|
4439
4441
|
}
|
|
4440
4442
|
};
|
|
4441
4443
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effected/runtimes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Resolve semver-compatible Node.js, Bun and Deno runtime versions with offline fallback.",
|
|
6
6
|
"keywords": [
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"./package.json": "./package.json"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@effected/semver": "~0.2.
|
|
43
|
+
"@effected/semver": "~0.2.1"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"effect": "4.0.0-beta.
|
|
46
|
+
"effect": "4.0.0-beta.101"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=24.11.0"
|