@getcoherent/cli 0.2.2 → 0.2.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 +1 -4
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -7790,10 +7790,7 @@ ${stateBlock}${returnIndent}return (
|
|
|
7790
7790
|
if (!extracted) return false;
|
|
7791
7791
|
await integrateSharedLayoutIntoRootLayout3(projectRoot);
|
|
7792
7792
|
await ensureAuthRouteGroup(projectRoot);
|
|
7793
|
-
const allPageFiles = /* @__PURE__ */ new Set([
|
|
7794
|
-
...generatedPageFiles,
|
|
7795
|
-
...findAllPageFiles(resolve8(projectRoot, "app"))
|
|
7796
|
-
]);
|
|
7793
|
+
const allPageFiles = /* @__PURE__ */ new Set([...generatedPageFiles, ...findAllPageFiles(resolve8(projectRoot, "app"))]);
|
|
7797
7794
|
for (const file of allPageFiles) {
|
|
7798
7795
|
try {
|
|
7799
7796
|
let code = await readFile(file);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.2.
|
|
6
|
+
"version": "0.2.3",
|
|
7
7
|
"description": "CLI interface for Coherent Design Method",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"main": "./dist/index.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ora": "^7.0.1",
|
|
44
44
|
"prompts": "^2.4.2",
|
|
45
45
|
"zod": "^3.22.4",
|
|
46
|
-
"@getcoherent/core": "0.2.
|
|
46
|
+
"@getcoherent/core": "0.2.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^20.11.0",
|