@jskit-ai/agent-docs 0.1.56 → 0.1.58
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.
|
@@ -159,6 +159,9 @@ The most important parts look like this:
|
|
|
159
159
|
|
|
160
160
|
```json
|
|
161
161
|
{
|
|
162
|
+
"engines": {
|
|
163
|
+
"node": "^20.19.0 || ^22.12.0"
|
|
164
|
+
},
|
|
162
165
|
"scripts": {
|
|
163
166
|
"server": "node ./bin/server.js",
|
|
164
167
|
"server:all": "node ./bin/server.js",
|
|
@@ -181,26 +184,26 @@ The most important parts look like this:
|
|
|
181
184
|
},
|
|
182
185
|
"dependencies": {
|
|
183
186
|
"@local/main": "file:packages/main",
|
|
184
|
-
"@fastify/static": "^9.1.
|
|
187
|
+
"@fastify/static": "^9.1.3",
|
|
185
188
|
"@jskit-ai/kernel": "0.x",
|
|
186
|
-
"@tanstack/vue-query": "^5.
|
|
189
|
+
"@tanstack/vue-query": "^5.101.0",
|
|
187
190
|
"@jskit-ai/http-runtime": "0.x",
|
|
188
|
-
"fastify": "^5.
|
|
189
|
-
"json-rest-schema": "^1.0.
|
|
191
|
+
"fastify": "^5.8.5",
|
|
192
|
+
"json-rest-schema": "^1.0.16",
|
|
190
193
|
"pinia": "^3.0.4",
|
|
191
|
-
"vue": "^3.5.
|
|
192
|
-
"vue-router": "^5.0
|
|
193
|
-
"vuetify": "^4.
|
|
194
|
+
"vue": "^3.5.38",
|
|
195
|
+
"vue-router": "^5.1.0",
|
|
196
|
+
"vuetify": "^4.1.2"
|
|
194
197
|
},
|
|
195
198
|
"devDependencies": {
|
|
196
199
|
"@jskit-ai/agent-docs": "0.x",
|
|
197
200
|
"@jskit-ai/config-eslint": "0.x",
|
|
198
201
|
"@jskit-ai/jskit-cli": "0.x",
|
|
199
|
-
"@playwright/test": "^1.
|
|
200
|
-
"@vitejs/plugin-vue": "^
|
|
201
|
-
"eslint": "^9.39.
|
|
202
|
-
"vite": "^
|
|
203
|
-
"vitest": "^4.
|
|
202
|
+
"@playwright/test": "^1.61.0",
|
|
203
|
+
"@vitejs/plugin-vue": "^6.0.7",
|
|
204
|
+
"eslint": "^9.39.4",
|
|
205
|
+
"vite": "^8.0.16",
|
|
206
|
+
"vitest": "^4.1.9"
|
|
204
207
|
}
|
|
205
208
|
}
|
|
206
209
|
```
|