@measured/puck-plugin-heading-analyzer 0.8.0-canary.1dc222c → 0.8.0-canary.429d452
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 +6 -6
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -108,9 +108,9 @@ var require_classnames = __commonJS({
|
|
108
108
|
}
|
109
109
|
});
|
110
110
|
|
111
|
-
// ../../node_modules/
|
111
|
+
// ../../node_modules/react-is/cjs/react-is.production.min.js
|
112
112
|
var require_react_is_production_min = __commonJS({
|
113
|
-
"../../node_modules/
|
113
|
+
"../../node_modules/react-is/cjs/react-is.production.min.js"(exports) {
|
114
114
|
"use strict";
|
115
115
|
init_react_import();
|
116
116
|
var b = "function" === typeof Symbol && Symbol.for;
|
@@ -222,9 +222,9 @@ var require_react_is_production_min = __commonJS({
|
|
222
222
|
}
|
223
223
|
});
|
224
224
|
|
225
|
-
// ../../node_modules/
|
225
|
+
// ../../node_modules/react-is/cjs/react-is.development.js
|
226
226
|
var require_react_is_development = __commonJS({
|
227
|
-
"../../node_modules/
|
227
|
+
"../../node_modules/react-is/cjs/react-is.development.js"(exports) {
|
228
228
|
"use strict";
|
229
229
|
init_react_import();
|
230
230
|
if (process.env.NODE_ENV !== "production") {
|
@@ -378,9 +378,9 @@ var require_react_is_development = __commonJS({
|
|
378
378
|
}
|
379
379
|
});
|
380
380
|
|
381
|
-
// ../../node_modules/
|
381
|
+
// ../../node_modules/react-is/index.js
|
382
382
|
var require_react_is = __commonJS({
|
383
|
-
"../../node_modules/
|
383
|
+
"../../node_modules/react-is/index.js"(exports, module2) {
|
384
384
|
"use strict";
|
385
385
|
init_react_import();
|
386
386
|
if (process.env.NODE_ENV === "production") {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.8.0-canary.
|
3
|
+
"version": "0.8.0-canary.429d452",
|
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.8.0-canary.
|
17
|
+
"@measured/puck": "^0.8.0-canary.429d452",
|
18
18
|
"@types/react": "^18.2.0",
|
19
19
|
"@types/react-dom": "^18.2.0",
|
20
20
|
"eslint": "^7.32.0",
|