fix(dependencies): Update dependency versions and add local Claude settings
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-18 - 1.10.2 - fix(dependencies)
|
||||
Update dependency versions and add local Claude settings
|
||||
|
||||
- Bump devDependency @git.zone/tstest from ^2.3.2 to ^2.3.4
|
||||
- Bump dependency @push.rocks/smartfile from ^11.2.5 to ^11.2.7
|
||||
- Bump dependency @push.rocks/smartrequest from ^4.2.1 to ^4.2.2
|
||||
- Bump dependency @push.rocks/smartshell from ^3.2.3 to ^3.3.0
|
||||
- Add .claude/settings.local.json (local Claude permissions/config)
|
||||
|
||||
## 2025-08-08 - 1.10.1 - fix(core)
|
||||
Refactor smartrequest usage, update dependency versions, and improve documentation and tests
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
"@git.zone/tsbuild": "^2.6.4",
|
||||
"@git.zone/tsbundle": "^2.5.1",
|
||||
"@git.zone/tsrun": "^1.3.3",
|
||||
"@git.zone/tstest": "^2.3.2",
|
||||
"@git.zone/tstest": "^2.3.4",
|
||||
"@types/node": "^22.8.7"
|
||||
},
|
||||
"repository": {
|
||||
@@ -50,12 +50,12 @@
|
||||
"@push.rocks/consolecolor": "^2.0.3",
|
||||
"@push.rocks/smartcli": "^4.0.11",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartfile": "^11.2.5",
|
||||
"@push.rocks/smartfile": "^11.2.7",
|
||||
"@push.rocks/smartlog": "^3.1.8",
|
||||
"@push.rocks/smartnpm": "^2.0.4",
|
||||
"@push.rocks/smartpath": "^6.0.0",
|
||||
"@push.rocks/smartrequest": "^4.2.1",
|
||||
"@push.rocks/smartshell": "^3.2.3"
|
||||
"@push.rocks/smartrequest": "^4.2.2",
|
||||
"@push.rocks/smartshell": "^3.3.0"
|
||||
},
|
||||
"keywords": [
|
||||
"typescript",
|
||||
|
1849
pnpm-lock.yaml
generated
1849
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tspublish',
|
||||
version: '1.10.1',
|
||||
version: '1.10.2',
|
||||
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user