coderaft 0.0.9 → 0.0.10

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 (3) hide show
  1. package/code.mjs +1 -1
  2. package/code.tar.zst +0 -0
  3. package/package.json +15 -15
package/code.mjs CHANGED
@@ -4,7 +4,7 @@ import { tmpdir } from "node:os";
4
4
  import { fileURLToPath } from "node:url";
5
5
 
6
6
  // Auto-updated by scripts/pack.ts
7
- const codeArchiveHash = "1fb287a2c0d58edf";
7
+ const codeArchiveHash = "932c7f505a988efd";
8
8
 
9
9
  const archivePath = fileURLToPath(new URL("./code.tar.zst", import.meta.url));
10
10
 
package/code.tar.zst CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coderaft",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "repository": "pithings/coderaft",
5
5
  "bin": {
6
6
  "coderaft": "./dist/cli.mjs"
@@ -21,22 +21,23 @@
21
21
  "build": "obuild"
22
22
  },
23
23
  "devDependencies": {
24
+ "code-server": "^4.114.1",
24
25
  "@anthropic-ai/sandbox-runtime": "0.0.42",
25
- "@github/copilot": "^1.0.11",
26
- "@github/copilot-sdk": "^0.2.0",
27
- "@microsoft/1ds-core-js": "^3.2.13",
28
- "@microsoft/1ds-post-js": "^3.2.13",
29
- "@parcel/watcher": "^2.5.6",
30
- "@vscode/deviceid": "^0.1.1",
31
- "@vscode/fs-copyfile": "^2.0.0",
26
+ "@github/copilot": "workspace:*",
27
+ "@github/copilot-sdk": "workspace:*",
28
+ "@microsoft/1ds-core-js": "workspace:*",
29
+ "@microsoft/1ds-post-js": "workspace:*",
30
+ "@parcel/watcher": "workspace:*",
31
+ "@vscode/deviceid": "workspace:*",
32
+ "@vscode/fs-copyfile": "workspace:*",
32
33
  "@vscode/iconv-lite-umd": "0.7.1",
33
- "@vscode/native-watchdog": "^1.4.6",
34
- "@vscode/proxy-agent": "^0.40.0",
35
- "@vscode/ripgrep": "^1.17.1",
36
- "@vscode/spdlog": "^0.15.8",
34
+ "@vscode/native-watchdog": "workspace:*",
35
+ "@vscode/proxy-agent": "workspace:*",
36
+ "@vscode/ripgrep": "workspace:*",
37
+ "@vscode/spdlog": "workspace:*",
37
38
  "@vscode/tree-sitter-wasm": "^0.3.0",
38
39
  "@vscode/vscode-languagedetection": "1.0.23",
39
- "@vscode/windows-process-tree": "^0.6.0",
40
+ "@vscode/windows-process-tree": "workspace:*",
40
41
  "@vscode/windows-registry": "^1.2.0",
41
42
  "@xterm/addon-clipboard": "^0.3.0-beta.191",
42
43
  "@xterm/addon-image": "^0.10.0-beta.191",
@@ -48,7 +49,6 @@
48
49
  "@xterm/addon-webgl": "^0.20.0-beta.190",
49
50
  "@xterm/headless": "^6.1.0-beta.191",
50
51
  "@xterm/xterm": "^6.1.0-beta.191",
51
- "code-server": "^4.114.1",
52
52
  "cookie": "^0.7.0",
53
53
  "http-proxy-agent": "^7.0.0",
54
54
  "https-proxy-agent": "^7.0.2",
@@ -56,7 +56,7 @@
56
56
  "katex": "^0.16.22",
57
57
  "kerberos": "2.1.1",
58
58
  "minimist": "^1.2.8",
59
- "node-pty": "^1.2.0-beta.12",
59
+ "node-pty": "workspace:*",
60
60
  "tas-client": "0.3.1",
61
61
  "typescript": "^6.0.2",
62
62
  "vscode-oniguruma": "1.7.0",