@suronai/cli 2.0.0 → 2.0.1
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/package.json +4 -4
- /package/{index.js → cli.js} +0 -0
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@suronai/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "SURON CLI — manage secrets, push .env files, scaffold Node.js projects with Telegram approval",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "cli.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"suron": "./
|
|
8
|
+
"suron": "./cli.js"
|
|
9
9
|
},
|
|
10
10
|
"engines": {
|
|
11
11
|
"node": ">=18.0.0"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"url": "https://github.com/your-org/suron/issues"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
|
-
"
|
|
39
|
+
"cli.js",
|
|
40
40
|
"README.md",
|
|
41
41
|
"LICENSE"
|
|
42
42
|
],
|
/package/{index.js → cli.js}
RENAMED
|
File without changes
|