Skip to content
Snippets Groups Projects
Commit cf2486d5 authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

RC18

parent f4172817
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -4,11 +4,12 @@
"description": "JSON-Schema + fake data generators",
"homepage": "http://json-schema-faker.js.org",
"main": "dist/index.js",
"module": "dist/index.mjs",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.min.js",
"browser": "dist/index.umd.min.js",
"scripts": {
"build:browser": "bili --banner --format umd --format umd-min --module-name JSONSchemaFaker --minimal",
"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:node": "bili src/index.js --minimal --format es --format cjs",
"build": "npm run build:browser && npm run build:node",
"dev": "npm test -- -w",
......@@ -48,6 +49,12 @@
"files": [
"dist/*.*"
],
"bili": {
"externals": [
"json-schema-ref-parser",
"jsonpath-plus"
]
},
"devDependencies": {
"ajv": "^6.5.3",
"bili": "^4.8.1",
......@@ -55,6 +62,7 @@
"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",
......@@ -80,7 +88,7 @@
"z-schema": "^4.1.0"
},
"dependencies": {
"json-schema-ref-parser": "^7.1.1",
"json-schema-ref-parser": "^6.1.0",
"jsonpath-plus": "^1.0.0",
"randexp": "^0.5.3"
}
......
......@@ -149,6 +149,6 @@ jsf.locate = name => {
return container.get(name);
};
jsf.version = '0.5.0-rc16';
jsf.version = '0.5.0-rc18';
export default jsf;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment