@jskit-ai/create-app 0.1.129 → 0.1.131

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/create-app",
3
- "version": "0.1.129",
3
+ "version": "0.1.131",
4
4
  "description": "Scaffold JSKIT app shells.",
5
5
  "type": "module",
6
6
  "files": [
@@ -20,10 +20,10 @@
20
20
  "./client": "./src/client/index.js"
21
21
  },
22
22
  "dependencies": {
23
- "@jskit-ai/jskit-cli": "0.2.132"
23
+ "@jskit-ai/jskit-cli": "0.2.134"
24
24
  },
25
25
  "engines": {
26
- "node": ">=20 <23"
26
+ "node": "^22.12.0 || ^24.0.0 || ^26.0.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
@@ -0,0 +1 @@
1
+ 26
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "description": "JSKIT shell-web app (Fastify + Vue)",
7
7
  "engines": {
8
- "node": "^20.19.0 || ^22.12.0"
8
+ "node": "26.x"
9
9
  },
10
10
  "scripts": {
11
11
  "server": "node ./bin/server.js",
@@ -53,5 +53,10 @@
53
53
  "vite": "^8.0.16",
54
54
  "vite-plugin-vuetify": "^2.1.3",
55
55
  "vitest": "^4.1.9"
56
+ },
57
+ "allowScripts": {
58
+ "fsevents@2.3.2": true,
59
+ "fsevents@2.3.3": true,
60
+ "vue-demi@0.14.10": true
56
61
  }
57
62
  }
@@ -0,0 +1 @@
1
+ 26
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "description": "Minimal JSKIT base app (Fastify + Vue)",
7
7
  "engines": {
8
- "node": "^20.19.0 || ^22.12.0"
8
+ "node": "26.x"
9
9
  },
10
10
  "scripts": {
11
11
  "server": "node ./bin/server.js",
@@ -51,5 +51,10 @@
51
51
  "vite": "^8.0.16",
52
52
  "vite-plugin-vuetify": "^2.1.3",
53
53
  "vitest": "^4.1.9"
54
+ },
55
+ "allowScripts": {
56
+ "fsevents@2.3.2": true,
57
+ "fsevents@2.3.3": true,
58
+ "vue-demi@0.14.10": true
54
59
  }
55
60
  }