create-nextjs-cms 0.7.3 → 0.7.4

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.7.3",
3
+ "version": "0.7.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,8 +29,8 @@
29
29
  "tsx": "^4.20.6",
30
30
  "typescript": "^5.9.2",
31
31
  "@lzcms/eslint-config": "0.3.0",
32
- "@lzcms/tsconfig": "0.1.0",
33
- "@lzcms/prettier-config": "0.1.0"
32
+ "@lzcms/prettier-config": "0.1.0",
33
+ "@lzcms/tsconfig": "0.1.0"
34
34
  },
35
35
  "prettier": "@lzcms/prettier-config",
36
36
  "scripts": {
@@ -25,16 +25,20 @@ ui: {
25
25
  },
26
26
  images: {
27
27
  image: {
28
- width: 1200,
29
- height: 628,
30
- fit: 'contain',
28
+ size: {
29
+ width: 1200,
30
+ height: 628,
31
+ fit: 'contain',
32
+ strict: false,
33
+ },
31
34
  quality: 100,
32
- strict: false,
33
35
  },
34
36
  thumbnail: {
35
- width: 400,
36
- height: 209,
37
- fit: 'contain',
37
+ size: {
38
+ width: 400,
39
+ height: 209,
40
+ fit: 'contain',
41
+ },
38
42
  quality: 100,
39
43
  },
40
44
  watermark: false,
@@ -8,4 +8,4 @@ export const revalidate = 0
8
8
 
9
9
  // @refresh reset
10
10
 
11
- export const configLastUpdated = 1770822884022
11
+ export const configLastUpdated = 1770880774270
@@ -66,7 +66,7 @@
66
66
  "nanoid": "^5.1.2",
67
67
  "next": "16.1.1",
68
68
  "next-themes": "^0.4.6",
69
- "nextjs-cms": "0.7.3",
69
+ "nextjs-cms": "0.7.4",
70
70
  "plaiceholder": "^3.0.0",
71
71
  "prettier-plugin-tailwindcss": "^0.7.2",
72
72
  "qrcode": "^1.5.4",