casualos 3.9.0-alpha.19713460225 → 3.9.0-alpha.19838926610

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 +2 -2
package/dist/cli.js CHANGED
@@ -102057,7 +102057,7 @@ var trace = TraceAPI.getInstance();
102057
102057
  function hashLowEntropyPasswordWithSalt2(password, salt) {
102058
102058
  const tracer = trace.getTracer(
102059
102059
  "InstrumentedHashHelpers",
102060
- false ? void 0 : "v3.9.0-alpha.19713460225"
102060
+ false ? void 0 : "v3.9.0-alpha.19838926610"
102061
102061
  );
102062
102062
  return tracer.startActiveSpan(
102063
102063
  "hashLowEntropyPasswordWithSalt",
@@ -102075,7 +102075,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
102075
102075
  function hashHighEntropyPasswordWithSalt2(password, salt) {
102076
102076
  const tracer = trace.getTracer(
102077
102077
  "InstrumentedHashHelpers",
102078
- false ? void 0 : "v3.9.0-alpha.19713460225"
102078
+ false ? void 0 : "v3.9.0-alpha.19838926610"
102079
102079
  );
102080
102080
  return tracer.startActiveSpan(
102081
102081
  "hashHighEntropyPasswordWithSalt",
@@ -102093,7 +102093,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
102093
102093
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
102094
102094
  const tracer = trace.getTracer(
102095
102095
  "InstrumentedHashHelpers",
102096
- false ? void 0 : "v3.9.0-alpha.19713460225"
102096
+ false ? void 0 : "v3.9.0-alpha.19838926610"
102097
102097
  );
102098
102098
  return tracer.startActiveSpan(
102099
102099
  "verifyPasswordAgainstHashes",
@@ -109620,7 +109620,7 @@ var import_semantic_conventions = __toESM(require_src3());
109620
109620
  function traced(tracerName, options = {}, metricOptions = {}) {
109621
109621
  const tracer = trace.getTracer(
109622
109622
  tracerName,
109623
- false ? void 0 : "v3.9.0-alpha.19713460225"
109623
+ false ? void 0 : "v3.9.0-alpha.19838926610"
109624
109624
  );
109625
109625
  return function(target, propertyKey, descriptor) {
109626
109626
  const originalMethod = descriptor.value;
@@ -109702,7 +109702,7 @@ function getHistogram(meter) {
109702
109702
  }
109703
109703
  return metrics.getMeter(
109704
109704
  meter.meter,
109705
- false ? void 0 : "v3.9.0-alpha.19713460225"
109705
+ false ? void 0 : "v3.9.0-alpha.19838926610"
109706
109706
  ).createHistogram(meter.name, meter.options);
109707
109707
  }
109708
109708
  function getCounter(meter) {
@@ -109711,7 +109711,7 @@ function getCounter(meter) {
109711
109711
  }
109712
109712
  return metrics.getMeter(
109713
109713
  meter.meter,
109714
- false ? void 0 : "v3.9.0-alpha.19713460225"
109714
+ false ? void 0 : "v3.9.0-alpha.19838926610"
109715
109715
  ).createCounter(meter.name, meter.options);
109716
109716
  }
109717
109717
  function traceHttpResponse(options = {}) {
@@ -120298,7 +120298,7 @@ var RecordsServer = class {
120298
120298
  this._viewTemplateRenderer = viewTemplateRenderer;
120299
120299
  this._tracer = trace.getTracer(
120300
120300
  "RecordsServer",
120301
- false ? void 0 : "v3.9.0-alpha.19713460225"
120301
+ false ? void 0 : "v3.9.0-alpha.19838926610"
120302
120302
  );
120303
120303
  this._purchasableItems = purchasableItemsController;
120304
120304
  this._procedures = this._createProcedures();
@@ -123980,8 +123980,8 @@ var RecordsServer = class {
123980
123980
  return {
123981
123981
  success: true,
123982
123982
  ...metadata,
123983
- version: true ? "v3.9.0-alpha.19713460225" : void 0,
123984
- versionHash: true ? "857103d58f56b763286b5e1aa4d03bf3c18efd74" : void 0
123983
+ version: true ? "v3.9.0-alpha.19838926610" : void 0,
123984
+ versionHash: true ? "2fb87ec50142d8a7dc03a40456f31c4c9924fec7" : void 0
123985
123985
  };
123986
123986
  }),
123987
123987
  getPurchasableItem: procedure().origins(true).http("GET", "/api/v2/records/purchasableItems").inputs(
@@ -158645,7 +158645,7 @@ var config2 = new Conf({
158645
158645
  projectName: "casualos-cli"
158646
158646
  });
158647
158647
  var program2 = new Command();
158648
- program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0-alpha.19713460225").option(
158648
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0-alpha.19838926610").option(
158649
158649
  "-e, --endpoint <url>",
158650
158650
  "The endpoint to use for queries. Can be used to override the current endpoint."
158651
158651
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.9.0-alpha.19713460225",
3
+ "version": "3.9.0-alpha.19838926610",
4
4
  "description": "Command line interface for CasualOS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "index.d.ts",
@@ -64,5 +64,5 @@
64
64
  "**/*.def",
65
65
  "templates/**"
66
66
  ],
67
- "gitHead": "857103d58f56b763286b5e1aa4d03bf3c18efd74"
67
+ "gitHead": "2fb87ec50142d8a7dc03a40456f31c4c9924fec7"
68
68
  }