@lazy-cjk/util
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -6,2 +6,17 @@ # Change Log | ||
## [1.0.19](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.18...@lazy-cjk/util@1.0.19) (2024-01-29) | ||
### 📌 Dependencies | ||
* update deps ([84fdf45](https://github.com/bluelovers/ws-regexp/commit/84fdf45835b0a643dcea895cb95e59c5b64d37a2)) | ||
### 🔖 Miscellaneous | ||
* . ([153b9b2](https://github.com/bluelovers/ws-regexp/commit/153b9b2ca07434f55f4f09f791715247120973e3)) | ||
## [1.0.18](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/util@1.0.17...@lazy-cjk/util@1.0.18) (2022-10-16) | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "@lazy-cjk/util", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -65,2 +65,3 @@ "keywords": [ | ||
"test:jest": "jest", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -79,7 +80,8 @@ "test:mocha": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"tsc:default": "tsc -p tsconfig.json", | ||
"tsc:esm": "tsc -p tsconfig.esm.json" | ||
"tsc:esm": "tsc -p tsconfig.esm.json", | ||
"tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
}, | ||
"dependencies": { | ||
"tslib": ">=2", | ||
"uni-string": "^2.0.2" | ||
"uni-string": "^2.0.7" | ||
}, | ||
@@ -89,3 +91,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e4f1fa1320fc53a7d04384baf64779072ceef73b" | ||
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735" | ||
} |
Sorry, the diff of this file is not supported yet
15044
Updateduni-string@^2.0.7