termbeam 1.24.8 → 1.24.9

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 +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.24.9] - 2026-06-25
4
+
5
+ - chore(deps): consolidate #242 #243 #244 + fix CodeQL alert + npm audit fix (#245) (@dorlugasigal)
6
+ - chore(deps): combined dependency updates 2026-05-24 (#249) (@github-actions[bot])
7
+ - ci(combine-prs): support optional PAT to trigger downstream CI (#250) (@dorlugasigal)
8
+ - chore(deps): combined dependency updates 2026-06-22 (#254) (@dorlugasigal)
9
+
3
10
  ## [1.24.8] - 2026-05-18
4
11
 
5
12
  - chore(site): drop Cloudflare Pages, ship docs site only via GitHub Pages (@dorlugasigal)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termbeam",
3
- "version": "1.24.8",
3
+ "version": "1.24.9",
4
4
  "description": "Beam your terminal to any device — mobile-optimized web terminal with multi-session support",
5
5
  "main": "src/server/index.js",
6
6
  "bin": {
@@ -71,7 +71,7 @@
71
71
  ]
72
72
  },
73
73
  "dependencies": {
74
- "@github/copilot-sdk": "^0.3.0",
74
+ "@github/copilot-sdk": "^1.0.1",
75
75
  "cookie-parser": "^1.4.7",
76
76
  "express": "^5.2.1",
77
77
  "express-rate-limit": "^8.2.1",