create-contentisland 0.1.1 → 0.1.3
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/index.js +2 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -341,8 +341,7 @@ const x = ".content-island", G = "config.json", L = ".gitignore", B = ".env", O
|
|
|
341
341
|
}, ue = (e) => {
|
|
342
342
|
const t = z.spawn("npm", ["install"], {
|
|
343
343
|
cwd: e,
|
|
344
|
-
stdio: "inherit"
|
|
345
|
-
shell: !0
|
|
344
|
+
stdio: "inherit"
|
|
346
345
|
});
|
|
347
346
|
return new Promise((n) => {
|
|
348
347
|
t.on("close", (a) => {
|
|
@@ -776,7 +775,7 @@ const v = async (e, t) => {
|
|
|
776
775
|
} catch (e) {
|
|
777
776
|
o.newLine(), o.error("Error during Content Island integration:"), o.error(e instanceof Error ? e.message : String(e)), process.exit(1);
|
|
778
777
|
}
|
|
779
|
-
}, Ue = "0.1.
|
|
778
|
+
}, Ue = "0.1.3", Ve = {
|
|
780
779
|
version: Ue
|
|
781
780
|
}, b = ae("create-contentisland");
|
|
782
781
|
b.command("", "Initialize and validate a project").example("npm create contentisland").example("npm create contentisland --token <token>").example("npm create contentisland --token <token> --template starlight").option(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-contentisland",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Content Island - Starlight CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": false,
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"test:watch": "vitest -c ./config/test/config.ts"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@content-island/api-client": "0.
|
|
30
|
+
"@content-island/api-client": "0.15.0",
|
|
31
31
|
"cac": "6.7.14",
|
|
32
32
|
"prompts": "2.4.2"
|
|
33
33
|
},
|