@measured/puck-plugin-heading-analyzer 0.20.2-canary.f4728d0a → 0.20.2
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -1838,7 +1838,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
1838
1838
|
const id = "id" in item.props ? item.props.id : "root";
|
1839
1839
|
if (shouldRunResolver) {
|
1840
1840
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
1841
|
-
if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
1841
|
+
if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
1842
1842
|
return { node: resolved, didChange: false };
|
1843
1843
|
}
|
1844
1844
|
const changed = getChanged(item, oldItem);
|
package/dist/index.mjs
CHANGED
@@ -1826,7 +1826,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
1826
1826
|
const id = "id" in item.props ? item.props.id : "root";
|
1827
1827
|
if (shouldRunResolver) {
|
1828
1828
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
1829
|
-
if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
1829
|
+
if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
1830
1830
|
return { node: resolved, didChange: false };
|
1831
1831
|
}
|
1832
1832
|
const changed = getChanged(item, oldItem);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@measured/puck-plugin-heading-analyzer",
|
3
|
-
"version": "0.20.2
|
3
|
+
"version": "0.20.2",
|
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.20.2
|
28
|
+
"@measured/puck": "^0.20.2",
|
29
29
|
"@types/react": "^19.0.1",
|
30
30
|
"@types/react-dom": "^19.0.2",
|
31
31
|
"eslint": "^7.32.0",
|