empty-schema
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "empty-schema", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Generate empty placeholder data from JSON Schemas", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,3 +0,3 @@ | ||
import deref from 'deref' | ||
import _empty from './empty' | ||
import deref from 'deref' | ||
import _empty from './empty' | ||
@@ -15,3 +15,3 @@ export { _empty } from './empty' | ||
export const empty = (schema, refs) => { | ||
const denormed = deref(schema, refs) | ||
const denormed = deref()(schema, refs, true) | ||
@@ -18,0 +18,0 @@ return _empty(denormed, denormed) |
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
20754
26
599