@vsceasy/cli 0.1.0 → 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.
- package/dist/bin/cli.js +1 -1
- package/package.json +9 -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.
|
|
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.
|
|
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": {
|
|
@@ -48,6 +48,14 @@
|
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=24.11.1"
|
|
50
50
|
},
|
|
51
|
+
"homepage": "https://vsceasy.dev",
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "git+https://github.com/jairoFernandez/vsceasy.git"
|
|
55
|
+
},
|
|
56
|
+
"bugs": {
|
|
57
|
+
"url": "https://github.com/jairoFernandez/vsceasy/issues"
|
|
58
|
+
},
|
|
51
59
|
"publishConfig": {
|
|
52
60
|
"access": "public"
|
|
53
61
|
},
|