casualos 3.8.1 → 3.8.2-alpha.19511653187

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
@@ -93484,7 +93484,7 @@ var trace = TraceAPI.getInstance();
93484
93484
  function hashLowEntropyPasswordWithSalt2(password, salt) {
93485
93485
  const tracer = trace.getTracer(
93486
93486
  "InstrumentedHashHelpers",
93487
- false ? void 0 : "v3.8.1"
93487
+ false ? void 0 : "v3.8.2-alpha.19511653187"
93488
93488
  );
93489
93489
  return tracer.startActiveSpan(
93490
93490
  "hashLowEntropyPasswordWithSalt",
@@ -93502,7 +93502,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
93502
93502
  function hashHighEntropyPasswordWithSalt2(password, salt) {
93503
93503
  const tracer = trace.getTracer(
93504
93504
  "InstrumentedHashHelpers",
93505
- false ? void 0 : "v3.8.1"
93505
+ false ? void 0 : "v3.8.2-alpha.19511653187"
93506
93506
  );
93507
93507
  return tracer.startActiveSpan(
93508
93508
  "hashHighEntropyPasswordWithSalt",
@@ -93520,7 +93520,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
93520
93520
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
93521
93521
  const tracer = trace.getTracer(
93522
93522
  "InstrumentedHashHelpers",
93523
- false ? void 0 : "v3.8.1"
93523
+ false ? void 0 : "v3.8.2-alpha.19511653187"
93524
93524
  );
93525
93525
  return tracer.startActiveSpan(
93526
93526
  "verifyPasswordAgainstHashes",
@@ -100912,7 +100912,7 @@ var import_semantic_conventions = __toESM(require_src3());
100912
100912
  function traced(tracerName, options = {}, metricOptions = {}) {
100913
100913
  const tracer = trace.getTracer(
100914
100914
  tracerName,
100915
- false ? void 0 : "v3.8.1"
100915
+ false ? void 0 : "v3.8.2-alpha.19511653187"
100916
100916
  );
100917
100917
  return function(target, propertyKey, descriptor) {
100918
100918
  const originalMethod = descriptor.value;
@@ -100994,7 +100994,7 @@ function getHistogram(meter) {
100994
100994
  }
100995
100995
  return metrics.getMeter(
100996
100996
  meter.meter,
100997
- false ? void 0 : "v3.8.1"
100997
+ false ? void 0 : "v3.8.2-alpha.19511653187"
100998
100998
  ).createHistogram(meter.name, meter.options);
100999
100999
  }
101000
101000
  function getCounter(meter) {
@@ -101003,7 +101003,7 @@ function getCounter(meter) {
101003
101003
  }
101004
101004
  return metrics.getMeter(
101005
101005
  meter.meter,
101006
- false ? void 0 : "v3.8.1"
101006
+ false ? void 0 : "v3.8.2-alpha.19511653187"
101007
101007
  ).createCounter(meter.name, meter.options);
101008
101008
  }
101009
101009
  function traceHttpResponse(options = {}) {
@@ -111489,7 +111489,7 @@ var RecordsServer = class {
111489
111489
  this._databaseRecordsController = databaseRecordsController;
111490
111490
  this._tracer = trace.getTracer(
111491
111491
  "RecordsServer",
111492
- false ? void 0 : "v3.8.1"
111492
+ false ? void 0 : "v3.8.2-alpha.19511653187"
111493
111493
  );
111494
111494
  this._procedures = this._createProcedures();
111495
111495
  this._setupRoutes();
@@ -114621,8 +114621,8 @@ var RecordsServer = class {
114621
114621
  return {
114622
114622
  success: true,
114623
114623
  ...metadata,
114624
- version: true ? "v3.8.1" : void 0,
114625
- versionHash: true ? "3bb7eef62cec0dfe61316f8c509cc7ccb7031c7e" : void 0
114624
+ version: true ? "v3.8.2-alpha.19511653187" : void 0,
114625
+ versionHash: true ? "8ba1ed060b9cc71e0af79550480958ce2e930ccb" : void 0
114626
114626
  };
114627
114627
  })
114628
114628
  };
@@ -146367,7 +146367,7 @@ var config = new Conf({
146367
146367
  projectName: "casualos-cli"
146368
146368
  });
146369
146369
  var program2 = new Command();
146370
- program2.name("casualos").description("A CLI for CasualOS").version("v3.8.1").option(
146370
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.8.2-alpha.19511653187").option(
146371
146371
  "-e, --endpoint <url>",
146372
146372
  "The endpoint to use for queries. Can be used to override the current endpoint."
146373
146373
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.8.1",
3
+ "version": "3.8.2-alpha.19511653187",
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.8.1",
39
- "@casual-simulation/aux-records": "^3.8.1",
38
+ "@casual-simulation/aux-common": "^3.8.2-alpha.19511653187",
39
+ "@casual-simulation/aux-records": "^3.8.2-alpha.19511653187",
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": "3bb7eef62cec0dfe61316f8c509cc7ccb7031c7e"
66
+ "gitHead": "8ba1ed060b9cc71e0af79550480958ce2e930ccb"
67
67
  }