diff --git a/dist/bundle.umd.min.js b/dist/bundle.umd.min.js index b8dd1def6ca0f319cbdf8e872c2ebf8b03716fca..8bd6b86ccca810debd556b6d4e789f7b75c28502 100644 Binary files a/dist/bundle.umd.min.js and b/dist/bundle.umd.min.js differ diff --git a/dist/index.esm.js b/dist/index.esm.js index 63c4749c20d4d1276b7c222e80c254c95c6c4b47..14b22e322d210c3424c36aad80376d9ea4cd382f 100644 Binary files a/dist/index.esm.js and b/dist/index.esm.js differ diff --git a/dist/index.js b/dist/index.js index 67347539f6e1da42d417928e09e05def44abed8e..110e36e90a51f8edbb5044b613dee90213d2e298 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.umd.js b/dist/index.umd.js index f42311788dec4b1935d1779a022a2445ccf12b72..87cf257dde31f17bd49002d2f3c083488201a864 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 02f0abd41bbdbda937953444c1bb940cb5dabd9b..c6a15beb2af122a2ae1484a67ce99b637fa9135c 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 510456ff69a0d268dc22e5409a2192565c2ed98e..7cc377ee8f71695878159a10e5940e7a9676b2fc 100644 Binary files a/dist/index.umd.min.js.map and b/dist/index.umd.min.js.map differ diff --git a/package.json b/package.json index bc95547001f6ef0918ae4ed78622a6a29e870161..8db779c3f061a47ae79f910c8214a076d8dc304d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-faker", - "version": "0.5.0-rc22", + "version": "0.5.0-rc23", "description": "JSON-Schema + fake data generators", "homepage": "http://json-schema-faker.js.org", "main": "dist/index.js", diff --git a/src/index.js b/src/index.js index d7a0656c282af623e8befeaeba09ac2ba7475db0..241e0efbb68524306aec3643adaa8a2a6097cd43 100644 --- a/src/index.js +++ b/src/index.js @@ -149,6 +149,6 @@ jsf.locate = name => { return container.get(name); }; -jsf.version = '0.5.0-rc22'; +jsf.version = '0.5.0-rc23'; export default jsf;