casualos 3.8.2-alpha.19551992560 → 3.8.2-alpha.19574980745
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.
- package/dist/cli.js +10 -10
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -93931,7 +93931,7 @@ var trace = TraceAPI.getInstance();
|
|
|
93931
93931
|
function hashLowEntropyPasswordWithSalt2(password, salt) {
|
|
93932
93932
|
const tracer = trace.getTracer(
|
|
93933
93933
|
"InstrumentedHashHelpers",
|
|
93934
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
93934
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
93935
93935
|
);
|
|
93936
93936
|
return tracer.startActiveSpan(
|
|
93937
93937
|
"hashLowEntropyPasswordWithSalt",
|
|
@@ -93949,7 +93949,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
|
|
|
93949
93949
|
function hashHighEntropyPasswordWithSalt2(password, salt) {
|
|
93950
93950
|
const tracer = trace.getTracer(
|
|
93951
93951
|
"InstrumentedHashHelpers",
|
|
93952
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
93952
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
93953
93953
|
);
|
|
93954
93954
|
return tracer.startActiveSpan(
|
|
93955
93955
|
"hashHighEntropyPasswordWithSalt",
|
|
@@ -93967,7 +93967,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
|
|
|
93967
93967
|
function verifyPasswordAgainstHashes2(password, salt, hashes) {
|
|
93968
93968
|
const tracer = trace.getTracer(
|
|
93969
93969
|
"InstrumentedHashHelpers",
|
|
93970
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
93970
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
93971
93971
|
);
|
|
93972
93972
|
return tracer.startActiveSpan(
|
|
93973
93973
|
"verifyPasswordAgainstHashes",
|
|
@@ -101493,7 +101493,7 @@ var import_semantic_conventions = __toESM(require_src3());
|
|
|
101493
101493
|
function traced(tracerName, options = {}, metricOptions = {}) {
|
|
101494
101494
|
const tracer = trace.getTracer(
|
|
101495
101495
|
tracerName,
|
|
101496
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
101496
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
101497
101497
|
);
|
|
101498
101498
|
return function(target, propertyKey, descriptor) {
|
|
101499
101499
|
const originalMethod = descriptor.value;
|
|
@@ -101575,7 +101575,7 @@ function getHistogram(meter) {
|
|
|
101575
101575
|
}
|
|
101576
101576
|
return metrics.getMeter(
|
|
101577
101577
|
meter.meter,
|
|
101578
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
101578
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
101579
101579
|
).createHistogram(meter.name, meter.options);
|
|
101580
101580
|
}
|
|
101581
101581
|
function getCounter(meter) {
|
|
@@ -101584,7 +101584,7 @@ function getCounter(meter) {
|
|
|
101584
101584
|
}
|
|
101585
101585
|
return metrics.getMeter(
|
|
101586
101586
|
meter.meter,
|
|
101587
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
101587
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
101588
101588
|
).createCounter(meter.name, meter.options);
|
|
101589
101589
|
}
|
|
101590
101590
|
function traceHttpResponse(options = {}) {
|
|
@@ -112156,7 +112156,7 @@ var RecordsServer = class {
|
|
|
112156
112156
|
this._contractRecordsController = contractRecordsController;
|
|
112157
112157
|
this._tracer = trace.getTracer(
|
|
112158
112158
|
"RecordsServer",
|
|
112159
|
-
false ? void 0 : "v3.8.2-alpha.
|
|
112159
|
+
false ? void 0 : "v3.8.2-alpha.19574980745"
|
|
112160
112160
|
);
|
|
112161
112161
|
this._purchasableItems = purchasableItemsController;
|
|
112162
112162
|
this._procedures = this._createProcedures();
|
|
@@ -115793,8 +115793,8 @@ var RecordsServer = class {
|
|
|
115793
115793
|
return {
|
|
115794
115794
|
success: true,
|
|
115795
115795
|
...metadata,
|
|
115796
|
-
version: true ? "v3.8.2-alpha.
|
|
115797
|
-
versionHash: true ? "
|
|
115796
|
+
version: true ? "v3.8.2-alpha.19574980745" : void 0,
|
|
115797
|
+
versionHash: true ? "4648dc7e8754fd5d370522255c94326224e75298" : void 0
|
|
115798
115798
|
};
|
|
115799
115799
|
}),
|
|
115800
115800
|
getPurchasableItem: procedure().origins(true).http("GET", "/api/v2/records/purchasableItems").inputs(
|
|
@@ -152202,7 +152202,7 @@ var config = new Conf({
|
|
|
152202
152202
|
projectName: "casualos-cli"
|
|
152203
152203
|
});
|
|
152204
152204
|
var program2 = new Command();
|
|
152205
|
-
program2.name("casualos").description("A CLI for CasualOS").version("v3.8.2-alpha.
|
|
152205
|
+
program2.name("casualos").description("A CLI for CasualOS").version("v3.8.2-alpha.19574980745").option(
|
|
152206
152206
|
"-e, --endpoint <url>",
|
|
152207
152207
|
"The endpoint to use for queries. Can be used to override the current endpoint."
|
|
152208
152208
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "casualos",
|
|
3
|
-
"version": "3.8.2-alpha.
|
|
3
|
+
"version": "3.8.2-alpha.19574980745",
|
|
4
4
|
"description": "Command line interface for CasualOS.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"**/*.def",
|
|
64
64
|
"templates/**"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4648dc7e8754fd5d370522255c94326224e75298"
|
|
67
67
|
}
|