gitspace 0.2.0-rc.38 → 0.2.0-rc.39

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 +19 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gitspace",
3
- "version": "0.2.0-rc.38",
3
+ "version": "0.2.0-rc.39",
4
4
  "description": "CLI for managing GitHub workspaces with git worktrees and secure remote terminal access",
5
5
  "bin": {
6
6
  "gssh": "./bin/gssh"
@@ -15,7 +15,7 @@
15
15
  "dev": "bun src/index.ts",
16
16
  "dev:web": "bun scripts/dev.ts",
17
17
  "check:lockfile-sync": "bun scripts/check-lockfile-sync.ts",
18
- "typecheck": "tsc --noEmit -p tsconfig.json",
18
+ "typecheck": "tsgo --noEmit -p tsconfig.json",
19
19
  "lint": "eslint src/",
20
20
  "build:web": "cd web && bun install && bun run build",
21
21
  "build": "bun scripts/build.ts",
@@ -27,10 +27,10 @@
27
27
  "check:arch:json": "node node_modules/.bin/depcruise src --config .dependency-cruiser.cjs --output-type json"
28
28
  },
29
29
  "optionalDependencies": {
30
- "@gitspace/darwin-arm64": "0.2.0-rc.38",
31
- "@gitspace/darwin-x64": "0.2.0-rc.38",
32
- "@gitspace/linux-x64": "0.2.0-rc.38",
33
- "@gitspace/linux-arm64": "0.2.0-rc.38"
30
+ "@gitspace/darwin-arm64": "0.2.0-rc.39",
31
+ "@gitspace/darwin-x64": "0.2.0-rc.39",
32
+ "@gitspace/linux-x64": "0.2.0-rc.39",
33
+ "@gitspace/linux-arm64": "0.2.0-rc.39"
34
34
  },
35
35
  "keywords": [
36
36
  "cli",
@@ -52,17 +52,19 @@
52
52
  "dependencies": {
53
53
  "@fly/sprites": "0.0.1-rc37",
54
54
  "@inquirer/prompts": "^7.10.1",
55
- "@linear/sdk": "^29.0.0",
55
+ "@linear/sdk": "^80.1.0",
56
56
  "@noble/curves": "^2.0.1",
57
57
  "@noble/hashes": "^2.0.1",
58
- "@oh-my-pi/pi-coding-agent": "^13.14.2",
58
+ "@oh-my-pi/pi-ai": "13.17.5",
59
+ "@oh-my-pi/pi-coding-agent": "13.17.5",
60
+ "@oh-my-pi/pi-tui": "13.17.5",
59
61
  "@opentui-ui/toast": "^0.0.5",
60
62
  "@opentui/core": "^0.1.77",
61
63
  "@opentui/react": "^0.1.77",
62
64
  "@scure/bip39": "^2.0.1",
63
65
  "@types/ws": "^8.18.1",
64
- "@xterm/addon-serialize": "^0.13.0",
65
- "@xterm/headless": "^5.5.0",
66
+ "@xterm/addon-serialize": "^0.14.0",
67
+ "@xterm/headless": "^6.0.0",
66
68
  "ansi-escapes": "^7.3.0",
67
69
  "chalk": "^5.6.2",
68
70
  "clipboardy": "^5.2.1",
@@ -84,14 +86,18 @@
84
86
  "@types/node": "^20.19.32",
85
87
  "@types/react": "^19.2.13",
86
88
  "@types/react-dom": "^19.2.3",
89
+ "@typescript/native-preview": "^7.0.0-dev.20260302.1",
87
90
  "dependency-cruiser": "^17.3.9",
88
91
  "eslint": "^8.57.1",
89
92
  "happy-dom": "^20.5.0",
90
- "miniflare": "^3.20250718.3",
91
- "typescript": "^5.9.3"
93
+ "miniflare": "^3.20250718.3"
92
94
  },
93
95
  "engines": {
94
96
  "bun": ">=1.3.8"
95
97
  },
96
- "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
98
+ "patchedDependencies": {
99
+ "@oh-my-pi/pi-coding-agent@13.17.5": "patches/@oh-my-pi%2Fpi-coding-agent@13.17.5.patch",
100
+ "@oh-my-pi/pi-utils@13.17.5": "patches/@oh-my-pi%2Fpi-utils@13.17.5.patch",
101
+ "markit-ai@0.5.0": "patches/markit-ai@0.5.0.patch"
102
+ }
97
103
  }