@measured/puck-plugin-heading-analyzer 0.21.0-canary.6dae6cb7 → 0.21.0-canary.cf074bc6

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 CHANGED
@@ -1690,7 +1690,7 @@ var flattenData = (state, config) => {
1690
1690
  (content) => content,
1691
1691
  (item) => {
1692
1692
  data.push(item);
1693
- return null;
1693
+ return item;
1694
1694
  }
1695
1695
  );
1696
1696
  return data;
package/dist/index.mjs CHANGED
@@ -1678,7 +1678,7 @@ var flattenData = (state, config) => {
1678
1678
  (content) => content,
1679
1679
  (item) => {
1680
1680
  data.push(item);
1681
- return null;
1681
+ return item;
1682
1682
  }
1683
1683
  );
1684
1684
  return data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck-plugin-heading-analyzer",
3
- "version": "0.21.0-canary.6dae6cb7",
3
+ "version": "0.21.0-canary.cf074bc6",
4
4
  "author": "Chris Villa <chris@puckeditor.com>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "devDependencies": {
28
- "@measured/puck": "^0.21.0-canary.6dae6cb7",
28
+ "@measured/puck": "^0.21.0-canary.cf074bc6",
29
29
  "@types/react": "^19.0.1",
30
30
  "@types/react-dom": "^19.0.2",
31
31
  "eslint": "^7.32.0",