casualos 3.3.2 → 3.3.3-alpha.8941995802

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 +3 -3
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.2").option(
54771
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.3.3-alpha.8941995802").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.2",
3
+ "version": "3.3.3-alpha.8941995802",
4
4
  "description": "Command line interface for CasualOS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "index.d.ts",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@casual-simulation/aux-common": "^3.3.1",
39
- "@casual-simulation/aux-records": "^3.3.2",
39
+ "@casual-simulation/aux-records": "^3.3.3-alpha.8941995802",
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": "f7409a93c2d0138c551d4f623ecd2edd11c4b3d9"
57
+ "gitHead": "2579fa1651633cebb6c9cedccc7533d19867d65d"
58
58
  }