casualos 3.9.0-alpha.20069805791 → 3.9.0-alpha.20071776219

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
@@ -102059,7 +102059,7 @@ var trace = TraceAPI.getInstance();
102059
102059
  function hashLowEntropyPasswordWithSalt2(password, salt) {
102060
102060
  const tracer = trace.getTracer(
102061
102061
  "InstrumentedHashHelpers",
102062
- false ? void 0 : "v3.9.0-alpha.20069805791"
102062
+ false ? void 0 : "v3.9.0-alpha.20071776219"
102063
102063
  );
102064
102064
  return tracer.startActiveSpan(
102065
102065
  "hashLowEntropyPasswordWithSalt",
@@ -102077,7 +102077,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
102077
102077
  function hashHighEntropyPasswordWithSalt2(password, salt) {
102078
102078
  const tracer = trace.getTracer(
102079
102079
  "InstrumentedHashHelpers",
102080
- false ? void 0 : "v3.9.0-alpha.20069805791"
102080
+ false ? void 0 : "v3.9.0-alpha.20071776219"
102081
102081
  );
102082
102082
  return tracer.startActiveSpan(
102083
102083
  "hashHighEntropyPasswordWithSalt",
@@ -102095,7 +102095,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
102095
102095
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
102096
102096
  const tracer = trace.getTracer(
102097
102097
  "InstrumentedHashHelpers",
102098
- false ? void 0 : "v3.9.0-alpha.20069805791"
102098
+ false ? void 0 : "v3.9.0-alpha.20071776219"
102099
102099
  );
102100
102100
  return tracer.startActiveSpan(
102101
102101
  "verifyPasswordAgainstHashes",
@@ -109625,7 +109625,7 @@ var import_semantic_conventions = __toESM(require_src3());
109625
109625
  function traced(tracerName, options = {}, metricOptions = {}) {
109626
109626
  const tracer = trace.getTracer(
109627
109627
  tracerName,
109628
- false ? void 0 : "v3.9.0-alpha.20069805791"
109628
+ false ? void 0 : "v3.9.0-alpha.20071776219"
109629
109629
  );
109630
109630
  return function(target, propertyKey, descriptor) {
109631
109631
  const originalMethod = descriptor.value;
@@ -109707,7 +109707,7 @@ function getHistogram(meter) {
109707
109707
  }
109708
109708
  return metrics.getMeter(
109709
109709
  meter.meter,
109710
- false ? void 0 : "v3.9.0-alpha.20069805791"
109710
+ false ? void 0 : "v3.9.0-alpha.20071776219"
109711
109711
  ).createHistogram(meter.name, meter.options);
109712
109712
  }
109713
109713
  function getCounter(meter) {
@@ -109716,7 +109716,7 @@ function getCounter(meter) {
109716
109716
  }
109717
109717
  return metrics.getMeter(
109718
109718
  meter.meter,
109719
- false ? void 0 : "v3.9.0-alpha.20069805791"
109719
+ false ? void 0 : "v3.9.0-alpha.20071776219"
109720
109720
  ).createCounter(meter.name, meter.options);
109721
109721
  }
109722
109722
  function traceHttpResponse(options = {}) {
@@ -120756,7 +120756,7 @@ var RecordsServer = class {
120756
120756
  this._viewTemplateRenderer = viewTemplateRenderer;
120757
120757
  this._tracer = trace.getTracer(
120758
120758
  "RecordsServer",
120759
- false ? void 0 : "v3.9.0-alpha.20069805791"
120759
+ false ? void 0 : "v3.9.0-alpha.20071776219"
120760
120760
  );
120761
120761
  this._purchasableItems = purchasableItemsController;
120762
120762
  this._procedures = this._createProcedures();
@@ -124555,8 +124555,8 @@ var RecordsServer = class {
124555
124555
  return {
124556
124556
  success: true,
124557
124557
  ...metadata,
124558
- version: true ? "v3.9.0-alpha.20069805791" : void 0,
124559
- versionHash: true ? "5182fc0a64fa132d4ceb63258f1bca06f7b0d11f" : void 0
124558
+ version: true ? "v3.9.0-alpha.20071776219" : void 0,
124559
+ versionHash: true ? "c69266d915d32e229c4437530bee14c517778050" : void 0
124560
124560
  };
124561
124561
  }),
124562
124562
  getPurchasableItem: procedure().origins(true).http("GET", "/api/v2/records/purchasableItems").inputs(
@@ -159213,7 +159213,7 @@ var config2 = new Conf({
159213
159213
  projectName: "casualos-cli"
159214
159214
  });
159215
159215
  var program2 = new Command();
159216
- program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0-alpha.20069805791").option(
159216
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0-alpha.20071776219").option(
159217
159217
  "-e, --endpoint <url>",
159218
159218
  "The endpoint to use for queries. Can be used to override the current endpoint."
159219
159219
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.9.0-alpha.20069805791",
3
+ "version": "3.9.0-alpha.20071776219",
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": "5182fc0a64fa132d4ceb63258f1bca06f7b0d11f"
67
+ "gitHead": "c69266d915d32e229c4437530bee14c517778050"
68
68
  }