@puckeditor/plugin-heading-analyzer 0.22.2 → 0.23.0-canary.20671fd7
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2420,6 +2420,7 @@ var createAppStore = (initialAppStore) => create()(
|
|
|
2420
2420
|
_experimentalFullScreenCanvas: false,
|
|
2421
2421
|
_experimentalVirtualization: false,
|
|
2422
2422
|
metadata: {},
|
|
2423
|
+
dictionary: {},
|
|
2423
2424
|
fieldTransforms: {}
|
|
2424
2425
|
}, initialAppStore), {
|
|
2425
2426
|
fields: createFieldsSlice(set, get),
|
package/dist/index.mjs
CHANGED
|
@@ -2408,6 +2408,7 @@ var createAppStore = (initialAppStore) => create()(
|
|
|
2408
2408
|
_experimentalFullScreenCanvas: false,
|
|
2409
2409
|
_experimentalVirtualization: false,
|
|
2410
2410
|
metadata: {},
|
|
2411
|
+
dictionary: {},
|
|
2411
2412
|
fieldTransforms: {}
|
|
2412
2413
|
}, initialAppStore), {
|
|
2413
2414
|
fields: createFieldsSlice(set, get),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puckeditor/plugin-heading-analyzer",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0-canary.20671fd7",
|
|
4
4
|
"author": "Chris Villa <chris@puckeditor.com>",
|
|
5
5
|
"repository": "puckeditor/puck",
|
|
6
6
|
"bugs": "https://github.com/puckeditor/puck/issues",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@puckeditor/core": "^0.
|
|
28
|
+
"@puckeditor/core": "^0.23.0-canary.20671fd7",
|
|
29
29
|
"@types/minimatch": "3.0.5",
|
|
30
30
|
"@types/react": "^19.0.1",
|
|
31
31
|
"@types/react-dom": "^19.0.2",
|