@h-rig/cli 0.0.6-alpha.92 → 0.0.6-alpha.93

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/dist/bin/rig.js +1 -0
  2. package/package.json +10 -10
package/dist/bin/rig.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env bun
1
2
  // @bun
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/cli",
3
- "version": "0.0.6-alpha.92",
3
+ "version": "0.0.6-alpha.93",
4
4
  "type": "module",
5
5
  "description": "Rig CLI launcher for upstream OMP collab; legacy operator entrypoints are retired.",
6
6
  "license": "UNLICENSED",
@@ -28,15 +28,15 @@
28
28
  "@oh-my-pi/pi-coding-agent": "16.0.4",
29
29
  "@oh-my-pi/pi-tui": "16.0.4",
30
30
  "@oh-my-pi/pi-utils": "16.0.4",
31
- "@rig/client": "npm:@h-rig/client@0.0.6-alpha.92",
32
- "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.92",
33
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.92",
34
- "@rig/relay-registry": "npm:@h-rig/relay-registry@0.0.6-alpha.92",
35
- "@rig/rig-extension": "npm:@h-rig/rig-extension@0.0.6-alpha.92",
36
- "@rig/rig-host": "npm:@h-rig/rig-host@0.0.6-alpha.92",
37
- "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.92",
38
- "@rig/shared": "npm:@h-rig/shared@0.0.6-alpha.92",
39
- "@rig/standard-plugin": "npm:@h-rig/standard-plugin@0.0.6-alpha.92",
31
+ "@rig/client": "npm:@h-rig/client@0.0.6-alpha.93",
32
+ "@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.93",
33
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.93",
34
+ "@rig/relay-registry": "npm:@h-rig/relay-registry@0.0.6-alpha.93",
35
+ "@rig/rig-extension": "npm:@h-rig/rig-extension@0.0.6-alpha.93",
36
+ "@rig/rig-host": "npm:@h-rig/rig-host@0.0.6-alpha.93",
37
+ "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.93",
38
+ "@rig/shared": "npm:@h-rig/shared@0.0.6-alpha.93",
39
+ "@rig/standard-plugin": "npm:@h-rig/standard-plugin@0.0.6-alpha.93",
40
40
  "@xterm/headless": "^6.0.0",
41
41
  "effect": "4.0.0-beta.78",
42
42
  "picocolors": "^1.1.1",