+10
-0
@@ -6,2 +6,12 @@ # Change Log | ||
| ## [2.0.23](https://github.com/bluelovers/ws-regexp/compare/execall2@2.0.22...execall2@2.0.23) (2023-02-28) | ||
| ### ♻️ Chores | ||
| * update package.json ([2d3e193](https://github.com/bluelovers/ws-regexp/commit/2d3e1938f552c1801c4c66d9361ac9b01e466833)) | ||
| ## [2.0.22](https://github.com/bluelovers/ws-regexp/compare/execall2@2.0.21...execall2@2.0.22) (2022-10-16) | ||
@@ -8,0 +18,0 @@ |
+4
-3
| { | ||
| "name": "execall2", | ||
| "version": "2.0.22", | ||
| "version": "2.0.23", | ||
| "description": "Find multiple RegExp matches in a string", | ||
@@ -50,2 +50,3 @@ "keywords": [ | ||
| "scripts": { | ||
| "coverage": "yarn run test -- --coverage", | ||
| "test": "node ./test/test", | ||
@@ -64,6 +65,6 @@ "test:jest": "jest --passWithNoTests", | ||
| "dependencies": { | ||
| "@regexp-cjk/clone-regexp": "^1.0.21", | ||
| "@regexp-cjk/clone-regexp": "^1.0.22", | ||
| "tslib": ">=2" | ||
| }, | ||
| "gitHead": "e4f1fa1320fc53a7d04384baf64779072ceef73b" | ||
| "gitHead": "b4e7f9baa50636811168681fd3f211f0921b557b" | ||
| } |
21872
1.41%