casualos 3.3.10-alpha.10686320842 → 3.3.10

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 +3 -3
package/dist/cli.js CHANGED
@@ -96629,7 +96629,7 @@ var trace = TraceAPI.getInstance();
96629
96629
  function hashLowEntropyPasswordWithSalt2(password, salt) {
96630
96630
  const tracer = trace.getTracer(
96631
96631
  "InstrumentedHashHelpers",
96632
- false ? void 0 : "v3.3.10-alpha.10686320842"
96632
+ false ? void 0 : "v3.3.10"
96633
96633
  );
96634
96634
  return tracer.startActiveSpan(
96635
96635
  "hashLowEntropyPasswordWithSalt",
@@ -96647,7 +96647,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
96647
96647
  function hashHighEntropyPasswordWithSalt2(password, salt) {
96648
96648
  const tracer = trace.getTracer(
96649
96649
  "InstrumentedHashHelpers",
96650
- false ? void 0 : "v3.3.10-alpha.10686320842"
96650
+ false ? void 0 : "v3.3.10"
96651
96651
  );
96652
96652
  return tracer.startActiveSpan(
96653
96653
  "hashHighEntropyPasswordWithSalt",
@@ -96665,7 +96665,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
96665
96665
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
96666
96666
  const tracer = trace.getTracer(
96667
96667
  "InstrumentedHashHelpers",
96668
- false ? void 0 : "v3.3.10-alpha.10686320842"
96668
+ false ? void 0 : "v3.3.10"
96669
96669
  );
96670
96670
  return tracer.startActiveSpan(
96671
96671
  "verifyPasswordAgainstHashes",
@@ -103259,7 +103259,7 @@ var import_semantic_conventions = __toESM(require_src3());
103259
103259
  function traced(tracerName, options = {}, metricOptions = {}) {
103260
103260
  const tracer = trace.getTracer(
103261
103261
  tracerName,
103262
- false ? void 0 : "v3.3.10-alpha.10686320842"
103262
+ false ? void 0 : "v3.3.10"
103263
103263
  );
103264
103264
  return function(target, propertyKey, descriptor) {
103265
103265
  const originalMethod = descriptor.value;
@@ -103337,7 +103337,7 @@ function getHistogram(meter) {
103337
103337
  }
103338
103338
  return metrics.getMeter(
103339
103339
  meter.meter,
103340
- false ? void 0 : "v3.3.10-alpha.10686320842"
103340
+ false ? void 0 : "v3.3.10"
103341
103341
  ).createHistogram(meter.name, meter.options);
103342
103342
  }
103343
103343
  function getCounter(meter) {
@@ -103346,7 +103346,7 @@ function getCounter(meter) {
103346
103346
  }
103347
103347
  return metrics.getMeter(
103348
103348
  meter.meter,
103349
- false ? void 0 : "v3.3.10-alpha.10686320842"
103349
+ false ? void 0 : "v3.3.10"
103350
103350
  ).createCounter(meter.name, meter.options);
103351
103351
  }
103352
103352
  function traceHttpResponse(options = {}) {
@@ -113841,7 +113841,7 @@ var RecordsServer = class {
113841
113841
  this._loomController = loomController;
113842
113842
  this._tracer = trace.getTracer(
113843
113843
  "RecordsServer",
113844
- false ? void 0 : "v3.3.10-alpha.10686320842"
113844
+ false ? void 0 : "v3.3.10"
113845
113845
  );
113846
113846
  this._procedures = this._createProcedures();
113847
113847
  this._setupRoutes();
@@ -115723,8 +115723,8 @@ var RecordsServer = class {
115723
115723
  return {
115724
115724
  success: true,
115725
115725
  ...metadata,
115726
- version: true ? "v3.3.10-alpha.10686320842" : void 0,
115727
- versionHash: true ? "5e4752c4076e67430b4e343a939bbcc3b92974bb" : void 0
115726
+ version: true ? "v3.3.10" : void 0,
115727
+ versionHash: true ? "2302721dbe662af79ea662387f4c9c0642b4a34a" : void 0
115728
115728
  };
115729
115729
  })
115730
115730
  };
@@ -142475,7 +142475,7 @@ var config = new Conf({
142475
142475
  projectName: "casualos-cli"
142476
142476
  });
142477
142477
  var program2 = new Command();
142478
- program2.name("casualos").description("A CLI for CasualOS").version("v3.3.10-alpha.10686320842").option(
142478
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.3.10").option(
142479
142479
  "-e, --endpoint <url>",
142480
142480
  "The endpoint to use for queries. Can be used to override the current endpoint."
142481
142481
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.3.10-alpha.10686320842",
3
+ "version": "3.3.10",
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.8",
39
- "@casual-simulation/aux-records": "^3.3.10-alpha.10686320842",
39
+ "@casual-simulation/aux-records": "^3.3.9",
40
40
  "@octokit/app": "^15.1.0",
41
41
  "@octokit/auth-oauth-device": "^7.1.1",
42
42
  "@octokit/core": "^6.1.2",
@@ -63,5 +63,5 @@
63
63
  "**/*.def",
64
64
  "templates/**"
65
65
  ],
66
- "gitHead": "5e4752c4076e67430b4e343a939bbcc3b92974bb"
66
+ "gitHead": "2302721dbe662af79ea662387f4c9c0642b4a34a"
67
67
  }