@ait-co/console-cli 0.1.1 → 0.1.2

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -644,7 +644,7 @@ function resolveVersion() {
644
644
  if (typeof injected === "string" && injected.length > 0) return injected;
645
645
  } catch {}
646
646
  try {
647
- return "0.1.1";
647
+ return "0.1.2";
648
648
  } catch {}
649
649
  return "0.0.0-dev";
650
650
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/console-cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI and MCP server for the Apps in Toss developer console — log in once in a browser, then drive builds, deploys, and releases headlessly",
5
5
  "type": "module",
6
6
  "engines": {