swagger-mock-parser
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -48,3 +48,3 @@ 'use strict'; | ||
for (var k in schema) { | ||
ret[k] = this.parser.parse(schema[k]); | ||
ret[k] = setImmediate(this.parser.parse(schema[k])); | ||
} | ||
@@ -51,0 +51,0 @@ |
{ | ||
"name": "swagger-mock-parser", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "use chance.js to parse definition schema to mock data", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ import Chance from 'chance'; | ||
for (let k in schema) { | ||
ret[k] = this.parser.parse(schema[k]); | ||
ret[k] = setImmediate(this.parser.parse(schema[k])); | ||
} | ||
@@ -26,0 +26,0 @@ |
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
33649