casualos 3.3.0 → 3.3.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/dist/cli.js +1 -1
- package/package.json +4 -4
package/dist/cli.js
CHANGED
|
@@ -54768,7 +54768,7 @@ var config = new Conf({
|
|
|
54768
54768
|
projectName: "casualos-cli"
|
|
54769
54769
|
});
|
|
54770
54770
|
var program2 = new Command();
|
|
54771
|
-
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.
|
|
54771
|
+
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.1").option(
|
|
54772
54772
|
"-e, --endpoint <url>",
|
|
54773
54773
|
"The endpoint to use for queries. Can be used to override the current endpoint."
|
|
54774
54774
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "casualos",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
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.
|
|
39
|
-
"@casual-simulation/aux-records": "^3.3.
|
|
38
|
+
"@casual-simulation/aux-common": "^3.3.1",
|
|
39
|
+
"@casual-simulation/aux-records": "^3.3.1",
|
|
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": "61a8066b83da995723865e33989da52b48d6c7bd"
|
|
58
58
|
}
|