swagger-mock-parser
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -49,2 +49,4 @@ 'use strict'; | ||
require("babel-polyfill"); | ||
var chance = new _chance2['default'](); | ||
@@ -51,0 +53,0 @@ |
{ | ||
"name": "swagger-mock-parser", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "use chance.js to parse definition schema to mock data", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"dependencies": { | ||
"babel-polyfill": "^6.9.1", | ||
"babel-runtime": "^5.5.6", | ||
@@ -27,0 +28,0 @@ "chance": "~0.7.5", |
@@ -10,2 +10,3 @@ import StringParser from './Parsers/StringParser' | ||
import Chance from 'chance'; | ||
import "babel-polyfill"; | ||
const chance = new Chance(); | ||
@@ -25,3 +26,3 @@ | ||
new DateParser(), | ||
new BooleanParser(), | ||
new BooleanParser() | ||
]); | ||
@@ -28,0 +29,0 @@ } |
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
27722
711
5
+ Addedbabel-polyfill@^6.9.1
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)