Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9f0d052bcb | |||
8752cd0a7e | |||
5704894cd3 | |||
b67c936a65 |
16
changelog.md
16
changelog.md
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-18 - 1.10.3 - fix(devDependencies)
|
||||
Bump development dependencies and add local Claude settings
|
||||
|
||||
- Bumped @git.zone/tsbuild from ^2.6.4 to ^2.6.6 in package.json
|
||||
- Bumped @push.rocks/smartnpm from ^2.0.4 to ^2.0.6 in package.json
|
||||
- Added .claude/settings.local.json for local Claude permissions/configuration
|
||||
|
||||
## 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
|
||||
|
||||
|
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tspublish",
|
||||
"version": "1.10.1",
|
||||
"version": "1.10.3",
|
||||
"private": false,
|
||||
"description": "A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -17,10 +17,10 @@
|
||||
"tspublish": "./cli.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.6.4",
|
||||
"@git.zone/tsbuild": "^2.6.6",
|
||||
"@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/smartnpm": "^2.0.6",
|
||||
"@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",
|
||||
|
2637
pnpm-lock.yaml
generated
2637
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.3',
|
||||
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