diff --git a/dist/bundle.umd.min.js b/dist/bundle.umd.min.js
index fbab44069c94b58c7f5d1b98f9d7734020a397a5..455e5e97657c0a9c79d8fc1ba01c2f70dee57117 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
new file mode 100644
index 0000000000000000000000000000000000000000..eb8e4b9a7029fe7c87a6f7ede5e13f35dfa518b3
Binary files /dev/null and b/dist/index.esm.js differ
diff --git a/dist/index.js b/dist/index.js
index 917e600af5e1b36ef78486fb718200a8e6dd8787..d5422e377cd05e7c417cfbfdeff2d6c05a9beb99 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 e81d039025cbfe7a9b0c6cc5ae4d1c41d2835ba7..ce9937e633479160dd4e0312cb992386064eff7a 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 2aaebf32fd27574cb0299efc4e41b8965695ed12..2f76f557ce6aa4d5cf99df5c2d1cb13ab2148ec7 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 0df08a47a0281e36ae78826bccb2d1293fc4261d..f20dd3274098e5f981c9cfe0231080e30fc856a8 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
deleted file mode 100644
index f0d4af6010d4dc2347efee3bf476dfd06c7126f8..0000000000000000000000000000000000000000
Binary files a/package-lock.json and /dev/null differ
diff --git a/package.json b/package.json
index 6dd0b530d50f711e4c30033afccac8e84a36750c..52fc55f3093095e1df9b0e397fe693a2ae4478dc 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +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/jsonpath.min.js dist/index.umd.min.js",
+    "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",