casualos 3.5.0-alpha.15425950413 → 3.5.0-alpha.15427068700

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
@@ -96925,7 +96925,7 @@ var trace = TraceAPI.getInstance();
96925
96925
  function hashLowEntropyPasswordWithSalt2(password, salt) {
96926
96926
  const tracer = trace.getTracer(
96927
96927
  "InstrumentedHashHelpers",
96928
- false ? void 0 : "v3.5.0-alpha.15425950413"
96928
+ false ? void 0 : "v3.5.0-alpha.15427068700"
96929
96929
  );
96930
96930
  return tracer.startActiveSpan(
96931
96931
  "hashLowEntropyPasswordWithSalt",
@@ -96943,7 +96943,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
96943
96943
  function hashHighEntropyPasswordWithSalt2(password, salt) {
96944
96944
  const tracer = trace.getTracer(
96945
96945
  "InstrumentedHashHelpers",
96946
- false ? void 0 : "v3.5.0-alpha.15425950413"
96946
+ false ? void 0 : "v3.5.0-alpha.15427068700"
96947
96947
  );
96948
96948
  return tracer.startActiveSpan(
96949
96949
  "hashHighEntropyPasswordWithSalt",
@@ -96961,7 +96961,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
96961
96961
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
96962
96962
  const tracer = trace.getTracer(
96963
96963
  "InstrumentedHashHelpers",
96964
- false ? void 0 : "v3.5.0-alpha.15425950413"
96964
+ false ? void 0 : "v3.5.0-alpha.15427068700"
96965
96965
  );
96966
96966
  return tracer.startActiveSpan(
96967
96967
  "verifyPasswordAgainstHashes",
@@ -103793,7 +103793,7 @@ var import_semantic_conventions = __toESM(require_src3());
103793
103793
  function traced(tracerName, options = {}, metricOptions = {}) {
103794
103794
  const tracer = trace.getTracer(
103795
103795
  tracerName,
103796
- false ? void 0 : "v3.5.0-alpha.15425950413"
103796
+ false ? void 0 : "v3.5.0-alpha.15427068700"
103797
103797
  );
103798
103798
  return function(target, propertyKey, descriptor) {
103799
103799
  const originalMethod = descriptor.value;
@@ -103875,7 +103875,7 @@ function getHistogram(meter) {
103875
103875
  }
103876
103876
  return metrics.getMeter(
103877
103877
  meter.meter,
103878
- false ? void 0 : "v3.5.0-alpha.15425950413"
103878
+ false ? void 0 : "v3.5.0-alpha.15427068700"
103879
103879
  ).createHistogram(meter.name, meter.options);
103880
103880
  }
103881
103881
  function getCounter(meter) {
@@ -103884,7 +103884,7 @@ function getCounter(meter) {
103884
103884
  }
103885
103885
  return metrics.getMeter(
103886
103886
  meter.meter,
103887
- false ? void 0 : "v3.5.0-alpha.15425950413"
103887
+ false ? void 0 : "v3.5.0-alpha.15427068700"
103888
103888
  ).createCounter(meter.name, meter.options);
103889
103889
  }
103890
103890
  function traceHttpResponse(options = {}) {
@@ -113976,7 +113976,7 @@ var RecordsServer = class {
113976
113976
  this._packageVersionController = packageVersionController;
113977
113977
  this._tracer = trace.getTracer(
113978
113978
  "RecordsServer",
113979
- false ? void 0 : "v3.5.0-alpha.15425950413"
113979
+ false ? void 0 : "v3.5.0-alpha.15427068700"
113980
113980
  );
113981
113981
  this._procedures = this._createProcedures();
113982
113982
  this._setupRoutes();
@@ -116787,8 +116787,8 @@ var RecordsServer = class {
116787
116787
  return {
116788
116788
  success: true,
116789
116789
  ...metadata,
116790
- version: true ? "v3.5.0-alpha.15425950413" : void 0,
116791
- versionHash: true ? "48e4f4c16c8301341df89ee9eec9f298a7fc21c3" : void 0
116790
+ version: true ? "v3.5.0-alpha.15427068700" : void 0,
116791
+ versionHash: true ? "081487c615f99ae80f738268fa3bf6883d1decf7" : void 0
116792
116792
  };
116793
116793
  })
116794
116794
  };
@@ -148448,7 +148448,7 @@ var config = new Conf({
148448
148448
  projectName: "casualos-cli"
148449
148449
  });
148450
148450
  var program2 = new Command();
148451
- program2.name("casualos").description("A CLI for CasualOS").version("v3.5.0-alpha.15425950413").option(
148451
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.5.0-alpha.15427068700").option(
148452
148452
  "-e, --endpoint <url>",
148453
148453
  "The endpoint to use for queries. Can be used to override the current endpoint."
148454
148454
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.5.0-alpha.15425950413",
3
+ "version": "3.5.0-alpha.15427068700",
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-alpha.15425950413",
39
- "@casual-simulation/aux-records": "^3.5.0-alpha.15425950413",
38
+ "@casual-simulation/aux-common": "^3.5.0-alpha.15427068700",
39
+ "@casual-simulation/aux-records": "^3.5.0-alpha.15427068700",
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": "48e4f4c16c8301341df89ee9eec9f298a7fc21c3"
66
+ "gitHead": "081487c615f99ae80f738268fa3bf6883d1decf7"
67
67
  }