@hyperjump/json-schema
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,8 +0,8 @@ | ||
import type { Result } from "./core.js"; | ||
import type { OutputUnit } from "./core.js"; | ||
export class InvalidSchemaError extends Error { | ||
public output: Result; | ||
public output: OutputUnit; | ||
public constructor(output: Result); | ||
public constructor(output: OutputUnit); | ||
} |
{ | ||
"name": "@hyperjump/json-schema", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A JSON Schema validator with support for custom keywords, vocabularies, and dialects", | ||
@@ -72,3 +72,6 @@ "type": "module", | ||
"uuid": "^9.0.0" | ||
}, | ||
"engines": { | ||
"node": "^18.0.0" | ||
} | ||
} |
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
288584