Skip to content

Commit

Permalink
Merge pull request #11 from kwooshung/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
kwooshung authored Feb 18, 2024
2 parents 51d3fec + 7e305eb commit 205f88a
Show file tree
Hide file tree
Showing 11 changed files with 580 additions and 548 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Sync to Npm.js
uses: actions/setup-node@main
with:
node-version: '14.0.0'
node-version: '16.14.0'
registry-url: https://registry.npmjs.org/
- name: Publish to Npm.js
run: npm publish --access public
Expand Down
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.10
1.0.9
1.0.8
1.0.7
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- Update Node dependencies ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- The file address in the bag specifies an error ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- ノード依存関係を更新します ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- バッグ内のファイルアドレスはエラーを指定します ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- 노드 종속성을 업데이트합니다 ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- 백의 파일 주소는 오류를 지정합니다 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- Обновить зависимости узла ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- Адрес файла в сумке указывает ошибку ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- 更新节点依赖项 ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- 袋子中的文件地址指定错误 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.10 `2024-02-18`
### 🐛 Fix
- 更新節點依賴項 ([#b739bab](https://github.com/kwooshung/Randoms/commit/b739bab728faf11e4c24df1f01cd3208ea6d6273))

## 🎉 1.0.9 `2024-02-03`
### 🐛 Fix
- 袋子中的文件地址指定錯誤 ([#4a3d00b](https://github.com/kwooshung/files/commit/4a3d00b2b35ebc4bf5614d8f03b077b7c6d32328))
Expand Down
2 changes: 1 addition & 1 deletion configs/.ks-cvlarrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = {
* 可使用的变量:
* id:表示提交id,完整的ID一般为40位
*/
url: 'https://github.com/kwooshung/files/commit/{{id}}'
url: 'https://github.com/kwooshung/Randoms/commit/{{id}}'
}
}
}
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/randoms",
"version": "1.0.9",
"version": "1.0.10",
"title": "randoms",
"description": "Consolidate superior random number projects in the community into a unified API to reduce the learning curve.",
"private": false,
Expand Down Expand Up @@ -52,30 +52,30 @@
"decimal.js": "^10.4.3"
},
"peerDependencies": {
"node": ">=14.0.0"
"node": ">=16.14.0"
},
"devDependencies": {
"@kwooshung/cvlar": "^1.3.7",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/randomatic": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"commitlint": "^18.5.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"commitlint": "^18.6.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"swc-loader": "^0.2.3",
"terser": "^5.27.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"swc-loader": "^0.2.6",
"terser": "^5.27.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"license": "MIT"
Expand Down
Loading

0 comments on commit 205f88a

Please sign in to comment.