@ait-co/console-cli 0.1.18 → 0.1.19

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
@@ -5561,7 +5561,7 @@ function resolveVersion() {
5561
5561
  if (typeof injected === "string" && injected.length > 0) return injected;
5562
5562
  } catch {}
5563
5563
  try {
5564
- return "0.1.18";
5564
+ return "0.1.19";
5565
5565
  } catch {}
5566
5566
  return "0.0.0-dev";
5567
5567
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/console-cli",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
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": {