termbeam 1.21.1 → 1.21.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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.21.3] - 2026-04-23
|
|
4
|
+
|
|
5
|
+
- feat: add author attribution to changelog via gh api (@dorlugasigal)
|
|
6
|
+
|
|
7
|
+
## [1.21.2] - 2026-04-21
|
|
8
|
+
|
|
9
|
+
- chore(deps): bump the all-npm group with 2 updates (#203)
|
|
10
|
+
- chore: group all dependabot updates into single PRs
|
|
11
|
+
- chore(deps): bump prettier from 3.8.2 to 3.8.3 (#200)
|
|
12
|
+
- chore(ci): bump github/codeql-action from 4.35.1 to 4.35.2 (#198)
|
|
13
|
+
- chore(ci): bump actions/setup-node from 6.3.0 to 6.4.0 (#197)
|
|
14
|
+
- chore(ci): bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 (#196)
|
|
15
|
+
|
|
3
16
|
## [1.21.1] - 2026-04-21
|
|
4
17
|
|
|
5
18
|
- fix(windows): service wizard uses getDefaultShell instead of COMSPEC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "termbeam",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.3",
|
|
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": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"better-sqlite3": "^12.8.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@eslint/js": "^
|
|
88
|
+
"@eslint/js": "^10.0.1",
|
|
89
89
|
"@playwright/test": "^1.58.2",
|
|
90
90
|
"c8": "^11.0.0",
|
|
91
91
|
"eslint": "^10.0.2",
|