@delmaredigital/payload-puck 0.6.24 → 0.6.25
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/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.6.
|
|
1
|
+
export declare const VERSION = "0.6.25";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Auto-generated by scripts/generate-version.js - do not edit manually
|
|
2
|
-
export const VERSION = '0.6.
|
|
2
|
+
export const VERSION = '0.6.25';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delmaredigital/payload-puck",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.25",
|
|
4
4
|
"description": "Puck visual page builder plugin for Payload CMS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -171,8 +171,8 @@
|
|
|
171
171
|
"lucide-react": "^0.469.0"
|
|
172
172
|
},
|
|
173
173
|
"devDependencies": {
|
|
174
|
-
"@payloadcms/next": "^3.
|
|
175
|
-
"@payloadcms/ui": "^3.
|
|
174
|
+
"@payloadcms/next": "^3.84.1",
|
|
175
|
+
"@payloadcms/ui": "^3.84.1",
|
|
176
176
|
"@puckeditor/core": "^0.21.1",
|
|
177
177
|
"@swc/cli": "^0.6.0",
|
|
178
178
|
"@swc/core": "^1.15.18",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"@types/react-dom": "^19.2.3",
|
|
182
182
|
"copyfiles": "^2.4.1",
|
|
183
183
|
"next": "^16.2.6",
|
|
184
|
-
"payload": "^3.
|
|
184
|
+
"payload": "^3.84.1",
|
|
185
185
|
"react": "^19.2.4",
|
|
186
186
|
"react-dom": "^19.2.4",
|
|
187
187
|
"typescript": "^5.9.3"
|