@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.
- package/dist/cli.js +1 -1
- 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.
|
|
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));
|