casualos 3.5.0 → 3.5.1-alpha.15568632700

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.0"
96949
+ false ? void 0 : "v3.5.1-alpha.15568632700"
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.0"
96967
+ false ? void 0 : "v3.5.1-alpha.15568632700"
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.0"
96985
+ false ? void 0 : "v3.5.1-alpha.15568632700"
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.0"
103817
+ false ? void 0 : "v3.5.1-alpha.15568632700"
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.0"
103899
+ false ? void 0 : "v3.5.1-alpha.15568632700"
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.0"
103908
+ false ? void 0 : "v3.5.1-alpha.15568632700"
103909
103909
  ).createCounter(meter.name, meter.options);
103910
103910
  }
103911
103911
  function traceHttpResponse(options = {}) {
@@ -113997,7 +113997,7 @@ var RecordsServer = class {
113997
113997
  this._packageVersionController = packageVersionController;
113998
113998
  this._tracer = trace.getTracer(
113999
113999
  "RecordsServer",
114000
- false ? void 0 : "v3.5.0"
114000
+ false ? void 0 : "v3.5.1-alpha.15568632700"
114001
114001
  );
114002
114002
  this._procedures = this._createProcedures();
114003
114003
  this._setupRoutes();
@@ -116808,8 +116808,8 @@ var RecordsServer = class {
116808
116808
  return {
116809
116809
  success: true,
116810
116810
  ...metadata,
116811
- version: true ? "v3.5.0" : void 0,
116812
- versionHash: true ? "974a8976c641a62f5fa078c58990a4221129051b" : void 0
116811
+ version: true ? "v3.5.1-alpha.15568632700" : void 0,
116812
+ versionHash: true ? "3017e16d5419273a97edbd9ab5572183104ba0b5" : void 0
116813
116813
  };
116814
116814
  })
116815
116815
  };
@@ -148471,7 +148471,7 @@ var config = new Conf({
148471
148471
  projectName: "casualos-cli"
148472
148472
  });
148473
148473
  var program2 = new Command();
148474
- program2.name("casualos").description("A CLI for CasualOS").version("v3.5.0").option(
148474
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.5.1-alpha.15568632700").option(
148475
148475
  "-e, --endpoint <url>",
148476
148476
  "The endpoint to use for queries. Can be used to override the current endpoint."
148477
148477
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-alpha.15568632700",
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.0",
39
- "@casual-simulation/aux-records": "^3.5.0",
38
+ "@casual-simulation/aux-common": "^3.5.1-alpha.15568632700",
39
+ "@casual-simulation/aux-records": "^3.5.1-alpha.15568632700",
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": "974a8976c641a62f5fa078c58990a4221129051b"
66
+ "gitHead": "3017e16d5419273a97edbd9ab5572183104ba0b5"
67
67
  }