nextjs-cms-kit 0.5.76 → 0.5.78
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/lib/db-migrate.js +1 -1
- package/package.json +3 -3
package/dist/lib/db-migrate.js
CHANGED
|
@@ -64,7 +64,7 @@ export async function generateDatabaseTables() {
|
|
|
64
64
|
}
|
|
65
65
|
const spinner = await execWithSpinner({
|
|
66
66
|
command: 'pnpm',
|
|
67
|
-
args: ['drizzle-kit push --force --config=drizzle.config.ts'],
|
|
67
|
+
args: ['drizzle-kit', 'push', '--force', '--config=drizzle.config.ts'],
|
|
68
68
|
cwd: process.cwd(),
|
|
69
69
|
stdout: 'pipe', // Show output
|
|
70
70
|
stderr: 'inherit', // Show errors
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nextjs-cms-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.78",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"nextjs-cms-kit": "./dist/index.js"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"gradient-string": "^3.0.0",
|
|
34
34
|
"mysql2": "^3.12.0",
|
|
35
35
|
"ora": "9.0.0",
|
|
36
|
-
"nextjs-cms": "0.5.
|
|
36
|
+
"nextjs-cms": "0.5.78"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/bcrypt": "^6.0.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"prettier": "^3.3.3",
|
|
43
43
|
"tsx": "^4.20.6",
|
|
44
44
|
"typescript": "^5.9.2",
|
|
45
|
-
"@lzcms/eslint-config": "0.3.0",
|
|
46
45
|
"@lzcms/tsconfig": "0.1.0",
|
|
46
|
+
"@lzcms/eslint-config": "0.3.0",
|
|
47
47
|
"@lzcms/prettier-config": "0.1.0"
|
|
48
48
|
},
|
|
49
49
|
"prettier": "@lzcms/prettier-config",
|