@json-layout/core 1.8.0 → 1.8.1

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.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Compilation and state management utilities for JSON Layout.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -266,7 +266,7 @@ export function makeSkeletonNode (
266
266
  }
267
267
  }
268
268
  if (schema.oneOf) {
269
- const oneOfPointer = `${pointer}/oneOf`
269
+ const oneOfPointer = `${refPointer}/oneOf`
270
270
  if (!normalizedLayouts[oneOfPointer]) {
271
271
  const normalizationResult = normalizeLayoutFragment(
272
272
  '',