jsonpolice
Advanced tools
Comparing version 8.0.0 to 8.0.1
import { SchemaOptions } from './global'; | ||
import { Schema } from './schema'; | ||
export { SchemaError, SchemaOptions, ValidationError } from './global'; | ||
export { SchemaError, SchemaOptions, ValidationError, ValidationOptions } from './global'; | ||
export { Schema, StaticSchema } from './schema'; | ||
export declare function create(dataOrUri: any, opts: SchemaOptions): Promise<Schema>; |
{ | ||
"name": "jsonpolice", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "JSON Schema parser and validator", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38951
0