create-nextjs-cms 0.5.62 → 0.5.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nextjs-cms",
3
- "version": "0.5.62",
3
+ "version": "0.5.63",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,8 +27,8 @@
27
27
  "tsx": "^4.20.6",
28
28
  "typescript": "^5.9.2",
29
29
  "@lzcms/eslint-config": "0.3.0",
30
- "@lzcms/tsconfig": "0.1.0",
31
- "@lzcms/prettier-config": "0.1.0"
30
+ "@lzcms/prettier-config": "0.1.0",
31
+ "@lzcms/tsconfig": "0.1.0"
32
32
  },
33
33
  "prettier": "@lzcms/prettier-config",
34
34
  "scripts": {
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * AUTO-GENERATED. DO NOT EDIT.
3
- * This file is used to track the last time the sections schema was updated.
4
- * It is used to trigger a hot reload of the section schema in development mode.
3
+ * This file is used to track the last time the sections/config schema was updated.
4
+ * It is used to trigger a hot reload of the section/config in development mode.
5
5
  */
6
6
 
7
7
  export const revalidate = 0
8
8
 
9
9
  // @refresh reset
10
10
 
11
- export const configLastUpdated = 1766836070295
11
+ export const configLastUpdated = 1766857134012
@@ -64,7 +64,7 @@
64
64
  "nanoid": "^5.1.2",
65
65
  "next": "16.1.1",
66
66
  "next-themes": "^0.4.6",
67
- "nextjs-cms": "0.5.62",
67
+ "nextjs-cms": "0.5.63",
68
68
  "plaiceholder": "^3.0.0",
69
69
  "prettier-plugin-tailwindcss": "^0.7.2",
70
70
  "qrcode": "^1.5.4",