@ihr360cli/ihr-cli 1.0.29-beta.2 → 1.0.29-beta.21

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
@@ -38,9 +38,10 @@ curl --http1.1 -fsSL https://cdn-txtoqiniu.ihr360.com/ihr-cli/install-beta.sh |
38
38
  - macOS Intel (`darwin-x64`)
39
39
  - macOS Apple Silicon (`darwin-arm64`)
40
40
  - Linux x64 (`linux-x64`)
41
+ - Linux ARM64 (`linux-arm64`)
41
42
  - Windows x64 (`win32-x64`)
42
43
 
43
- Linux ARM64 and Windows ARM64 are not published.
44
+ Windows ARM64 is not published.
44
45
 
45
46
  ## License
46
47
 
package/bin/ihr-cli.js CHANGED
@@ -7,6 +7,7 @@ const path = require("path");
7
7
 
8
8
  const PACKAGE_MAP = {
9
9
  "linux-x64": "@ihr360cli/ihr-cli-linux-x64",
10
+ "linux-arm64": "@ihr360cli/ihr-cli-linux-arm64",
10
11
  "darwin-x64": "@ihr360cli/ihr-cli-darwin-x64",
11
12
  "darwin-arm64": "@ihr360cli/ihr-cli-darwin-arm64",
12
13
  "win32-x64": "@ihr360cli/ihr-cli-win32-x64",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihr360cli/ihr-cli",
3
- "version": "1.0.29-beta.2",
3
+ "version": "1.0.29-beta.21",
4
4
  "description": "iHR360 command-line interface",
5
5
  "license": "UNLICENSED",
6
6
  "bin": {
@@ -23,10 +23,11 @@
23
23
  "arm64"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@ihr360cli/ihr-cli-linux-x64": "1.0.29-beta.2",
27
- "@ihr360cli/ihr-cli-darwin-x64": "1.0.29-beta.2",
28
- "@ihr360cli/ihr-cli-darwin-arm64": "1.0.29-beta.2",
29
- "@ihr360cli/ihr-cli-win32-x64": "1.0.29-beta.2"
26
+ "@ihr360cli/ihr-cli-linux-x64": "1.0.29-beta.21",
27
+ "@ihr360cli/ihr-cli-linux-arm64": "1.0.29-beta.21",
28
+ "@ihr360cli/ihr-cli-darwin-x64": "1.0.29-beta.21",
29
+ "@ihr360cli/ihr-cli-darwin-arm64": "1.0.29-beta.21",
30
+ "@ihr360cli/ihr-cli-win32-x64": "1.0.29-beta.21"
30
31
  },
31
32
  "publishConfig": {
32
33
  "access": "public"