@effected/runtimes 0.1.2 → 0.1.4

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.
@@ -5,6 +5,10 @@
5
5
  * @internal
6
6
  */
7
7
  const denoDefaults = [
8
+ {
9
+ version: "2.9.3",
10
+ date: "2026-07-15T15:35:06Z"
11
+ },
8
12
  {
9
13
  version: "2.9.2",
10
14
  date: "2026-07-08T14:36:21Z"
@@ -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.2",
3
+ "version": "0.1.4",
4
4
  "private": false,
5
5
  "description": "Resolve semver-compatible Node.js, Bun and Deno runtime versions with offline fallback.",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "./package.json": "./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@effected/semver": "0.2.0"
43
+ "@effected/semver": "~0.2.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "effect": "4.0.0-beta.99"
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.11"
8
+ "packageVersion": "7.58.12"
9
9
  }
10
10
  ]
11
11
  }