casualos 3.3.5-alpha.9308538612 → 3.3.5
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
|
@@ -41187,7 +41187,7 @@ var config = new Conf({
|
|
|
41187
41187
|
projectName: "casualos-cli"
|
|
41188
41188
|
});
|
|
41189
41189
|
var program2 = new Command();
|
|
41190
|
-
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.5
|
|
41190
|
+
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.5").option(
|
|
41191
41191
|
"-e, --endpoint <url>",
|
|
41192
41192
|
"The endpoint to use for queries. Can be used to override the current endpoint."
|
|
41193
41193
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "casualos",
|
|
3
|
-
"version": "3.3.5
|
|
3
|
+
"version": "3.3.5",
|
|
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.5
|
|
39
|
-
"@casual-simulation/aux-records": "^3.3.5
|
|
38
|
+
"@casual-simulation/aux-common": "^3.3.5",
|
|
39
|
+
"@casual-simulation/aux-records": "^3.3.5",
|
|
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": "fc0da8ce2c5c5c927774f7585af01a7f359cd35e"
|
|
58
58
|
}
|