json-schema-faker
Advanced tools
Comparing version 0.5.0-rcv.39 to 0.5.0-rcv.40
import type { JsonValue, JsonObject } from 'type-fest'; | ||
import type { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema'; | ||
type Schema = JSONSchema4 | JSONSchema6 | JSONSchema7; | ||
export type Schema = JSONSchema4 | JSONSchema6 | JSONSchema7; | ||
@@ -40,5 +40,5 @@ export interface JSONSchemaFakerOptions { | ||
interface JSONSchemaFakerFormat { | ||
(opts: { [k: string]: (value: Schema) => string }): void; | ||
(name: string, callback: (value: Schema) => string): void; | ||
export interface JSONSchemaFakerFormat { | ||
(opts: { [k: string]: (value: Schema) => unknown }): void; | ||
(name: string, callback: (value: Schema) => unknown): void; | ||
} | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "json-schema-faker", | ||
"version": "0.5.0-rcv.39", | ||
"version": "0.5.0-rcv.40", | ||
"description": "JSON-Schema + fake data generators", | ||
@@ -88,3 +88,3 @@ "homepage": "http://json-schema-faker.js.org", | ||
"@types/json-schema": "^7.0.9", | ||
"ajv": "^6.5.3", | ||
"ajv": "^6.12.6", | ||
"chai": "^4.1.2", | ||
@@ -121,2 +121,5 @@ "chance": "^1.0.9", | ||
"svelte": "^3.38.2", | ||
"set-value": ">=4.0.1", | ||
"nth-check": ">=2.0.1", | ||
"ansi-regex": ">=5.0.1", | ||
"tv4": "^1.3.0", | ||
@@ -127,3 +130,3 @@ "type-fest": "^2.0.0", | ||
"yrv": "^0.0.47", | ||
"z-schema": "^4.1.0" | ||
"z-schema": "^4.2.4" | ||
}, | ||
@@ -130,0 +133,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1258166
26139
42