claude-threads 1.24.2 → 1.24.3
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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.24.3] - 2026-08-19
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- **Dependency updates** (#473, #474). Production: `@hono/node-server` 2.1.0 → 2.1.1, `hono` 4.13.1 → 4.13.2. Dev: `knip` 6.32.0 → 6.32.2, pulling `oxc-parser` 0.142.0 → 0.143.0 and `unbash` 4.0.6 → 4.0.10. `typescript-eslint` 8.67.0 landed in `package-lock.json` only — it is a caret-ranged dev dependency, so `bun install` left `bun.lock` (what CI actually installs from) on 8.65.0. Full typecheck/lint/knip/test/build battery green on the combined result.
|
|
12
|
+
|
|
8
13
|
## [1.24.2] - 2026-08-13
|
|
9
14
|
|
|
10
15
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-threads",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.3",
|
|
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",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"package.json"
|
|
69
69
|
],
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@hono/node-server": "2.1.
|
|
71
|
+
"@hono/node-server": "2.1.1",
|
|
72
72
|
"@inkjs/ui": "^2.0.0",
|
|
73
73
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
74
74
|
"@redactpii/node": "^1.0.16",
|
|
@@ -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.2",
|
|
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.32.
|
|
102
|
+
"knip": "6.32.2",
|
|
103
103
|
"lint-staged": "^17.0.4",
|
|
104
104
|
"prettier": "^3.9.5",
|
|
105
105
|
"typescript": "^6.0.2",
|