@rendotdev/rig 0.0.8 → 0.0.9

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/rig.js +1 -1
  2. package/package.json +1 -1
package/dist/rig.js CHANGED
@@ -205,7 +205,7 @@ class CliApplication {
205
205
  console.log(`Current version: ${currentVersion}`);
206
206
  console.log("Checking for updates...");
207
207
  const result = spawnSync("npm", ["install", "-g", "@rendotdev/rig@latest", "--force"], {
208
- stdio: "inherit"
208
+ stdio: "pipe"
209
209
  });
210
210
  if (result.status !== 0) {
211
211
  console.error("Update failed.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rendotdev/rig",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Local typed command runtime for agents.",
5
5
  "homepage": "https://github.com/rendotdev/rig#readme",
6
6
  "bugs": {