@term-hub/term-hub 0.4.0 → 0.5.0

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@term-hub/term-hub",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Terminal Hub — capture every terminal you open and manage them all from one window. One-command cross-platform install (macOS / Linux / Windows).",
5
5
  "keywords": [
6
6
  "terminal",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "//": "optionalDependencies: npm installs ONLY the package whose os/cpu matches the host, so a mac user downloads just the darwin binaries, etc. Versions are kept in lockstep with this package and bumped together by CI.",
43
43
  "optionalDependencies": {
44
- "@term-hub/darwin-arm64": "0.4.0",
45
- "@term-hub/darwin-x64": "0.4.0",
46
- "@term-hub/linux-x64": "0.4.0",
47
- "@term-hub/linux-arm64": "0.4.0"
44
+ "@term-hub/darwin-arm64": "0.5.0",
45
+ "@term-hub/darwin-x64": "0.5.0",
46
+ "@term-hub/linux-x64": "0.5.0",
47
+ "@term-hub/linux-arm64": "0.5.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18"