Comparing version 5.3.3 to 5.3.4-export-score-match-0e84d897d842568e2dcc848b2b86d395c7bce082
@@ -7,2 +7,7 @@ # Change Log | ||
# v5.3.4 | ||
## (2021-04-27) | ||
* Export scoreMatch function type definition [Josh Bowling] | ||
# v5.3.3 | ||
@@ -9,0 +14,0 @@ ## (2020-08-05) |
@@ -32,1 +32,3 @@ import { JSONSchema6 } from 'json-schema'; | ||
export declare function filter<T = any>(schema: JSONSchema6, value: any, options?: FilterOptions): Partial<T> | null; | ||
export declare function scoreMatch(schema: JSONSchema6, item: object): number; |
{ | ||
"name": "skhema", | ||
"version": "5.3.3", | ||
"version": "5.3.4-export-score-match-0e84d897d842568e2dcc848b2b86d395c7bce082", | ||
"description": "JSON Schema utility collection", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
162323
5255
1