@mux/cli 1.0.0-beta.3 → 1.0.0-beta.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -19,7 +19,7 @@ npx @mux/cli@latest
19
19
  ### Shell installer
20
20
 
21
21
  ```bash
22
- curl -fsSL https://raw.githubusercontent.com/muxinc/cli/master/install.sh | bash
22
+ curl -fsSL https://raw.githubusercontent.com/muxinc/cli/main/install.sh | bash
23
23
  ```
24
24
 
25
25
  ### Download the binary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mux/cli",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "Official Mux CLI for interacting with Mux APIs",
5
5
  "author": "Mux",
6
6
  "license": "Apache-2.0",
@@ -35,10 +35,11 @@
35
35
  "README.md",
36
36
  "LICENSE"
37
37
  ],
38
+ "packageManager": "pnpm@10.17.1",
38
39
  "optionalDependencies": {
39
- "@mux/cli-darwin-arm64": "1.0.0-beta.3",
40
- "@mux/cli-darwin-x64": "1.0.0-beta.3",
41
- "@mux/cli-linux-x64": "1.0.0-beta.3",
42
- "@mux/cli-linux-arm64": "1.0.0-beta.3"
40
+ "@mux/cli-darwin-arm64": "1.0.0-beta.4",
41
+ "@mux/cli-darwin-x64": "1.0.0-beta.4",
42
+ "@mux/cli-linux-x64": "1.0.0-beta.4",
43
+ "@mux/cli-linux-arm64": "1.0.0-beta.4"
43
44
  }
44
45
  }