Comparing version 0.0.3 to 0.0.4
@@ -5,2 +5,3 @@ import { ValidateResult, Schema, BuildedSchema, ConstraintBuilder, ConstraintValidator } from './model/schema'; | ||
export * from './manager/schema'; | ||
export * from './manager/jemv'; | ||
export declare const jemv: Jemv; | ||
@@ -7,0 +8,0 @@ export declare const addFormat: (key: string, pattern: string) => void; |
@@ -30,2 +30,3 @@ "use strict"; | ||
__exportStar(require("./manager/schema"), exports); | ||
__exportStar(require("./manager/jemv"), exports); | ||
exports.jemv = jemv_1.Jemv.instance; | ||
@@ -32,0 +33,0 @@ const addFormat = (key, pattern) => { |
{ | ||
"name": "jemv", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Json Schema validator", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>", |
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
101257
1399