tson-schema
Advanced tools
Comparing version 0.4.0 to 0.5.0
import { BaseSchemaDefinition, TypedSchema } from './common'; | ||
export declare type JSONSchemaStringFormat = 'date-time' | 'email' | 'hostname' | 'ipv4' | 'ipv6' | 'uri' | 'uri-reference' | 'json-pointer' | 'uri-template'; | ||
export declare type JSONSchemaStringFormat = 'date-time' | 'date' | 'time' | 'duration' | 'email' | 'idn-email' | 'hostname' | 'idn-hostname' | 'ipv4' | 'ipv6' | 'uri' | 'uri-reference' | 'iri' | 'iri-reference' | 'uuid' | 'uri-template' | 'json-pointer' | 'relative-json-pointer' | 'regex'; | ||
export interface StringSchemaDefinition extends BaseSchemaDefinition { | ||
@@ -4,0 +4,0 @@ minLength?: number; |
{ | ||
"name": "tson-schema", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "A TypeScript API to create JSON-Schemas and TypeScript types", | ||
@@ -23,15 +23,14 @@ "files": [ | ||
"devDependencies": { | ||
"@types/ajv": "^1.0.0", | ||
"@types/tape": "^4.2.33", | ||
"ajv": "^6.10.0", | ||
"nodemon": "^1.18.10", | ||
"prettier": "^1.16.4", | ||
"ajv": "^6.10.2", | ||
"nodemon": "^1.19.4", | ||
"prettier": "^1.18.2", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.10.1", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.13.1", | ||
"tape": "^4.11.0", | ||
"ts-node": "^8.4.1", | ||
"tslint": "^5.20.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.3.3333" | ||
"typescript": "^3.6.4" | ||
} | ||
} |
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
11
33622
41
442