@ait-co/console-cli 0.1.2 β†’ 0.1.3

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # console-cli
2
2
 
3
- > 🚧 **Work in Progress** β€” not yet published.
4
- > 아직 개발 μ€‘μž…λ‹ˆλ‹€. 릴리슀 μ „μž…λ‹ˆλ‹€.
3
+ > 🚧 **Pre-1.0 (`0.1.x`)** β€” published to npm but the surface is still small. `whoami` / `login` / `logout` / `upgrade` are usable today; `deploy` / `logs` / `status` are next on [TODO.md](./TODO.md).
4
+ > 1.0 이전 λ‹¨κ³„μž…λ‹ˆλ‹€. 일뢀 λͺ…λ Ή(`whoami`/`login`/`logout`/`upgrade`)만 λ™μž‘ν•˜κ³ , `deploy`/`logs`/`status`λŠ” μ§„ν–‰ μ€‘μž…λ‹ˆλ‹€.
5
5
 
6
6
  `ait-console` is a community-maintained CLI for automating Apps in Toss developer console operations β€” log in once in a browser, then drive subsequent operations from your shell or from an AI coding agent via headless browser automation.
7
7
 
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.2";
647
+ return "0.1.3";
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.2",
3
+ "version": "0.1.3",
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": {