@json-layout/core 1.5.1 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@json-layout/core",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Compilation and state management utilities for JSON Layout.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -490,7 +490,7 @@ export function makeSkeletonNode (
490
490
  node.children.push(childPointer)
491
491
  }
492
492
  } else {
493
- const childTreePointer = `${pointer}/items`
493
+ const childTreePointer = `${refPointer}/items`
494
494
  if (!skeletonTrees[childTreePointer]) {
495
495
  // @ts-ignore
496
496
  skeletonTrees[childTreePointer] = 'recursing'