@srothgan/claude-code-rust-darwin-x64 0.14.3 → 0.14.5
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/README.md +1 -1
- package/THIRD-PARTY-NOTICES.md +8 -8
- package/bin/claude-rs +0 -0
- package/bin/claude-rs-bridge-bun +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `@srothgan/claude-code-rust-darwin-x64`
|
|
2
2
|
|
|
3
|
-
This is the **x86_64-apple-darwin** native binary package for [claude-code-rust](https://github.com/srothgan/claude-code-rust#readme) version `0.14.
|
|
3
|
+
This is the **x86_64-apple-darwin** native binary package for [claude-code-rust](https://github.com/srothgan/claude-code-rust#readme) version `0.14.5`.
|
|
4
4
|
|
|
5
5
|
This package is selected automatically by the root `claude-code-rust` npm package on matching platforms. It contains the native Rust binary and a private Bun runtime named `claude-rs-bridge-bun` for the Agent SDK bridge. The bundled runtime is not a user-facing `bun` command.
|
|
6
6
|
|
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -9,22 +9,22 @@ The `claude-code-rust` project is licensed under Apache-2.0.
|
|
|
9
9
|
|
|
10
10
|
## Bundled Bun Runtime
|
|
11
11
|
|
|
12
|
-
- Bun version: 1.
|
|
12
|
+
- Bun version: 1.4.0
|
|
13
13
|
- Upstream project: https://github.com/oven-sh/bun
|
|
14
14
|
- Bun license documentation: https://bun.com/docs/project/license
|
|
15
15
|
- Bun license: MIT
|
|
16
|
-
- Bun checksum source: https://github.com/oven-sh/bun/releases/download/bun-v1.
|
|
16
|
+
- Bun checksum source: https://github.com/oven-sh/bun/releases/download/bun-v1.4.0/SHASUMS256.txt
|
|
17
17
|
|
|
18
18
|
Bundled Bun release assets:
|
|
19
19
|
|
|
20
20
|
| Platform package | Bun release asset | Archive binary path | Source archive SHA256 |
|
|
21
21
|
| --- | --- | --- | --- |
|
|
22
|
-
| `darwin-arm64` | `bun-darwin-aarch64.zip` | `bun-darwin-aarch64/bun` | `
|
|
23
|
-
| `darwin-x64` | `bun-darwin-x64-baseline.zip` | `bun-darwin-x64-baseline/bun` | `
|
|
24
|
-
| `linux-x64-gnu` | `bun-linux-x64-baseline.zip` | `bun-linux-x64-baseline/bun` | `
|
|
25
|
-
| `linux-arm64-gnu` | `bun-linux-aarch64.zip` | `bun-linux-aarch64/bun` | `
|
|
26
|
-
| `win32-x64-msvc` | `bun-windows-x64-baseline.zip` | `bun-windows-x64-baseline/bun.exe` | `
|
|
27
|
-
| `win32-arm64-msvc` | `bun-windows-aarch64.zip` | `bun-windows-aarch64/bun.exe` | `
|
|
22
|
+
| `darwin-arm64` | `bun-darwin-aarch64.zip` | `bun-darwin-aarch64/bun` | `c669e97f6164e1c96e0701748db98dfa77492908cbd8394c7557134a735de381` |
|
|
23
|
+
| `darwin-x64` | `bun-darwin-x64-baseline.zip` | `bun-darwin-x64-baseline/bun` | `da9b9f1b4ba766c6f299711f38dfaa98623e1ed9c40896aa53db803c52ec1fa0` |
|
|
24
|
+
| `linux-x64-gnu` | `bun-linux-x64-baseline.zip` | `bun-linux-x64-baseline/bun` | `184fb4595f0d401a217cf7c78c1bc430ba83314dab7a8b94805babbf7fa7097f` |
|
|
25
|
+
| `linux-arm64-gnu` | `bun-linux-aarch64.zip` | `bun-linux-aarch64/bun` | `4b1a332ee861983eb93bcfe6f770fff94e3e31b2c388bdaea3c8ed35e58eed0e` |
|
|
26
|
+
| `win32-x64-msvc` | `bun-windows-x64-baseline.zip` | `bun-windows-x64-baseline/bun.exe` | `b929c54a9badb104a16dedd23aab6152c86793ae653d4e6b13983ffd0c882a66` |
|
|
27
|
+
| `win32-arm64-msvc` | `bun-windows-aarch64.zip` | `bun-windows-aarch64/bun.exe` | `f473bfe2df73ee770548c93dd5d380aea7120c218ec2aa1afdd0bbba7bf18c47` |
|
|
28
28
|
|
|
29
29
|
Release package manifests record the upstream asset URL, archive path, source
|
|
30
30
|
archive SHA256, and packaged runtime SHA256 for each platform package.
|
package/bin/claude-rs
CHANGED
|
Binary file
|
package/bin/claude-rs-bridge-bun
CHANGED
|
Binary file
|