casualos 3.3.8-alpha.10219756290 → 3.3.8

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 +10 -10
  2. package/package.json +4 -4
package/dist/cli.js CHANGED
@@ -94691,7 +94691,7 @@ var trace = TraceAPI.getInstance();
94691
94691
  function hashLowEntropyPasswordWithSalt2(password, salt) {
94692
94692
  const tracer = trace.getTracer(
94693
94693
  "InstrumentedHashHelpers",
94694
- false ? void 0 : "v3.3.8-alpha.10219756290"
94694
+ false ? void 0 : "v3.3.8"
94695
94695
  );
94696
94696
  return tracer.startActiveSpan(
94697
94697
  "hashLowEntropyPasswordWithSalt",
@@ -94709,7 +94709,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
94709
94709
  function hashHighEntropyPasswordWithSalt2(password, salt) {
94710
94710
  const tracer = trace.getTracer(
94711
94711
  "InstrumentedHashHelpers",
94712
- false ? void 0 : "v3.3.8-alpha.10219756290"
94712
+ false ? void 0 : "v3.3.8"
94713
94713
  );
94714
94714
  return tracer.startActiveSpan(
94715
94715
  "hashHighEntropyPasswordWithSalt",
@@ -94727,7 +94727,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
94727
94727
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
94728
94728
  const tracer = trace.getTracer(
94729
94729
  "InstrumentedHashHelpers",
94730
- false ? void 0 : "v3.3.8-alpha.10219756290"
94730
+ false ? void 0 : "v3.3.8"
94731
94731
  );
94732
94732
  return tracer.startActiveSpan(
94733
94733
  "verifyPasswordAgainstHashes",
@@ -101321,7 +101321,7 @@ var import_semantic_conventions = __toESM(require_src3());
101321
101321
  function traced(tracerName, options = {}, metricOptions = {}) {
101322
101322
  const tracer = trace.getTracer(
101323
101323
  tracerName,
101324
- false ? void 0 : "v3.3.8-alpha.10219756290"
101324
+ false ? void 0 : "v3.3.8"
101325
101325
  );
101326
101326
  return function(target, propertyKey, descriptor) {
101327
101327
  const originalMethod = descriptor.value;
@@ -101399,7 +101399,7 @@ function getHistogram(meter) {
101399
101399
  }
101400
101400
  return metrics.getMeter(
101401
101401
  meter.meter,
101402
- false ? void 0 : "v3.3.8-alpha.10219756290"
101402
+ false ? void 0 : "v3.3.8"
101403
101403
  ).createHistogram(meter.name, meter.options);
101404
101404
  }
101405
101405
  function getCounter(meter) {
@@ -101408,7 +101408,7 @@ function getCounter(meter) {
101408
101408
  }
101409
101409
  return metrics.getMeter(
101410
101410
  meter.meter,
101411
- false ? void 0 : "v3.3.8-alpha.10219756290"
101411
+ false ? void 0 : "v3.3.8"
101412
101412
  ).createCounter(meter.name, meter.options);
101413
101413
  }
101414
101414
  function traceHttpResponse(options = {}) {
@@ -111900,7 +111900,7 @@ var RecordsServer = class {
111900
111900
  this._loomController = loomController;
111901
111901
  this._tracer = trace.getTracer(
111902
111902
  "RecordsServer",
111903
- false ? void 0 : "v3.3.8-alpha.10219756290"
111903
+ false ? void 0 : "v3.3.8"
111904
111904
  );
111905
111905
  this._procedures = this._createProcedures();
111906
111906
  this._setupRoutes();
@@ -113782,8 +113782,8 @@ var RecordsServer = class {
113782
113782
  return {
113783
113783
  success: true,
113784
113784
  ...metadata,
113785
- version: true ? "v3.3.8-alpha.10219756290" : void 0,
113786
- versionHash: true ? "48e3565793af23f13e1446478b29e6e0f00af843" : void 0
113785
+ version: true ? "v3.3.8" : void 0,
113786
+ versionHash: true ? "109dfc7003d185a0a14c286186c782be38552779" : void 0
113787
113787
  };
113788
113788
  })
113789
113789
  };
@@ -128415,7 +128415,7 @@ var config = new Conf({
128415
128415
  projectName: "casualos-cli"
128416
128416
  });
128417
128417
  var program2 = new Command();
128418
- program2.name("casualos").description("A CLI for CasualOS").version("v3.3.8-alpha.10219756290").option(
128418
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.3.8").option(
128419
128419
  "-e, --endpoint <url>",
128420
128420
  "The endpoint to use for queries. Can be used to override the current endpoint."
128421
128421
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.3.8-alpha.10219756290",
3
+ "version": "3.3.8",
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.8-alpha.10219756290",
39
- "@casual-simulation/aux-records": "^3.3.8-alpha.10219756290",
38
+ "@casual-simulation/aux-common": "^3.3.8",
39
+ "@casual-simulation/aux-records": "^3.3.8",
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": "48e3565793af23f13e1446478b29e6e0f00af843"
57
+ "gitHead": "109dfc7003d185a0a14c286186c782be38552779"
58
58
  }