@bifrost-proxy/bifrost-linux-arm64-musl 0.0.96 → 0.0.98

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 CHANGED
@@ -33,7 +33,7 @@ Bash 与 PowerShell 安装脚本都会自动探测 GitHub 直连和内置镜像
33
33
  安装指定版本
34
34
 
35
35
  ```bash
36
- curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.48-beta
36
+ curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.96
37
37
  ```
38
38
 
39
39
  方法二:使用 npm 安装
package/bin/README.md CHANGED
@@ -33,7 +33,7 @@ Bash 与 PowerShell 安装脚本都会自动探测 GitHub 直连和内置镜像
33
33
  安装指定版本
34
34
 
35
35
  ```bash
36
- curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.48-beta
36
+ curl -fsSL https://raw.githubusercontent.com/bifrost-proxy/bifrost/main/install-binary.sh | bash -s -- --version v0.0.96
37
37
  ```
38
38
 
39
39
  方法二:使用 npm 安装
package/bin/bifrost CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrost-proxy/bifrost-linux-arm64-musl",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "description": "Bifrost CLI binary for Linux ARM64 (musl/static)",
5
5
  "license": "MIT",
6
6
  "repository": {