@ea-lab/reactive-json 0.0.19 → 0.0.20
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/reactive-json.js
CHANGED
|
@@ -22484,7 +22484,7 @@ function Lz(n) {
|
|
|
22484
22484
|
for (const [f, p] of Object.entries(u)) {
|
|
22485
22485
|
l.hasOwnProperty(f) || (l[f] = []);
|
|
22486
22486
|
for (const [v, g] of Object.entries(p))
|
|
22487
|
-
l[v] = g;
|
|
22487
|
+
l[f][v] = g;
|
|
22488
22488
|
}
|
|
22489
22489
|
}), l;
|
|
22490
22490
|
}
|