Comparing version 0.2.1 to 0.2.2
@@ -293,8 +293,7 @@ // @ts-check | ||
function checkSchema(schema,parent,prop,openapi,options) { | ||
const state = { | ||
...wsGetDefaultState(), | ||
const state = Object.assign({}, wsGetDefaultState(), { | ||
openapi, | ||
options, | ||
property: prop, | ||
}; | ||
}); | ||
walkSchema(schema,parent,state,checkSubSchema); | ||
@@ -301,0 +300,0 @@ } |
{ | ||
"name": "speccy", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
198744
25
5231