@kurone-kito/sea-builder 0.22.0-alpha.2 → 0.22.0-alpha.3

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -7,7 +7,8 @@ SEA (Single Executable Application) Builder for the Node.js apps
7
7
  - Node.js: Any of the following versions
8
8
  - Iron LTS (`^20.11.x`)
9
9
  - Jod LTS (`^22.x.x`)
10
- - Latest (`>=24.x.x`)
10
+ - Krypton LTS (`^24.x.x`)
11
+ - Latest (`>=25.x.x`)
11
12
 
12
13
  ## Usage
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kurone-kito/sea-builder",
3
- "version": "0.22.0-alpha.2",
3
+ "version": "0.22.0-alpha.3",
4
4
  "description": "The Single Executable App (SEA) builder for the Node.js",
5
5
  "keywords": [
6
6
  "sea",
@@ -42,8 +42,8 @@
42
42
  "undici": "7.16.0",
43
43
  "vite": "^7.1.12",
44
44
  "vitest": "^4.0.6",
45
- "@kurone-kito/typescript-config": "^0.22.0-alpha.2",
46
- "@kurone-kito/vite-lib-config": "^0.22.0-alpha.2"
45
+ "@kurone-kito/typescript-config": "^0.22.0-alpha.3",
46
+ "@kurone-kito/vite-lib-config": "^0.22.0-alpha.3"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "xsea": "*"