casualos 4.2.4-alpha.25937693392 → 4.2.4

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
@@ -145211,7 +145211,7 @@ var trace = TraceAPI.getInstance();
145211
145211
  function hashLowEntropyPasswordWithSalt2(password, salt) {
145212
145212
  const tracer = trace.getTracer(
145213
145213
  "InstrumentedHashHelpers",
145214
- false ? void 0 : "v4.2.4-alpha.25937693392"
145214
+ false ? void 0 : "v4.2.4"
145215
145215
  );
145216
145216
  return tracer.startActiveSpan(
145217
145217
  "hashLowEntropyPasswordWithSalt",
@@ -145229,7 +145229,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
145229
145229
  function hashHighEntropyPasswordWithSalt2(password, salt) {
145230
145230
  const tracer = trace.getTracer(
145231
145231
  "InstrumentedHashHelpers",
145232
- false ? void 0 : "v4.2.4-alpha.25937693392"
145232
+ false ? void 0 : "v4.2.4"
145233
145233
  );
145234
145234
  return tracer.startActiveSpan(
145235
145235
  "hashHighEntropyPasswordWithSalt",
@@ -145247,7 +145247,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
145247
145247
  function verifyPasswordAgainstHashes2(password, salt, hashes) {
145248
145248
  const tracer = trace.getTracer(
145249
145249
  "InstrumentedHashHelpers",
145250
- false ? void 0 : "v4.2.4-alpha.25937693392"
145250
+ false ? void 0 : "v4.2.4"
145251
145251
  );
145252
145252
  return tracer.startActiveSpan(
145253
145253
  "verifyPasswordAgainstHashes",
@@ -152848,7 +152848,7 @@ function traced(tracerName, options = {}, metricOptions = {}) {
152848
152848
  }
152849
152849
  const tracer = trace.getTracer(
152850
152850
  tracerName,
152851
- false ? void 0 : "v4.2.4-alpha.25937693392"
152851
+ false ? void 0 : "v4.2.4"
152852
152852
  );
152853
152853
  return function(target, propertyKey, descriptor) {
152854
152854
  const originalMethod = descriptor.value;
@@ -152934,7 +152934,7 @@ function getHistogram(meter) {
152934
152934
  }
152935
152935
  return metrics.getMeter(
152936
152936
  meter.meter,
152937
- false ? void 0 : "v4.2.4-alpha.25937693392"
152937
+ false ? void 0 : "v4.2.4"
152938
152938
  ).createHistogram(meter.name, meter.options);
152939
152939
  }
152940
152940
  function getCounter(meter) {
@@ -152943,7 +152943,7 @@ function getCounter(meter) {
152943
152943
  }
152944
152944
  return metrics.getMeter(
152945
152945
  meter.meter,
152946
- false ? void 0 : "v4.2.4-alpha.25937693392"
152946
+ false ? void 0 : "v4.2.4"
152947
152947
  ).createCounter(meter.name, meter.options);
152948
152948
  }
152949
152949
  function traceHttpResponse(options = {}) {
@@ -167144,7 +167144,7 @@ var RecordsServer = class {
167144
167144
  this._viewTemplateRenderer = viewTemplateRenderer;
167145
167145
  this._tracer = trace.getTracer(
167146
167146
  "RecordsServer",
167147
- false ? void 0 : "v4.2.4-alpha.25937693392"
167147
+ false ? void 0 : "v4.2.4"
167148
167148
  );
167149
167149
  this._purchasableItems = purchasableItemsController;
167150
167150
  this._procedures = this._createProcedures();
@@ -171234,8 +171234,8 @@ var RecordsServer = class {
171234
171234
  return {
171235
171235
  success: true,
171236
171236
  ...metadata,
171237
- version: true ? "v4.2.4-alpha.25937693392" : void 0,
171238
- versionHash: true ? "eca70c81ab4fa3d0762dcf078753d0a91085d084" : void 0
171237
+ version: true ? "v4.2.4" : void 0,
171238
+ versionHash: true ? "4833924d69ad808602cf9c0163eb7c3cc2ace604" : void 0
171239
171239
  };
171240
171240
  }),
171241
171241
  getPurchasableItem: procedure().origins(true).http("GET", "/api/v2/records/purchasableItems").inputs(
@@ -232981,7 +232981,7 @@ var config2 = new Conf({
232981
232981
  projectName: "casualos-cli"
232982
232982
  });
232983
232983
  var program2 = new Command();
232984
- program2.name("casualos").description("A CLI for CasualOS").version("v4.2.4-alpha.25937693392").option(
232984
+ program2.name("casualos").description("A CLI for CasualOS").version("v4.2.4").option(
232985
232985
  "-e, --endpoint <url>",
232986
232986
  "The endpoint to use for queries. Can be used to override the current endpoint."
232987
232987
  ).option(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "casualos",
3
- "version": "4.2.4-alpha.25937693392",
3
+ "version": "4.2.4",
4
4
  "description": "Command line interface for CasualOS.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "index.d.ts",
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@casual-simulation/aux-common": "^4.2.3",
32
- "@casual-simulation/aux-records": "^4.2.4-alpha.25937693392",
33
- "@casual-simulation/aux-runtime": "^4.2.4-alpha.25937693392",
34
- "@casual-simulation/aux-vm": "^4.2.4-alpha.25937693392",
32
+ "@casual-simulation/aux-records": "^4.2.4",
33
+ "@casual-simulation/aux-runtime": "^4.2.4",
34
+ "@casual-simulation/aux-vm": "^4.2.4",
35
35
  "@octokit/app": "^15.1.0",
36
36
  "@octokit/auth-oauth-device": "^7.1.1",
37
37
  "@octokit/core": "^6.1.2",