runsignal 0.1.7 → 0.1.8

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/bin/runsignal.js +1 -1
  2. package/package.json +1 -1
package/bin/runsignal.js CHANGED
@@ -1099,7 +1099,7 @@ async function runSetup(options) {
1099
1099
 
1100
1100
  const program = new Command();
1101
1101
 
1102
- program.name('runsignal').description('RunSignal CLI').version('0.1.6');
1102
+ program.name('runsignal').description('RunSignal CLI').version('0.1.8');
1103
1103
 
1104
1104
  program
1105
1105
  .command('setup')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runsignal",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "RunSignal CLI for wrapping AI agent runs and handling approvals",
5
5
  "type": "module",
6
6
  "license": "MIT",