casualos 3.3.4-alpha.9291306549 → 3.3.4

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.4-alpha.9291306549").option(
41190
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.3.4").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.4-alpha.9291306549",
3
+ "version": "3.3.4",
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.4-alpha.9291306549",
39
- "@casual-simulation/aux-records": "^3.3.4-alpha.9291306549",
38
+ "@casual-simulation/aux-common": "^3.3.4",
39
+ "@casual-simulation/aux-records": "^3.3.4",
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": "e73c0ab189f0a823122fcf9fb70e3cf93cc3e33d"
57
+ "gitHead": "560d1bd88e3448351f961c57fb45dc525dc103e6"
58
58
  }