@measured/puck-plugin-heading-analyzer 0.13.1-canary.4498467 → 0.13.1-canary.65afdc3

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 CHANGED
@@ -13,6 +13,7 @@ npm i @measured/puck-plugin-heading-analyzer
13
13
  ```jsx
14
14
  import { Puck } from "@measured/puck";
15
15
  import headingAnalyzer from "@measured/puck-plugin-heading-analyzer";
16
+ import "@measured/puck-plugin-heading-analyzer/dist/index.css";
16
17
 
17
18
  ...
18
19
 
package/dist/index.js CHANGED
@@ -73792,7 +73792,7 @@ var require_dist = __commonJS({
73792
73792
  overrides,
73793
73793
  plugins
73794
73794
  }) => {
73795
- const collected = overrides;
73795
+ const collected = __spreadValues2({}, overrides);
73796
73796
  plugins.forEach((plugin) => {
73797
73797
  Object.keys(plugin.overrides).forEach((overridesType) => {
73798
73798
  if (overridesType === "fieldTypes") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.13.1-canary.4498467",
3
+ "version": "0.13.1-canary.65afdc3",
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.13.1-canary.4498467",
17
+ "@measured/puck": "^0.13.1-canary.65afdc3",
18
18
  "@types/react": "^18.2.0",
19
19
  "@types/react-dom": "^18.2.0",
20
20
  "eslint": "^7.32.0",