casualos 3.3.11-alpha.11022002930 → 3.3.11-alpha.11036633617
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 +4 -4
package/dist/cli.js
CHANGED
|
@@ -96760,7 +96760,7 @@ var trace = TraceAPI.getInstance();
|
|
|
96760
96760
|
function hashLowEntropyPasswordWithSalt2(password, salt) {
|
|
96761
96761
|
const tracer = trace.getTracer(
|
|
96762
96762
|
"InstrumentedHashHelpers",
|
|
96763
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
96763
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
96764
96764
|
);
|
|
96765
96765
|
return tracer.startActiveSpan(
|
|
96766
96766
|
"hashLowEntropyPasswordWithSalt",
|
|
@@ -96778,7 +96778,7 @@ function hashLowEntropyPasswordWithSalt2(password, salt) {
|
|
|
96778
96778
|
function hashHighEntropyPasswordWithSalt2(password, salt) {
|
|
96779
96779
|
const tracer = trace.getTracer(
|
|
96780
96780
|
"InstrumentedHashHelpers",
|
|
96781
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
96781
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
96782
96782
|
);
|
|
96783
96783
|
return tracer.startActiveSpan(
|
|
96784
96784
|
"hashHighEntropyPasswordWithSalt",
|
|
@@ -96796,7 +96796,7 @@ function hashHighEntropyPasswordWithSalt2(password, salt) {
|
|
|
96796
96796
|
function verifyPasswordAgainstHashes2(password, salt, hashes) {
|
|
96797
96797
|
const tracer = trace.getTracer(
|
|
96798
96798
|
"InstrumentedHashHelpers",
|
|
96799
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
96799
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
96800
96800
|
);
|
|
96801
96801
|
return tracer.startActiveSpan(
|
|
96802
96802
|
"verifyPasswordAgainstHashes",
|
|
@@ -103397,7 +103397,7 @@ var import_semantic_conventions = __toESM(require_src3());
|
|
|
103397
103397
|
function traced(tracerName, options = {}, metricOptions = {}) {
|
|
103398
103398
|
const tracer = trace.getTracer(
|
|
103399
103399
|
tracerName,
|
|
103400
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
103400
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
103401
103401
|
);
|
|
103402
103402
|
return function(target, propertyKey, descriptor) {
|
|
103403
103403
|
const originalMethod = descriptor.value;
|
|
@@ -103475,7 +103475,7 @@ function getHistogram(meter) {
|
|
|
103475
103475
|
}
|
|
103476
103476
|
return metrics.getMeter(
|
|
103477
103477
|
meter.meter,
|
|
103478
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
103478
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
103479
103479
|
).createHistogram(meter.name, meter.options);
|
|
103480
103480
|
}
|
|
103481
103481
|
function getCounter(meter) {
|
|
@@ -103484,7 +103484,7 @@ function getCounter(meter) {
|
|
|
103484
103484
|
}
|
|
103485
103485
|
return metrics.getMeter(
|
|
103486
103486
|
meter.meter,
|
|
103487
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
103487
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
103488
103488
|
).createCounter(meter.name, meter.options);
|
|
103489
103489
|
}
|
|
103490
103490
|
function traceHttpResponse(options = {}) {
|
|
@@ -114143,7 +114143,7 @@ var RecordsServer = class {
|
|
|
114143
114143
|
this._webhooksController = webhooksController;
|
|
114144
114144
|
this._tracer = trace.getTracer(
|
|
114145
114145
|
"RecordsServer",
|
|
114146
|
-
false ? void 0 : "v3.3.11-alpha.
|
|
114146
|
+
false ? void 0 : "v3.3.11-alpha.11036633617"
|
|
114147
114147
|
);
|
|
114148
114148
|
this._procedures = this._createProcedures();
|
|
114149
114149
|
this._setupRoutes();
|
|
@@ -116222,8 +116222,8 @@ var RecordsServer = class {
|
|
|
116222
116222
|
return {
|
|
116223
116223
|
success: true,
|
|
116224
116224
|
...metadata,
|
|
116225
|
-
version: true ? "v3.3.11-alpha.
|
|
116226
|
-
versionHash: true ? "
|
|
116225
|
+
version: true ? "v3.3.11-alpha.11036633617" : void 0,
|
|
116226
|
+
versionHash: true ? "36c5da9f64bb81aae99fb227398de8dbe6dd1fba" : void 0
|
|
116227
116227
|
};
|
|
116228
116228
|
})
|
|
116229
116229
|
};
|
|
@@ -144036,7 +144036,7 @@ var config = new Conf({
|
|
|
144036
144036
|
projectName: "casualos-cli"
|
|
144037
144037
|
});
|
|
144038
144038
|
var program2 = new Command();
|
|
144039
|
-
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.11-alpha.
|
|
144039
|
+
program2.name("casualos").description("A CLI for CasualOS").version("v3.3.11-alpha.11036633617").option(
|
|
144040
144040
|
"-e, --endpoint <url>",
|
|
144041
144041
|
"The endpoint to use for queries. Can be used to override the current endpoint."
|
|
144042
144042
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "casualos",
|
|
3
|
-
"version": "3.3.11-alpha.
|
|
3
|
+
"version": "3.3.11-alpha.11036633617",
|
|
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.3.11-alpha.
|
|
39
|
-
"@casual-simulation/aux-records": "^3.3.11-alpha.
|
|
38
|
+
"@casual-simulation/aux-common": "^3.3.11-alpha.11036633617",
|
|
39
|
+
"@casual-simulation/aux-records": "^3.3.11-alpha.11036633617",
|
|
40
40
|
"@octokit/app": "^15.1.0",
|
|
41
41
|
"@octokit/auth-oauth-device": "^7.1.1",
|
|
42
42
|
"@octokit/core": "^6.1.2",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"**/*.def",
|
|
64
64
|
"templates/**"
|
|
65
65
|
],
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "36c5da9f64bb81aae99fb227398de8dbe6dd1fba"
|
|
67
67
|
}
|