@h-rig/cli 0.0.6-alpha.242 → 0.0.6-alpha.245

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 +18 -10
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @h-rig/cli
2
2
 
3
- Version anchor for the prebuilt, self-contained `rig` binaries, published per platform as `@h-rig/cli-<os>-<arch>`. There is no JS entrypoint; the installer links `rig` and `rig-run` directly to the platform binary.
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.242",
4
- "description": "Rig — version anchor for the prebuilt single-file rig binaries (@h-rig/cli-<os>-<arch>). Install: curl -fsSL https://where.rig-does.work/install | bash",
3
+ "version": "0.0.6-alpha.245",
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.242",
8
- "@h-rig/cli-darwin-x64": "0.0.6-alpha.242",
9
- "@h-rig/cli-linux-x64": "0.0.6-alpha.242",
10
- "@h-rig/cli-linux-arm64": "0.0.6-alpha.242",
11
- "@h-rig/cli-win32-x64": "0.0.6-alpha.242"
7
+ "@h-rig/cli-darwin-arm64": "0.0.6-alpha.245",
8
+ "@h-rig/cli-darwin-x64": "0.0.6-alpha.245",
9
+ "@h-rig/cli-linux-x64-gnu": "0.0.6-alpha.245",
10
+ "@h-rig/cli-linux-arm64-gnu": "0.0.6-alpha.245"
12
11
  },
13
12
  "rigRelease": {
14
- "gitSha": "79bfa5720536b82a3a7695d3f58dcc68e95bac07",
15
- "releaseSchemaVersion": 2,
16
- "sourceVerified": true
13
+ "gitSha": "71206e8d04146b2ff84d1b1de3aebdfb78ba1cb8",
14
+ "distribution": "multipart-v1",
15
+ "chunkSize": 67108864,
16
+ "releaseSchemaVersion": 3,
17
+ "sourceVerified": true,
18
+ "capabilityGraphSha256": "a96839b39c041c3e536219985418257c57c5c38f16ec2c23d35016824de11615",
19
+ "artifactSets": {
20
+ "darwin-arm64": "214c56a5c60ae4761386f698da8d3a90639132a7962e29acf4076e19d9b54832",
21
+ "darwin-x64": "24eafda7a10ea7b13fa888fa1d08b66f9ab2951b9ae8b09bc548c182fab22e00",
22
+ "linux-arm64-gnu": "ea8b7f444955c09e70d6d12e54c3215b1bdb545c0a8024d66dc8a9eeb56c0328",
23
+ "linux-x64-gnu": "51204eabf1d448710bc4d924b9c63f879dfee77af49624a99069e066186ae3e9"
24
+ }
17
25
  }
18
26
  }