@ihr360cli/ihr-cli-darwin-arm64 1.0.28-beta.15

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.
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@ihr360cli/ihr-cli-darwin-arm64",
3
+ "version": "1.0.28-beta.15",
4
+ "os": "darwin",
5
+ "cpu": "arm64",
6
+ "binaryName": "ihr-cli",
7
+ "sha256": "f749a12b8dd8ddfb35a645767dfcedcd11404f09fe8ac98659ecf32fad44a638",
8
+ "size": 14357346,
9
+ "sourceUrl": "https://cdn-txtoqiniu.ihr360.com/ihr-cli/v1.0.28-beta.15/ihr-cli_1.0.28-beta.15_darwin_arm64"
10
+ }
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # ihr-cli native platform package
2
+
3
+ This package contains the `ihr-cli` binary for one OS/CPU pair.
4
+
5
+ Do not install it directly. Install `@ihr360cli/ihr-cli` instead:
6
+
7
+ ```bash
8
+ npm install -g @ihr360cli/ihr-cli@beta
9
+ ```
package/bin/ihr-cli ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@ihr360cli/ihr-cli-darwin-arm64",
3
+ "version": "1.0.28-beta.15",
4
+ "description": "ihr-cli native binary for darwin-arm64",
5
+ "license": "UNLICENSED",
6
+ "files": [
7
+ "bin/",
8
+ "README.md",
9
+ "BUILD-INFO.json"
10
+ ],
11
+ "engines": {
12
+ "node": ">=18"
13
+ },
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "arm64"
19
+ ],
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
23
+ "preferUnplugged": true
24
+ }