@measured/puck-plugin-heading-analyzer 0.14.0-canary.4932a6e → 0.14.0-canary.de9c2c4
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/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/dist/index.js
CHANGED
@@ -73794,7 +73794,7 @@ var require_dist = __commonJS({
|
|
73794
73794
|
overrides,
|
73795
73795
|
plugins
|
73796
73796
|
}) => {
|
73797
|
-
const collected = overrides;
|
73797
|
+
const collected = __spreadValues2({}, overrides);
|
73798
73798
|
plugins.forEach((plugin) => {
|
73799
73799
|
Object.keys(plugin.overrides).forEach((overridesType) => {
|
73800
73800
|
if (overridesType === "fieldTypes") {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.14.0-canary.
|
3
|
+
"version": "0.14.0-canary.de9c2c4",
|
4
4
|
"private": false,
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"dist"
|
15
15
|
],
|
16
16
|
"devDependencies": {
|
17
|
-
"@measured/puck": "^0.14.0-canary.
|
17
|
+
"@measured/puck": "^0.14.0-canary.de9c2c4",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|