casualos 3.3.6-alpha.9504693793 → 3.3.6
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/cli.js +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -41191,7 +41191,7 @@ var config = new Conf({
|
|
|
41191
41191
|
projectName: "casualos-cli"
|
|
41192
41192
|
});
|
|
41193
41193
|
var program2 = new Command();
|
|
41194
|
-
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.6
|
|
41194
|
+
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.6").option(
|
|
41195
41195
|
"-e, --endpoint <url>",
|
|
41196
41196
|
"The endpoint to use for queries. Can be used to override the current endpoint."
|
|
41197
41197
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "casualos",
|
|
3
|
-
"version": "3.3.6
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"description": "Command line interface for CasualOS.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@casual-simulation/aux-common": "^3.3.6
|
|
39
|
-
"@casual-simulation/aux-records": "^3.3.6
|
|
38
|
+
"@casual-simulation/aux-common": "^3.3.6",
|
|
39
|
+
"@casual-simulation/aux-records": "^3.3.6",
|
|
40
40
|
"axios": "1.6.2",
|
|
41
41
|
"commander": "12.0.0",
|
|
42
42
|
"conf": "12.0.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"**/*.d.ts",
|
|
55
55
|
"**/*.def"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "f5e78405eb7cba10743e15c9c6d331298577599e"
|
|
58
58
|
}
|