@measured/puck 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/{chunk-62KOMFGG.mjs → chunk-OOLYDXKW.mjs} +1 -1
- package/dist/{chunk-DWJLTNJ7.mjs → chunk-QIGVND56.mjs} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +2 -2
- package/dist/no-external.js +1 -1
- package/dist/no-external.mjs +2 -2
- package/dist/rsc.js +1 -1
- package/dist/rsc.mjs +1 -1
- package/package.json +1 -1
|
@@ -702,7 +702,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
|
702
702
|
const id = "id" in item.props ? item.props.id : "root";
|
|
703
703
|
if (shouldRunResolver) {
|
|
704
704
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
|
705
|
-
if (item && fdeq2(item, oldItem)) {
|
|
705
|
+
if (trigger !== "force" && item && fdeq2(item, oldItem)) {
|
|
706
706
|
return { node: resolved, didChange: false };
|
|
707
707
|
}
|
|
708
708
|
const changed = getChanged(item, oldItem);
|
package/dist/index.js
CHANGED
|
@@ -2152,7 +2152,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
|
2152
2152
|
const id = "id" in item.props ? item.props.id : "root";
|
|
2153
2153
|
if (shouldRunResolver) {
|
|
2154
2154
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
|
2155
|
-
if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
2155
|
+
if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
2156
2156
|
return { node: resolved, didChange: false };
|
|
2157
2157
|
}
|
|
2158
2158
|
const changed = getChanged(item, oldItem);
|
package/dist/index.mjs
CHANGED
|
@@ -18,14 +18,14 @@ import {
|
|
|
18
18
|
setDeep,
|
|
19
19
|
useGetPuck,
|
|
20
20
|
usePuck
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-QIGVND56.mjs";
|
|
22
22
|
import {
|
|
23
23
|
init_react_import,
|
|
24
24
|
migrate,
|
|
25
25
|
resolveAllData,
|
|
26
26
|
transformProps,
|
|
27
27
|
walkTree
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-OOLYDXKW.mjs";
|
|
29
29
|
|
|
30
30
|
// bundle/index.ts
|
|
31
31
|
init_react_import();
|
package/dist/no-external.js
CHANGED
|
@@ -2152,7 +2152,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
|
2152
2152
|
const id = "id" in item.props ? item.props.id : "root";
|
|
2153
2153
|
if (shouldRunResolver) {
|
|
2154
2154
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
|
2155
|
-
if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
2155
|
+
if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
2156
2156
|
return { node: resolved, didChange: false };
|
|
2157
2157
|
}
|
|
2158
2158
|
const changed = getChanged(item, oldItem);
|
package/dist/no-external.mjs
CHANGED
|
@@ -18,14 +18,14 @@ import {
|
|
|
18
18
|
setDeep,
|
|
19
19
|
useGetPuck,
|
|
20
20
|
usePuck
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-QIGVND56.mjs";
|
|
22
22
|
import {
|
|
23
23
|
init_react_import,
|
|
24
24
|
migrate,
|
|
25
25
|
resolveAllData,
|
|
26
26
|
transformProps,
|
|
27
27
|
walkTree
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-OOLYDXKW.mjs";
|
|
29
29
|
|
|
30
30
|
// bundle/no-external.ts
|
|
31
31
|
init_react_import();
|
package/dist/rsc.js
CHANGED
|
@@ -481,7 +481,7 @@ var resolveComponentData = (_0, _1, ..._2) => __async(void 0, [_0, _1, ..._2], f
|
|
|
481
481
|
const id = "id" in item.props ? item.props.id : "root";
|
|
482
482
|
if (shouldRunResolver) {
|
|
483
483
|
const { item: oldItem = null, resolved = {} } = cache.lastChange[id] || {};
|
|
484
|
-
if (item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
484
|
+
if (trigger !== "force" && item && (0, import_fast_deep_equal2.default)(item, oldItem)) {
|
|
485
485
|
return { node: resolved, didChange: false };
|
|
486
486
|
}
|
|
487
487
|
const changed = getChanged(item, oldItem);
|
package/dist/rsc.mjs
CHANGED