regexp-support
Advanced tools
Comparing version
@@ -6,2 +6,17 @@ # Change Log | ||
## [1.0.54](https://github.com/bluelovers/ws-regexp/compare/regexp-support@1.0.53...regexp-support@1.0.54) (2024-03-01) | ||
### ♻️ Chores | ||
* new env test ([5df10d3](https://github.com/bluelovers/ws-regexp/commit/5df10d32b8c613229f2c61b5eae5ce01b7627b50)) | ||
### 📌 Dependencies | ||
* update deps ([e9a581a](https://github.com/bluelovers/ws-regexp/commit/e9a581a6e0532881e0950c5b296946744737aad6)) | ||
## [1.0.53](https://github.com/bluelovers/ws-regexp/compare/regexp-support@1.0.52...regexp-support@1.0.53) (2024-01-29) | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "regexp-support", | ||
"version": "1.0.53", | ||
"version": "1.0.54", | ||
"description": "check RegExp ( regular expressions ) support", | ||
@@ -46,2 +46,3 @@ "keywords": [ | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -56,3 +57,4 @@ "test:snapshot": "yarn run test -- -u", | ||
"ncu": "yarn-tool ncu -u", | ||
"sort-package-json": "yarn-tool sort" | ||
"sort-package-json": "yarn-tool sort", | ||
"tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
}, | ||
@@ -68,3 +70,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735" | ||
"gitHead": "e905ea55dc6433024806ea9db77147b282b5566d" | ||
} |
14
v21.json
{ | ||
"versions": { | ||
"node": "21.5.0", | ||
"acorn": "8.11.2", | ||
"node": "21.6.1", | ||
"acorn": "8.11.3", | ||
"ada": "2.7.4", | ||
"ares": "1.20.1", | ||
"base64": "0.5.1", | ||
"brotli": "1.0.9", | ||
"brotli": "1.1.0", | ||
"cjs_module_lexer": "1.2.2", | ||
@@ -19,4 +19,4 @@ "cldr": "44.0", | ||
"openssl": "3.0.12+quic", | ||
"simdjson": "3.6.2", | ||
"simdutf": "4.0.4", | ||
"simdjson": "3.6.3", | ||
"simdutf": "4.0.8", | ||
"tz": "2023c", | ||
@@ -27,4 +27,4 @@ "undici": "5.28.2", | ||
"uvwasi": "0.0.19", | ||
"v8": "11.8.172.17-node.18", | ||
"zlib": "1.3-22124f5" | ||
"v8": "11.8.172.17-node.19", | ||
"zlib": "1.3.0.1-motley-40e35a7" | ||
}, | ||
@@ -31,0 +31,0 @@ "support": { |
532675
0.1%