@basalt/base-schema-utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -5,2 +5,3 @@ interface InterfaceSchema { | ||
properties: object; | ||
[k: string]: any; | ||
} | ||
@@ -7,0 +8,0 @@ /** |
{ | ||
"name": "@basalt/base-schema-utils", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Utilities for working with JSON Schemas", | ||
@@ -20,3 +20,3 @@ "module": "dist/schema-utils.js", | ||
}, | ||
"gitHead": "30c7415c3ffc3e77a9a154bdd97a8cf88f1dbc5f" | ||
"gitHead": "e774d8ab66b649d0d85bad6836518c4c6fc2118b" | ||
} |
@@ -13,2 +13,3 @@ import * as Ajv from 'ajv'; // https://github.com/epoberezkin/ajv | ||
properties: object; | ||
[k: string]: any; | ||
} | ||
@@ -15,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
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
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
8244
179
0