casualos 3.7.0-alpha.17158525358 → 3.7.0

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
@@ -93437,7 +93437,7 @@ var trace = TraceAPI.getInstance();
93437
93437
  function hashLowEntropyPasswordWithSalt2(password, salt) {
93438
93438
  const tracer = trace.getTracer(
93439
93439
  "InstrumentedHashHelpers",
93440
- false ? void 0 : "v3.7.0-alpha.17158525358"
93440
+ false ? void 0 : "v3.7.0"
93441
93441
  );
93442
93442
  return tracer.startActiveSpan(
93443
93443
  "hashLowEntropyPasswordWithSalt",
@@ -93455,7 +93455,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
93455
93455
  function hashHighEntropyPasswordWithSalt2(password, salt) {
93456
93456
  const tracer = trace.getTracer(
93457
93457
  "InstrumentedHashHelpers",
93458
- false ? void 0 : "v3.7.0-alpha.17158525358"
93458
+ false ? void 0 : "v3.7.0"
93459
93459
  );
93460
93460
  return tracer.startActiveSpan(
93461
93461
  "hashHighEntropyPasswordWithSalt",
@@ -93473,7 +93473,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
93473
93473
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
93474
93474
  const tracer = trace.getTracer(
93475
93475
  "InstrumentedHashHelpers",
93476
- false ? void 0 : "v3.7.0-alpha.17158525358"
93476
+ false ? void 0 : "v3.7.0"
93477
93477
  );
93478
93478
  return tracer.startActiveSpan(
93479
93479
  "verifyPasswordAgainstHashes",
@@ -100847,7 +100847,7 @@ var import_semantic_conventions = __toESM(require_src3());
100847
100847
  function traced(tracerName, options = {}, metricOptions = {}) {
100848
100848
  const tracer = trace.getTracer(
100849
100849
  tracerName,
100850
- false ? void 0 : "v3.7.0-alpha.17158525358"
100850
+ false ? void 0 : "v3.7.0"
100851
100851
  );
100852
100852
  return function(target, propertyKey, descriptor) {
100853
100853
  const originalMethod = descriptor.value;
@@ -100929,7 +100929,7 @@ function getHistogram(meter) {
100929
100929
  }
100930
100930
  return metrics.getMeter(
100931
100931
  meter.meter,
100932
- false ? void 0 : "v3.7.0-alpha.17158525358"
100932
+ false ? void 0 : "v3.7.0"
100933
100933
  ).createHistogram(meter.name, meter.options);
100934
100934
  }
100935
100935
  function getCounter(meter) {
@@ -100938,7 +100938,7 @@ function getCounter(meter) {
100938
100938
  }
100939
100939
  return metrics.getMeter(
100940
100940
  meter.meter,
100941
- false ? void 0 : "v3.7.0-alpha.17158525358"
100941
+ false ? void 0 : "v3.7.0"
100942
100942
  ).createCounter(meter.name, meter.options);
100943
100943
  }
100944
100944
  function traceHttpResponse(options = {}) {
@@ -111399,7 +111399,7 @@ var RecordsServer = class {
111399
111399
  this._searchRecordsController = searchRecordsController;
111400
111400
  this._tracer = trace.getTracer(
111401
111401
  "RecordsServer",
111402
- false ? void 0 : "v3.7.0-alpha.17158525358"
111402
+ false ? void 0 : "v3.7.0"
111403
111403
  );
111404
111404
  this._procedures = this._createProcedures();
111405
111405
  this._setupRoutes();
@@ -114436,8 +114436,8 @@ var RecordsServer = class {
114436
114436
  return {
114437
114437
  success: true,
114438
114438
  ...metadata,
114439
- version: true ? "v3.7.0-alpha.17158525358" : void 0,
114440
- versionHash: true ? "20bf951b8c39bc061ef721505b3e147b114e41bc" : void 0
114439
+ version: true ? "v3.7.0" : void 0,
114440
+ versionHash: true ? "d4436ee3adb292c986779e358d1987405424b3be" : void 0
114441
114441
  };
114442
114442
  })
114443
114443
  };
@@ -146126,7 +146126,7 @@ var config = new Conf({
146126
146126
  projectName: "casualos-cli"
146127
146127
  });
146128
146128
  var program2 = new Command();
146129
- program2.name("casualos").description("A CLI for CasualOS").version("v3.7.0-alpha.17158525358").option(
146129
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.7.0").option(
146130
146130
  "-e, --endpoint <url>",
146131
146131
  "The endpoint to use for queries. Can be used to override the current endpoint."
146132
146132
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.7.0-alpha.17158525358",
3
+ "version": "3.7.0",
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.7.0-alpha.17158525358",
39
- "@casual-simulation/aux-records": "^3.7.0-alpha.17158525358",
38
+ "@casual-simulation/aux-common": "^3.7.0",
39
+ "@casual-simulation/aux-records": "^3.7.0",
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": "20bf951b8c39bc061ef721505b3e147b114e41bc"
66
+ "gitHead": "d4436ee3adb292c986779e358d1987405424b3be"
67
67
  }