claude-threads 1.19.0 → 1.19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
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.19.1] - 2026-07-28
9
+
10
+ ### Changed
11
+ - **Dependency updates.** Production: `@modelcontextprotocol/sdk` 1.29.0 → 1.30.0, `hono` 4.12.31 → 4.12.32, `@hono/node-server` 2.0.11 → 2.0.12, `express-rate-limit` 8.6.0 → 8.6.1. Dev: `@types/node` 26.1.1 → 26.1.2. Dependabot maintains `package-lock.json` only, so `bun.lock` was regenerated alongside it — CI installs with Bun, and without that sync the bumps would not actually reach CI. (#447, #448)
12
+
8
13
  ## [1.19.0] - 2026-07-27
9
14
 
10
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-threads",
3
- "version": "1.19.0",
3
+ "version": "1.19.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",
@@ -67,7 +67,7 @@
67
67
  "package.json"
68
68
  ],
69
69
  "dependencies": {
70
- "@hono/node-server": "2.0.11",
70
+ "@hono/node-server": "2.0.12",
71
71
  "@inkjs/ui": "^2.0.0",
72
72
  "@modelcontextprotocol/sdk": "^1.26.0",
73
73
  "@redactpii/node": "^1.0.16",
@@ -75,7 +75,7 @@
75
75
  "commander": "^14.0.2",
76
76
  "diff": "^8.0.3",
77
77
  "express-rate-limit": "^8.3.0",
78
- "hono": "4.12.31",
78
+ "hono": "4.12.32",
79
79
  "ink": "^6.6.0",
80
80
  "ink-scroll-view": "^0.3.5",
81
81
  "js-yaml": "^4.3.0",