@smallstack/common
Advanced tools
Comparing version 0.7.31 to 0.7.32
@@ -9,2 +9,4 @@ import { TypeValidator, TypeValidatorOptions, ValidationResult } from "./TypeValidator"; | ||
validateSchemaEntry(schemaEntry: TypeModelSchemaEntry, value: any, options?: TypeValidatorOptions): ValidationResult; | ||
private getObjectValidator(schemaEntries); | ||
private getValidator(schemaEntry); | ||
} |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.31", | ||
"version": "0.7.32", | ||
"description": "common functionality for smallstack projects", | ||
@@ -28,3 +28,3 @@ "main": "dist/bundle/smallstack_common.umd.js", | ||
"devDependencies": { | ||
"@smallstack/testing": "^0.1.6", | ||
"@smallstack/testing": "^0.1.7", | ||
"@types/chai": "^4.0.4", | ||
@@ -31,0 +31,0 @@ "@types/mocha": "^2.2.43", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
415422
2167