@kyro-cms/core 0.12.39 → 0.12.40
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/dist/cli/index.cjs +0 -1
- package/dist/cli/index.js +0 -1
- package/package.json +2 -2
package/dist/cli/index.cjs
CHANGED
|
@@ -234,7 +234,6 @@ ${e.map(t=>{let o=C(t.slug);return ` ${N(t.slug)}: {
|
|
|
234
234
|
\u{1F5C2}\uFE0F Selecting or creating D1 database (${i})...`);try{let b=child_process.execSync(`${y} d1 create "${i}"`,{stdio:"pipe"}).toString().match(/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})/i);b&&(w=b[1]);}catch{try{let b=child_process.execSync(`${y} d1 list --json`,{stdio:"pipe"}).toString(),_=JSON.parse(b).find(W=>W.name===i);_&&(w=_.id||_.uuid);}catch{}}console.log(n__default.default.green(`\u2705 Using D1 database: ${i} (ID: ${w})`));}console.log(`
|
|
235
235
|
\u{1F5C4}\uFE0F Provisioning R2 Bucket '${p}'...`);try{child_process.execSync(`${y} r2 bucket create "${p}"`,{stdio:"ignore"});}catch{console.log(`\u2139\uFE0F Bucket '${p}' already exists.`);}try{child_process.execSync(`echo "y" | ${y} r2 bucket dev-url enable "${p}"`,{stdio:"ignore"});}catch{}console.log(`
|
|
236
236
|
\u2699\uFE0F Generating wrangler.toml...`);let E=`name = "${c}"
|
|
237
|
-
main = "dist/server/entry.mjs"
|
|
238
237
|
compatibility_date = "2026-01-01"
|
|
239
238
|
compatibility_flags = ["nodejs_compat"]
|
|
240
239
|
|
package/dist/cli/index.js
CHANGED
|
@@ -234,7 +234,6 @@ ${e.map(t=>{let o=C(t.slug);return ` ${N(t.slug)}: {
|
|
|
234
234
|
\u{1F5C2}\uFE0F Selecting or creating D1 database (${i})...`);try{let b=execSync(`${y} d1 create "${i}"`,{stdio:"pipe"}).toString().match(/([a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})/i);b&&(w=b[1]);}catch{try{let b=execSync(`${y} d1 list --json`,{stdio:"pipe"}).toString(),_=JSON.parse(b).find(W=>W.name===i);_&&(w=_.id||_.uuid);}catch{}}console.log(n.green(`\u2705 Using D1 database: ${i} (ID: ${w})`));}console.log(`
|
|
235
235
|
\u{1F5C4}\uFE0F Provisioning R2 Bucket '${p}'...`);try{execSync(`${y} r2 bucket create "${p}"`,{stdio:"ignore"});}catch{console.log(`\u2139\uFE0F Bucket '${p}' already exists.`);}try{execSync(`echo "y" | ${y} r2 bucket dev-url enable "${p}"`,{stdio:"ignore"});}catch{}console.log(`
|
|
236
236
|
\u2699\uFE0F Generating wrangler.toml...`);let E=`name = "${c}"
|
|
237
|
-
main = "dist/server/entry.mjs"
|
|
238
237
|
compatibility_date = "2026-01-01"
|
|
239
238
|
compatibility_flags = ["nodejs_compat"]
|
|
240
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kyro-cms/core",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.40",
|
|
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"
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"ws": "^8.18.0",
|
|
192
192
|
"zod": "^3.24.0",
|
|
193
193
|
"zod-to-json-schema": "^3.25.2",
|
|
194
|
-
"@kyro-cms/ai": "0.12.
|
|
194
|
+
"@kyro-cms/ai": "0.12.39"
|
|
195
195
|
},
|
|
196
196
|
"devDependencies": {
|
|
197
197
|
"@tailwindcss/vite": "^4.0.0",
|