@kyro-cms/core 0.10.6 → 0.10.7
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 +6 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kyro-cms/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"description": "Astro-native headless CMS with multi-database adapters, multi-protocol APIs, and multi-vendor support",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=22"
|
|
@@ -199,7 +199,11 @@
|
|
|
199
199
|
"zod": "^3.24.0",
|
|
200
200
|
"zod-to-json-schema": "^3.25.2",
|
|
201
201
|
"graphql": "^16.10.0",
|
|
202
|
-
"graphql-yoga": "^5.21.2"
|
|
202
|
+
"graphql-yoga": "^5.21.2",
|
|
203
|
+
"@aws-sdk/client-s3": "^3.751.0",
|
|
204
|
+
"@aws-sdk/s3-request-presigner": "^3.751.0",
|
|
205
|
+
"@smithy/node-http-handler": "^4.7.0",
|
|
206
|
+
"basic-ftp": "^5.3.0"
|
|
203
207
|
},
|
|
204
208
|
"devDependencies": {
|
|
205
209
|
"@types/better-sqlite3": "^7.6.13",
|
|
@@ -226,35 +230,19 @@
|
|
|
226
230
|
}
|
|
227
231
|
},
|
|
228
232
|
"peerDependencies": {
|
|
229
|
-
"@aws-sdk/client-s3": "^3.751.0",
|
|
230
|
-
"@aws-sdk/s3-request-presigner": "^3.751.0",
|
|
231
|
-
"@smithy/node-http-handler": "^4.7.0",
|
|
232
233
|
"mongodb": "^6.12.0",
|
|
233
234
|
"ioredis": "^5.10.1",
|
|
234
|
-
"basic-ftp": "^5.3.0",
|
|
235
235
|
"ssh2": "^1.17.0",
|
|
236
236
|
"ssh2-sftp-client": "^12.1.1",
|
|
237
237
|
"astro": "^6.3.1"
|
|
238
238
|
},
|
|
239
239
|
"peerDependenciesMeta": {
|
|
240
|
-
"@aws-sdk/client-s3": {
|
|
241
|
-
"optional": true
|
|
242
|
-
},
|
|
243
|
-
"@aws-sdk/s3-request-presigner": {
|
|
244
|
-
"optional": true
|
|
245
|
-
},
|
|
246
|
-
"@smithy/node-http-handler": {
|
|
247
|
-
"optional": true
|
|
248
|
-
},
|
|
249
240
|
"mongodb": {
|
|
250
241
|
"optional": true
|
|
251
242
|
},
|
|
252
243
|
"ioredis": {
|
|
253
244
|
"optional": true
|
|
254
245
|
},
|
|
255
|
-
"basic-ftp": {
|
|
256
|
-
"optional": true
|
|
257
|
-
},
|
|
258
246
|
"ssh2": {
|
|
259
247
|
"optional": true
|
|
260
248
|
},
|