diff --git a/dist/index.mjs b/dist/index.mjs index 459fbd7449b8953900b9e6b2f99d79140d8a5fd9..eb8e4b9a7029fe7c87a6f7ede5e13f35dfa518b3 100644 Binary files a/dist/index.mjs and b/dist/index.mjs differ diff --git a/dist/index.umd.js b/dist/index.umd.js index ce9937e633479160dd4e0312cb992386064eff7a..e5259095020b32f60b25c67ec0eb2b539352ba1e 100644 Binary files a/dist/index.umd.js and b/dist/index.umd.js differ diff --git a/dist/index.umd.min.js b/dist/index.umd.min.js index 2f76f557ce6aa4d5cf99df5c2d1cb13ab2148ec7..ea0925bf44fe0fbe630f6d7c38015836b85a220f 100644 Binary files a/dist/index.umd.min.js and b/dist/index.umd.min.js differ diff --git a/dist/index.umd.min.js.map b/dist/index.umd.min.js.map index f20dd3274098e5f981c9cfe0231080e30fc856a8..c8d65b9d1fa1d694915e6b80af45b32c71a85cd9 100644 Binary files a/dist/index.umd.min.js.map and b/dist/index.umd.min.js.map differ diff --git a/package-lock.json b/package-lock.json index 682c0ae43a111365d4a2589683122bbfa3922d24..370a4faab5fb04a19ddc0bafcf556c4a1e1e09cb 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index a9853ab7054b1250232a1f45db2f0f8251eb0eb7..e84ce2da2001179815372cf3065f7e3c563e392e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-faker", - "version": "0.5.0-rc17", + "version": "0.5.0-rc18", "description": "JSON-Schema + fake data generators", "homepage": "http://json-schema-faker.js.org", "main": "dist/index.js", @@ -8,8 +8,7 @@ "unpkg": "dist/bundle.umd.min.js", "browser": "dist/index.umd.min.js", "scripts": { - "build:concat:dist": "concat -o dist/bundle.umd.min.js node_modules/json-schema-ref-parser/dist/ref-parser.min.js node_modules/jsonpath-plus/dist/index-umd.min.js dist/index.umd.min.js", - "build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal && npm run build:concat:dist", + "build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal", "build:node": "bili src/index.js --minimal --format es --format cjs", "build": "npm run build:browser && npm run build:node", "dev": "npm test -- -w", @@ -46,12 +45,6 @@ "fake", "mocks" ], - "bili": { - "external": [ - "json-schema-ref-parser", - "jsonpath" - ] - }, "files": [ "dist/*.*" ], @@ -62,7 +55,6 @@ "chance": "^1.0.9", "clone": "^2.1.2", "codecov": "^3.0.0", - "concat": "^1.0.3", "cryptiles": "^4.1.3", "eslint": "^6.0.1", "eslint-config-airbnb-base": "^14.0.0",