claude-threads 1.32.0 → 1.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.32.1] - 2026-09-02
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
- **Dependency updates.** Production: hono 4.13.5, zod 4.5.4, js-yaml 4.3.2, express-rate-limit 8.7.0 (#522); dev-dependency group refreshed (#521). Validated with the full unit and Slack integration suites.
|
|
14
|
+
|
|
10
15
|
## [1.32.0] - 2026-09-01
|
|
11
16
|
|
|
12
17
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-threads",
|
|
3
|
-
"version": "1.32.
|
|
3
|
+
"version": "1.32.1",
|
|
4
4
|
"description": "Run Claude Code from Slack or Mattermost. Sessions stream live into threads where your whole team can watch and steer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"commander": "^14.0.2",
|
|
77
77
|
"diff": "^8.0.3",
|
|
78
78
|
"express-rate-limit": "^8.3.0",
|
|
79
|
-
"hono": "4.13.
|
|
79
|
+
"hono": "4.13.5",
|
|
80
80
|
"ink": "^6.6.0",
|
|
81
81
|
"ink-scroll-view": "^0.3.5",
|
|
82
82
|
"js-yaml": "^4.3.1",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@types/ws": "^8.18.0",
|
|
100
100
|
"eslint": "^10.7.0",
|
|
101
101
|
"husky": "^9.1.7",
|
|
102
|
-
"knip": "6.
|
|
102
|
+
"knip": "6.33.0",
|
|
103
103
|
"lint-staged": "^17.0.4",
|
|
104
104
|
"prettier": "^3.9.5",
|
|
105
105
|
"typescript": "^6.0.2",
|