casualos 3.9.0-alpha.20110949914 → 3.9.0

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
@@ -102074,7 +102074,7 @@ var trace = TraceAPI.getInstance();
102074
102074
  function hashLowEntropyPasswordWithSalt2(password, salt) {
102075
102075
  const tracer = trace.getTracer(
102076
102076
  "InstrumentedHashHelpers",
102077
- false ? void 0 : "v3.9.0-alpha.20110949914"
102077
+ false ? void 0 : "v3.9.0"
102078
102078
  );
102079
102079
  return tracer.startActiveSpan(
102080
102080
  "hashLowEntropyPasswordWithSalt",
@@ -102092,7 +102092,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
102092
102092
  function hashHighEntropyPasswordWithSalt2(password, salt) {
102093
102093
  const tracer = trace.getTracer(
102094
102094
  "InstrumentedHashHelpers",
102095
- false ? void 0 : "v3.9.0-alpha.20110949914"
102095
+ false ? void 0 : "v3.9.0"
102096
102096
  );
102097
102097
  return tracer.startActiveSpan(
102098
102098
  "hashHighEntropyPasswordWithSalt",
@@ -102110,7 +102110,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
102110
102110
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
102111
102111
  const tracer = trace.getTracer(
102112
102112
  "InstrumentedHashHelpers",
102113
- false ? void 0 : "v3.9.0-alpha.20110949914"
102113
+ false ? void 0 : "v3.9.0"
102114
102114
  );
102115
102115
  return tracer.startActiveSpan(
102116
102116
  "verifyPasswordAgainstHashes",
@@ -109640,7 +109640,7 @@ var import_semantic_conventions = __toESM(require_src3());
109640
109640
  function traced(tracerName, options = {}, metricOptions = {}) {
109641
109641
  const tracer = trace.getTracer(
109642
109642
  tracerName,
109643
- false ? void 0 : "v3.9.0-alpha.20110949914"
109643
+ false ? void 0 : "v3.9.0"
109644
109644
  );
109645
109645
  return function(target, propertyKey, descriptor) {
109646
109646
  const originalMethod = descriptor.value;
@@ -109722,7 +109722,7 @@ function getHistogram(meter) {
109722
109722
  }
109723
109723
  return metrics.getMeter(
109724
109724
  meter.meter,
109725
- false ? void 0 : "v3.9.0-alpha.20110949914"
109725
+ false ? void 0 : "v3.9.0"
109726
109726
  ).createHistogram(meter.name, meter.options);
109727
109727
  }
109728
109728
  function getCounter(meter) {
@@ -109731,7 +109731,7 @@ function getCounter(meter) {
109731
109731
  }
109732
109732
  return metrics.getMeter(
109733
109733
  meter.meter,
109734
- false ? void 0 : "v3.9.0-alpha.20110949914"
109734
+ false ? void 0 : "v3.9.0"
109735
109735
  ).createCounter(meter.name, meter.options);
109736
109736
  }
109737
109737
  function traceHttpResponse(options = {}) {
@@ -121449,7 +121449,7 @@ var RecordsServer = class {
121449
121449
  this._viewTemplateRenderer = viewTemplateRenderer;
121450
121450
  this._tracer = trace.getTracer(
121451
121451
  "RecordsServer",
121452
- false ? void 0 : "v3.9.0-alpha.20110949914"
121452
+ false ? void 0 : "v3.9.0"
121453
121453
  );
121454
121454
  this._purchasableItems = purchasableItemsController;
121455
121455
  this._procedures = this._createProcedures();
@@ -125306,8 +125306,8 @@ var RecordsServer = class {
125306
125306
  return {
125307
125307
  success: true,
125308
125308
  ...metadata,
125309
- version: true ? "v3.9.0-alpha.20110949914" : void 0,
125310
- versionHash: true ? "a01288526b4776738dd3db93a2e821362725dd9e" : void 0
125309
+ version: true ? "v3.9.0" : void 0,
125310
+ versionHash: true ? "045f3a46082620a2ad35ef7bf2c4b1737fd7098c" : void 0
125311
125311
  };
125312
125312
  }),
125313
125313
  getPurchasableItem: procedure().origins(true).http("GET", "/api/v2/records/purchasableItems").inputs(
@@ -159352,7 +159352,7 @@ var config2 = new Conf({
159352
159352
  projectName: "casualos-cli"
159353
159353
  });
159354
159354
  var program2 = new Command();
159355
- program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0-alpha.20110949914").option(
159355
+ program2.name("casualos").description("A CLI for CasualOS").version("v3.9.0").option(
159356
159356
  "-e, --endpoint <url>",
159357
159357
  "The endpoint to use for queries. Can be used to override the current endpoint."
159358
159358
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "3.9.0-alpha.20110949914",
3
+ "version": "3.9.0",
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.8.2-alpha.19511653187",
39
- "@casual-simulation/aux-records": "^3.8.2-alpha.19511653187",
38
+ "@casual-simulation/aux-common": "^3.8.1",
39
+ "@casual-simulation/aux-records": "^3.8.1",
40
40
  "@octokit/app": "^15.1.0",
41
41
  "@octokit/auth-oauth-device": "^7.1.1",
42
42
  "@octokit/core": "^6.1.2",
@@ -64,5 +64,5 @@
64
64
  "**/*.def",
65
65
  "templates/**"
66
66
  ],
67
- "gitHead": "a01288526b4776738dd3db93a2e821362725dd9e"
67
+ "gitHead": "045f3a46082620a2ad35ef7bf2c4b1737fd7098c"
68
68
  }