@puckeditor/plugin-heading-analyzer 0.22.1 → 0.23.0-canary.7ca16bcb
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
|
@@ -2418,6 +2418,7 @@ var createAppStore = (initialAppStore) => create()(
|
|
|
2418
2418
|
_experimentalFullScreenCanvas: false,
|
|
2419
2419
|
_experimentalVirtualization: false,
|
|
2420
2420
|
metadata: {},
|
|
2421
|
+
dictionary: {},
|
|
2421
2422
|
fieldTransforms: {}
|
|
2422
2423
|
}, initialAppStore), {
|
|
2423
2424
|
fields: createFieldsSlice(set, get),
|
package/dist/index.mjs
CHANGED
|
@@ -2406,6 +2406,7 @@ var createAppStore = (initialAppStore) => create()(
|
|
|
2406
2406
|
_experimentalFullScreenCanvas: false,
|
|
2407
2407
|
_experimentalVirtualization: false,
|
|
2408
2408
|
metadata: {},
|
|
2409
|
+
dictionary: {},
|
|
2409
2410
|
fieldTransforms: {}
|
|
2410
2411
|
}, initialAppStore), {
|
|
2411
2412
|
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.7ca16bcb",
|
|
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.7ca16bcb",
|
|
29
29
|
"@types/minimatch": "3.0.5",
|
|
30
30
|
"@types/react": "^19.0.1",
|
|
31
31
|
"@types/react-dom": "^19.0.2",
|