@ait-co/console-cli 0.1.21 → 0.1.22

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
@@ -5806,7 +5806,7 @@ function resolveVersion() {
5806
5806
  if (typeof injected === "string" && injected.length > 0) return injected;
5807
5807
  } catch {}
5808
5808
  try {
5809
- return "0.1.21";
5809
+ return "0.1.22";
5810
5810
  } catch {}
5811
5811
  return "0.0.0-dev";
5812
5812
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/console-cli",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
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": {