@h-rig/cli 0.0.6-alpha.243 → 0.0.6-alpha.246
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/package.json +18 -10
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @h-rig/cli
|
|
2
2
|
|
|
3
|
-
Version anchor for
|
|
3
|
+
Version anchor for bounded multipart, self-contained Rig executables. The official installer reconstructs and verifies the selected platform binary without a package manager.
|
|
4
4
|
|
|
5
5
|
```
|
|
6
6
|
curl -fsSL https://where.rig-does.work/install | bash
|
package/package.json
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h-rig/cli",
|
|
3
|
-
"version": "0.0.6-alpha.
|
|
4
|
-
"description": "Rig — version anchor for
|
|
3
|
+
"version": "0.0.6-alpha.246",
|
|
4
|
+
"description": "Rig — version anchor for bounded multipart self-contained executables. Install: curl -fsSL https://where.rig-does.work/install | bash",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"optionalDependencies": {
|
|
7
|
-
"@h-rig/cli-darwin-arm64": "0.0.6-alpha.
|
|
8
|
-
"@h-rig/cli-darwin-x64": "0.0.6-alpha.
|
|
9
|
-
"@h-rig/cli-linux-x64": "0.0.6-alpha.
|
|
10
|
-
"@h-rig/cli-linux-arm64": "0.0.6-alpha.
|
|
11
|
-
"@h-rig/cli-win32-x64": "0.0.6-alpha.243"
|
|
7
|
+
"@h-rig/cli-darwin-arm64": "0.0.6-alpha.246",
|
|
8
|
+
"@h-rig/cli-darwin-x64": "0.0.6-alpha.246",
|
|
9
|
+
"@h-rig/cli-linux-x64-gnu": "0.0.6-alpha.246",
|
|
10
|
+
"@h-rig/cli-linux-arm64-gnu": "0.0.6-alpha.246"
|
|
12
11
|
},
|
|
13
12
|
"rigRelease": {
|
|
14
|
-
"gitSha": "
|
|
15
|
-
"
|
|
16
|
-
"
|
|
13
|
+
"gitSha": "349210189f76a287399bfa16592b7f3eb0fcf0a2",
|
|
14
|
+
"distribution": "multipart-v1",
|
|
15
|
+
"chunkSize": 67108864,
|
|
16
|
+
"releaseSchemaVersion": 3,
|
|
17
|
+
"sourceVerified": true,
|
|
18
|
+
"capabilityGraphSha256": "a96839b39c041c3e536219985418257c57c5c38f16ec2c23d35016824de11615",
|
|
19
|
+
"artifactSets": {
|
|
20
|
+
"darwin-arm64": "b437ccc6e66cc23f7376c98ee855fa0f9d699c21c25c6ecd534b5b7f32ceb80c",
|
|
21
|
+
"darwin-x64": "1dd3f0cb0d4b78c5318d62885166d81bdf0902009a568c2d1f87dc96b87cdfa0",
|
|
22
|
+
"linux-arm64-gnu": "7fcd56478394ec189e958c0b4788e4cb648bd372b940c2fa95c2103b4e1d7d45",
|
|
23
|
+
"linux-x64-gnu": "86defbc3e069a789fc81974f2798c627bc783d8601335c15f600640b5269a9da"
|
|
24
|
+
}
|
|
17
25
|
}
|
|
18
26
|
}
|