@measured/puck-plugin-heading-analyzer 0.3.2 → 0.4.0

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
@@ -7,12 +7,12 @@ Visualise your heading outline structure and identify missing heading levels. Re
7
7
  ## Quick start
8
8
 
9
9
  ```sh
10
- npm i @puck/plugin-heading-analyzer
10
+ npm i @measured/puck-plugin-heading-analyzer
11
11
  ```
12
12
 
13
13
  ```jsx
14
- import { Puck } from "@puck/puck";
15
- import headingAnalyzer from "@puck/plugin-heading-analyzer";
14
+ import { Puck } from "@measured/puck";
15
+ import headingAnalyzer from "@measured/puck-plugin-heading-analyzer";
16
16
 
17
17
  ...
18
18
 
package/dist/index.js CHANGED
@@ -364,7 +364,7 @@ var HeadingOutlineAnalyer = ({
364
364
  ] });
365
365
  };
366
366
  var HeadingAnalyzer = {
367
- renderPageFields: HeadingOutlineAnalyer
367
+ renderRootFields: HeadingOutlineAnalyer
368
368
  };
369
369
  var HeadingAnalyzer_default = HeadingAnalyzer;
370
370
  /*! Bundled license information:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
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.3.2",
17
+ "@measured/puck": "^0.4.0",
18
18
  "@types/react": "^18.2.0",
19
19
  "@types/react-dom": "^18.2.0",
20
20
  "eslint": "^7.32.0",