Skip to content

Commit

Permalink
Merge pull request #5 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Jan 25, 2024
2 parents 8f99bcf + 9c5a36c commit 1c1950d
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 234 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ string(3, 'abcdef'); // 'ffd' When typeString includes characters not in the pre

### ✨ stringNonConsecutiveFn [code](./src/string/nonConsecutiveFn/index.ts)

随机字符串函数,保证连续两次调用不重复
random string function, ensures consecutive calls are not repeated

#### 💬 Parameters

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- 支持 **整数随机****浮点数随机****字符串随机** 等;
- 随机数字相关函数,引入了 [**decimal.js**](https://github.com/MikeMcl/decimal.js) 包,避免了 **精度** 问题;
- 可按需引入,`esm` 模块化,支持天生支持 **树摇(tree-shaking)**,不用担心打包后的体积;
- 当然本项目才提供了 `commonjs` 规范的 `cjs` 版本;
- 当然本项目也提供了 `commonjs` 规范的 `cjs` 版本;
- 测试覆盖率 **100%**

# 📝 安装
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.6",
"@kwooshung/cvlar": "^1.3.7",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"@types/randomatic": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"commitlint": "^18.4.4",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commitlint": "^18.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"husky": "^9.0.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"swc-loader": "^0.2.3",
"terser": "^5.27.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
Expand Down
Loading

0 comments on commit 1c1950d

Please sign in to comment.