@oodarun/cli 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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5343,7 +5343,7 @@ async function deployFromGitHubFlow(target, apiToken, claudeToken) {
5343
5343
  }
5344
5344
 
5345
5345
  // src/cli/index.ts
5346
- var CLI_VERSION = "0.1.7";
5346
+ var CLI_VERSION = "0.1.8";
5347
5347
  function formatMutationError(result) {
5348
5348
  const parts = [];
5349
5349
  if (result.status !== void 0) parts.push(String(result.status));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oodarun/cli",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Launch Claude Code on cloud dev environments",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",