@hyperjump/json-schema
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -1,2 +0,2 @@ | ||
import { allNodes } from "./instance.js"; | ||
import * as Instance from "./instance.js"; | ||
@@ -26,3 +26,3 @@ | ||
for (const child of allNodes(instance)) { | ||
for (const child of Instance.allNodes(instance)) { | ||
for (const [absoluteKeywordLocation, keyword] of Object.entries(child.errors).reverse()) { | ||
@@ -33,3 +33,3 @@ if (!child.valid) { | ||
absoluteKeywordLocation, | ||
instanceLocation: child.uri(), | ||
instanceLocation: Instance.uri(child), | ||
valid: child.valid | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "@hyperjump/json-schema", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "A JSON Schema validator with support for custom keywords, vocabularies, and dialects", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
326929