@beechcms/cms 0.4.0-preview.1 → 0.4.0-preview.2
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/bin/cli.mjs +1 -1
- package/bin/create.mjs +1 -1
- package/package.json +3 -3
package/bin/cli.mjs
CHANGED
package/bin/create.mjs
CHANGED
|
@@ -273,7 +273,7 @@ async function askCloudflareConfig(name) {
|
|
|
273
273
|
|
|
274
274
|
async function main() {
|
|
275
275
|
console.log()
|
|
276
|
-
p.intro(pc.bgGreen(pc.black('
|
|
276
|
+
p.intro(pc.bgGreen(pc.black(' @beechcms/cms ')))
|
|
277
277
|
|
|
278
278
|
// Project name
|
|
279
279
|
const projectName = await p.text({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beechcms/cms",
|
|
3
|
-
"version": "0.4.0-preview.
|
|
3
|
+
"version": "0.4.0-preview.2",
|
|
4
4
|
"packageManager": "npm@11.9.0",
|
|
5
5
|
"description": "Edge-Native, Schema-Driven Headless CMS built on Cloudflare Workers, D1, and R2. Features the Botanical Engine for alias-stable field management, a modular widget layer, and a React + Vite admin dashboard.",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"node": ">=18.0.0"
|
|
39
39
|
},
|
|
40
40
|
"bin": {
|
|
41
|
-
"
|
|
41
|
+
"beechcms": "bin/create.mjs",
|
|
42
42
|
"beech": "bin/cli.mjs"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript": "^5.9.3"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@beechcms/cli": "^0.4.0-preview.
|
|
57
|
+
"@beechcms/cli": "^0.4.0-preview.2",
|
|
58
58
|
"@clack/prompts": "^0.9.1",
|
|
59
59
|
"picocolors": "^1.1.1"
|
|
60
60
|
}
|