@vsceasy/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/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -9006,7 +9006,7 @@ var init_cli = __esm(() => {
9006
9006
  import_cli_maker20 = __toESM(require_dist(), 1);
9007
9007
  cli = new import_cli_maker20.CLI("vsceasy", "Build VS Code extensions fast — React UI + typed RPC bridge + zero-config build.", {
9008
9008
  interactive: true,
9009
- version: "0.1.0",
9009
+ version: "0.1.2",
9010
9010
  introAnimation: {
9011
9011
  enabled: true,
9012
9012
  preset: "retro-space",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsceasy/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Build VS Code extensions fast — React UI + typed RPC bridge between extension and webview + file-based routing for panels, commands, menus, tree views, and subpanels.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {