create-nextjs-cms 0.5.35 → 0.5.37
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 -1
- package/package.json +1 -1
- package/templates/default/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -236,7 +236,8 @@ async function createNextjsCms() {
|
|
|
236
236
|
log.step(`Creating project in: ${options.targetDir}`);
|
|
237
237
|
// Copy template → project dir with a filter to skip build/cache artifacts
|
|
238
238
|
const copySpinner = spinner();
|
|
239
|
-
|
|
239
|
+
log.step('🔄 Copying template files...');
|
|
240
|
+
copySpinner.start();
|
|
240
241
|
await fs.copy(options.templateDir, options.targetDir, {
|
|
241
242
|
filter: (src) => {
|
|
242
243
|
const rel = relative(options.templateDir, src);
|
package/package.json
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"nanoid": "^5.1.2",
|
|
71
71
|
"next": "^15.5.5",
|
|
72
72
|
"next-themes": "^0.4.6",
|
|
73
|
-
"nextjs-cms": "0.5.
|
|
73
|
+
"nextjs-cms": "0.5.37",
|
|
74
74
|
"plaiceholder": "^3.0.0",
|
|
75
75
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
76
76
|
"qrcode": "^1.5.4",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"eslint-config-prettier": "^10.0.1",
|
|
104
104
|
"eslint-plugin-prettier": "^5.2.3",
|
|
105
105
|
"fs-extra": "^11.3.3",
|
|
106
|
-
"nextjs-cms-kit": "0.5.
|
|
106
|
+
"nextjs-cms-kit": "0.5.37",
|
|
107
107
|
"postcss": "^8.5.1",
|
|
108
108
|
"prettier": "3.5.0",
|
|
109
109
|
"tailwindcss": "^4.1.18",
|