casualos 3.5.3-alpha.15762726436 → 3.5.3-alpha.15934994547

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
@@ -96946,7 +96946,7 @@ var trace = TraceAPI.getInstance();
96946
96946
  function hashLowEntropyPasswordWithSalt2(password, salt) {
96947
96947
  const tracer = trace.getTracer(
96948
96948
  "InstrumentedHashHelpers",
96949
- false ? void 0 : "v3.5.3-alpha.15762726436"
96949
+ false ? void 0 : "v3.5.3-alpha.15934994547"
96950
96950
  );
96951
96951
  return tracer.startActiveSpan(
96952
96952
  "hashLowEntropyPasswordWithSalt",
@@ -96964,7 +96964,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
96964
96964
  function hashHighEntropyPasswordWithSalt2(password, salt) {
96965
96965
  const tracer = trace.getTracer(
96966
96966
  "InstrumentedHashHelpers",
96967
- false ? void 0 : "v3.5.3-alpha.15762726436"
96967
+ false ? void 0 : "v3.5.3-alpha.15934994547"
96968
96968
  );
96969
96969
  return tracer.startActiveSpan(
96970
96970
  "hashHighEntropyPasswordWithSalt",
@@ -96982,7 +96982,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
96982
96982
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
96983
96983
  const tracer = trace.getTracer(
96984
96984
  "InstrumentedHashHelpers",
96985
- false ? void 0 : "v3.5.3-alpha.15762726436"
96985
+ false ? void 0 : "v3.5.3-alpha.15934994547"
96986
96986
  );
96987
96987
  return tracer.startActiveSpan(
96988
96988
  "verifyPasswordAgainstHashes",
@@ -103814,7 +103814,7 @@ var import_semantic_conventions = __toESM(require_src3());
103814
103814
  function traced(tracerName, options = {}, metricOptions = {}) {
103815
103815
  const tracer = trace.getTracer(
103816
103816
  tracerName,
103817
- false ? void 0 : "v3.5.3-alpha.15762726436"
103817
+ false ? void 0 : "v3.5.3-alpha.15934994547"
103818
103818
  );
103819
103819
  return function(target, propertyKey, descriptor) {
103820
103820
  const originalMethod = descriptor.value;
@@ -103896,7 +103896,7 @@ function getHistogram(meter) {
103896
103896
  }
103897
103897
  return metrics.getMeter(
103898
103898
  meter.meter,
103899
- false ? void 0 : "v3.5.3-alpha.15762726436"
103899
+ false ? void 0 : "v3.5.3-alpha.15934994547"
103900
103900
  ).createHistogram(meter.name, meter.options);
103901
103901
  }
103902
103902
  function getCounter(meter) {
@@ -103905,7 +103905,7 @@ function getCounter(meter) {
103905
103905
  }
103906
103906
  return metrics.getMeter(
103907
103907
  meter.meter,
103908
- false ? void 0 : "v3.5.3-alpha.15762726436"
103908
+ false ? void 0 : "v3.5.3-alpha.15934994547"
103909
103909
  ).createCounter(meter.name, meter.options);
103910
103910
  }
103911
103911
  function traceHttpResponse(options = {}) {
@@ -114010,7 +114010,7 @@ var RecordsServer = class {
114010
114010
  this._packageVersionController = packageVersionController;
114011
114011
  this._tracer = trace.getTracer(
114012
114012
  "RecordsServer",
114013
- false ? void 0 : "v3.5.3-alpha.15762726436"
114013
+ false ? void 0 : "v3.5.3-alpha.15934994547"
114014
114014
  );
114015
114015
  this._procedures = this._createProcedures();
114016
114016
  this._setupRoutes();
@@ -116821,8 +116821,8 @@ var RecordsServer = class {
116821
116821
  return {
116822
116822
  success: true,
116823
116823
  ...metadata,
116824
- version: true ? "v3.5.3-alpha.15762726436" : void 0,
116825
- versionHash: true ? "b4b6779f058b012086d24d9543c68d29a13411e2" : void 0
116824
+ version: true ? "v3.5.3-alpha.15934994547" : void 0,
116825
+ versionHash: true ? "9a25ac7fd9a328269742412cc5c9370f634c6fd6" : void 0
116826
116826
  };
116827
116827
  })
116828
116828
  };
@@ -148484,7 +148484,7 @@ var config = new Conf({
148484
148484
  projectName: "casualos-cli"
148485
148485
  });
148486
148486
  var program2 = new Command();
148487
- program2.name("casualos").description("A CLI for CasualOS").version("v3.5.3-alpha.15762726436").option(
148487
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.5.3-alpha.15934994547").option(
148488
148488
  "-e, --endpoint <url>",
148489
148489
  "The endpoint to use for queries. Can be used to override the current endpoint."
148490
148490
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.5.3-alpha.15762726436",
3
+ "version": "3.5.3-alpha.15934994547",
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.5.3-alpha.15762726436",
39
- "@casual-simulation/aux-records": "^3.5.3-alpha.15762726436",
38
+ "@casual-simulation/aux-common": "^3.5.3-alpha.15934994547",
39
+ "@casual-simulation/aux-records": "^3.5.3-alpha.15934994547",
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": "b4b6779f058b012086d24d9543c68d29a13411e2"
66
+ "gitHead": "9a25ac7fd9a328269742412cc5c9370f634c6fd6"
67
67
  }