@kyro-cms/core 0.12.24 → 0.12.27
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kyro-cms/core",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.27",
|
|
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"
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
"@ai-sdk/openai": "^0.0.14",
|
|
153
153
|
"@aws-sdk/client-s3": "^3.751.0",
|
|
154
154
|
"@aws-sdk/s3-request-presigner": "^3.751.0",
|
|
155
|
-
"@kyro-cms/ai": "0.12.23",
|
|
156
155
|
"@smithy/node-http-handler": "^4.7.0",
|
|
157
156
|
"@tiptap/core": "^3.23.6",
|
|
158
157
|
"@tiptap/extension-color": "^3.23.6",
|
|
@@ -190,7 +189,8 @@
|
|
|
190
189
|
"unstorage": "^1.17.5",
|
|
191
190
|
"ws": "^8.18.0",
|
|
192
191
|
"zod": "^3.24.0",
|
|
193
|
-
"zod-to-json-schema": "^3.25.2"
|
|
192
|
+
"zod-to-json-schema": "^3.25.2",
|
|
193
|
+
"@kyro-cms/ai": "0.12.27"
|
|
194
194
|
},
|
|
195
195
|
"devDependencies": {
|
|
196
196
|
"@types/better-sqlite3": "^7.6.13",
|