lakutata 2.0.59 → 2.0.60
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/com/cacher.d.ts +5 -5
- package/com/database.d.ts +4 -4
- package/com/docker.d.ts +6 -6
- package/com/entrypoint.d.ts +6 -6
- package/com/logger.d.ts +3 -3
- package/com/monitor.d.ts +4 -4
- package/decorator/asst.d.ts +2 -2
- package/decorator/ctrl.d.ts +7 -7
- package/decorator/di.d.ts +5 -5
- package/decorator/dto.d.ts +5 -5
- package/decorator/orm.d.ts +3 -3
- package/helper.d.ts +2 -2
- package/lakutata.d.ts +11 -11
- package/orm.d.ts +4 -4
- package/package.json +1 -1
- package/provider/database.d.ts +4 -4
- package/provider/passwordHash.d.ts +3 -3
- package/vendor/Package.1.cjs +2 -0
- package/vendor/Package.1.mjs +2 -0
- package/vendor/Package.10.cjs +2 -0
- package/vendor/Package.10.mjs +2 -0
- package/vendor/Package.11.cjs +2 -0
- package/vendor/Package.11.mjs +2 -0
- package/vendor/Package.12.cjs +2 -0
- package/vendor/Package.12.mjs +2 -0
- package/vendor/Package.122.cjs +2 -0
- package/vendor/Package.122.mjs +2 -0
- package/vendor/Package.13.cjs +2 -0
- package/vendor/Package.13.mjs +2 -0
- package/vendor/Package.132.cjs +2 -0
- package/vendor/Package.132.mjs +2 -0
- package/vendor/Package.14.cjs +2 -0
- package/vendor/Package.14.mjs +2 -0
- package/vendor/Package.15.cjs +2 -0
- package/vendor/Package.15.mjs +2 -0
- package/vendor/Package.16.cjs +2 -0
- package/vendor/Package.16.mjs +2 -0
- package/vendor/Package.17.cjs +2 -0
- package/vendor/Package.17.mjs +2 -0
- package/vendor/Package.18.cjs +2 -0
- package/vendor/Package.18.mjs +2 -0
- package/vendor/Package.19.cjs +197 -184
- package/vendor/Package.19.mjs +189 -176
- package/vendor/Package.2.cjs +2 -0
- package/vendor/Package.2.mjs +2 -0
- package/vendor/Package.20.cjs +2 -0
- package/vendor/Package.20.mjs +2 -0
- package/vendor/Package.3.cjs +2 -0
- package/vendor/Package.3.mjs +2 -0
- package/vendor/Package.4.cjs +2 -0
- package/vendor/Package.4.mjs +2 -0
- package/vendor/Package.5.cjs +2 -0
- package/vendor/Package.5.mjs +2 -0
- package/vendor/Package.6.cjs +2 -0
- package/vendor/Package.6.mjs +2 -0
- package/vendor/Package.610.cjs +2 -0
- package/vendor/Package.610.mjs +2 -0
- package/vendor/Package.611.cjs +2 -0
- package/vendor/Package.611.mjs +2 -0
- package/vendor/Package.612.cjs +2 -0
- package/vendor/Package.612.mjs +2 -0
- package/vendor/Package.62.cjs +2 -0
- package/vendor/Package.62.mjs +2 -0
- package/vendor/Package.63.cjs +2 -0
- package/vendor/Package.63.mjs +2 -0
- package/vendor/Package.64.cjs +2 -0
- package/vendor/Package.64.mjs +2 -0
- package/vendor/Package.65.cjs +2 -0
- package/vendor/Package.65.mjs +2 -0
- package/vendor/Package.66.cjs +2 -0
- package/vendor/Package.66.mjs +2 -0
- package/vendor/Package.67.cjs +2 -0
- package/vendor/Package.67.mjs +2 -0
- package/vendor/Package.68.cjs +2 -0
- package/vendor/Package.68.mjs +2 -0
- package/vendor/Package.69.cjs +2 -0
- package/vendor/Package.69.mjs +2 -0
- package/vendor/Package.7.cjs +2 -0
- package/vendor/Package.7.mjs +2 -0
- package/vendor/Package.8.cjs +2 -0
- package/vendor/Package.8.mjs +2 -0
- package/vendor/Package.9.cjs +2 -0
- package/vendor/Package.9.mjs +2 -0
- package/vendor/{TypeDef.1.d.ts → TypeDef.internal.1.d.ts} +3 -1
- package/vendor/{TypeDef.10.d.ts → TypeDef.internal.10.d.ts} +2 -0
- package/vendor/{TypeDef.11.d.ts → TypeDef.internal.11.d.ts} +3 -1
- package/vendor/{TypeDef.12.d.ts → TypeDef.internal.12.d.ts} +3 -1
- package/vendor/{TypeDef.13.d.ts → TypeDef.internal.13.d.ts} +6 -4
- package/vendor/{TypeDef.2.d.ts → TypeDef.internal.2.d.ts} +2 -0
- package/vendor/{TypeDef.3.d.ts → TypeDef.internal.3.d.ts} +4 -2
- package/vendor/{TypeDef.4.d.ts → TypeDef.internal.4.d.ts} +3 -1
- package/vendor/{TypeDef.5.d.ts → TypeDef.internal.5.d.ts} +3 -1
- package/vendor/{TypeDef.6.d.ts → TypeDef.internal.6.d.ts} +3 -1
- package/vendor/{TypeDef.7.d.ts → TypeDef.internal.7.d.ts} +2 -0
- package/vendor/{TypeDef.8.d.ts → TypeDef.internal.8.d.ts} +2 -0
- package/vendor/{TypeDef.9.d.ts → TypeDef.internal.9.d.ts} +2 -0
package/vendor/Package.19.mjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
// This file is for internal use only and should not be indexed by IDEs.
|
|
1
3
|
import { _ as __decorate, a as __metadata } from "./Package.1.mjs";
|
|
2
4
|
|
|
3
5
|
import { Provider } from "../src/lib/core/Provider.mjs";
|
|
@@ -738,7 +740,7 @@ var ber = ber$1.exports;
|
|
|
738
740
|
|
|
739
741
|
var berExports = ber$1.exports;
|
|
740
742
|
|
|
741
|
-
const index$
|
|
743
|
+
const index$k = getDefaultExportFromCjs(berExports);
|
|
742
744
|
|
|
743
745
|
var Ber$2 = berExports;
|
|
744
746
|
|
|
@@ -748,7 +750,7 @@ var lib$2 = {
|
|
|
748
750
|
BerWriter: Ber$2.Writer
|
|
749
751
|
};
|
|
750
752
|
|
|
751
|
-
const index$
|
|
753
|
+
const index$j = getDefaultExportFromCjs(lib$2);
|
|
752
754
|
|
|
753
755
|
var naclFast$2 = {
|
|
754
756
|
exports: {}
|
|
@@ -2985,7 +2987,7 @@ var bcryptPbkdf = {
|
|
|
2985
2987
|
pbkdf: bcrypt_pbkdf$2
|
|
2986
2988
|
};
|
|
2987
2989
|
|
|
2988
|
-
const index$
|
|
2990
|
+
const index$i = getDefaultExportFromCjs(bcryptPbkdf);
|
|
2989
2991
|
|
|
2990
2992
|
var constants$4 = {
|
|
2991
2993
|
exports: {}
|
|
@@ -10606,9 +10608,9 @@ var validateNumber$1 = nodeFsCompat.validateNumber = function e(t, r) {
|
|
|
10606
10608
|
|
|
10607
10609
|
const EventEmitter$4 = require$$0$7;
|
|
10608
10610
|
|
|
10609
|
-
const fs$
|
|
10611
|
+
const fs$7 = require$$0$4;
|
|
10610
10612
|
|
|
10611
|
-
const {constants: constants$2} = fs$
|
|
10613
|
+
const {constants: constants$2} = fs$7;
|
|
10612
10614
|
|
|
10613
10615
|
const {Readable: ReadableStream$1, Writable: WritableStream$1} = require$$0$6;
|
|
10614
10616
|
|
|
@@ -10968,11 +10970,11 @@ let SFTP$3 = class SFTP extends EventEmitter$4 {
|
|
|
10968
10970
|
}
|
|
10969
10971
|
fastGet(e, t, r, n) {
|
|
10970
10972
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
10971
|
-
fastXfer(this, fs$
|
|
10973
|
+
fastXfer(this, fs$7, e, t, r, n);
|
|
10972
10974
|
}
|
|
10973
10975
|
fastPut(e, t, r, n) {
|
|
10974
10976
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
10975
|
-
fastXfer(fs$
|
|
10977
|
+
fastXfer(fs$7, this, e, t, r, n);
|
|
10976
10978
|
}
|
|
10977
10979
|
readFile(e, t, r) {
|
|
10978
10980
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
@@ -12111,10 +12113,10 @@ function fastXfer(e, t, r, n, s, o) {
|
|
|
12111
12113
|
s = () => {
|
|
12112
12114
|
if (--n === 0) o(r);
|
|
12113
12115
|
};
|
|
12114
|
-
if (_ && (e === fs$
|
|
12115
|
-
if (E && (t === fs$
|
|
12116
|
-
if (_ && (e === fs$
|
|
12117
|
-
if (E && (t === fs$
|
|
12116
|
+
if (_ && (e === fs$7 || e.outgoing.state === "open")) ++n;
|
|
12117
|
+
if (E && (t === fs$7 || t.outgoing.state === "open")) ++n;
|
|
12118
|
+
if (_ && (e === fs$7 || e.outgoing.state === "open")) e.close(_, s);
|
|
12119
|
+
if (E && (t === fs$7 || t.outgoing.state === "open")) t.close(E, s);
|
|
12118
12120
|
} else {
|
|
12119
12121
|
o(r);
|
|
12120
12122
|
}
|
|
@@ -12127,7 +12129,7 @@ function fastXfer(e, t, r, n, s, o) {
|
|
|
12127
12129
|
});
|
|
12128
12130
|
function A(s, d) {
|
|
12129
12131
|
if (s) {
|
|
12130
|
-
if (e !== fs$
|
|
12132
|
+
if (e !== fs$7) {
|
|
12131
12133
|
e.stat(r, ((e, t) => {
|
|
12132
12134
|
if (e) return S(s);
|
|
12133
12135
|
A(null, t);
|
|
@@ -16915,7 +16917,7 @@ var lib = {
|
|
|
16915
16917
|
}
|
|
16916
16918
|
};
|
|
16917
16919
|
|
|
16918
|
-
const index$
|
|
16920
|
+
const index$h = getDefaultExportFromCjs(lib);
|
|
16919
16921
|
|
|
16920
16922
|
var Client = lib.Client, http$2 = require$$1$1;
|
|
16921
16923
|
|
|
@@ -19382,13 +19384,13 @@ HttpDuplex$1.prototype.destroySoon = function() {
|
|
|
19382
19384
|
|
|
19383
19385
|
const http_duplex$1 = getDefaultExportFromCjs(http_duplex);
|
|
19384
19386
|
|
|
19385
|
-
var fs$
|
|
19387
|
+
var fs$6 = require$$0$4;
|
|
19386
19388
|
|
|
19387
19389
|
var splitCa = function(e, t, r) {
|
|
19388
19390
|
t = typeof t !== "undefined" ? t : "\n";
|
|
19389
19391
|
r = typeof r !== "undefined" ? r : "utf8";
|
|
19390
19392
|
var n = [];
|
|
19391
|
-
var s = fs$
|
|
19393
|
+
var s = fs$6.readFileSync(e, r);
|
|
19392
19394
|
if (s.indexOf("-END CERTIFICATE-") < 0 || s.indexOf("-BEGIN CERTIFICATE-") < 0) {
|
|
19393
19395
|
throw Error("File does not contain 'BEGIN CERTIFICATE' or 'END CERTIFICATE'");
|
|
19394
19396
|
}
|
|
@@ -19409,9 +19411,9 @@ var splitCa = function(e, t, r) {
|
|
|
19409
19411
|
return n;
|
|
19410
19412
|
};
|
|
19411
19413
|
|
|
19412
|
-
const index$
|
|
19414
|
+
const index$g = getDefaultExportFromCjs(splitCa);
|
|
19413
19415
|
|
|
19414
|
-
var querystring = require$$0$8, http$1 = httpExports, fs$
|
|
19416
|
+
var querystring = require$$0$8, http$1 = httpExports, fs$5 = require$$0$4, path$7 = require$$0__default, url = require$$4$1, ssh = ssh$1, HttpDuplex = http_duplex, debug = srcExports$1("modem"), utils = utils$4, util$q = require$$1__default, splitca = splitCa, os$2 = require$$1$2, isWin = os$2.type() === "Windows_NT", stream = require$$0$6;
|
|
19415
19417
|
|
|
19416
19418
|
var defaultOpts = function() {
|
|
19417
19419
|
var e;
|
|
@@ -19452,8 +19454,8 @@ var defaultOpts = function() {
|
|
|
19452
19454
|
t.host = e.hostname;
|
|
19453
19455
|
if (process.env.DOCKER_CERT_PATH) {
|
|
19454
19456
|
t.ca = splitca(path$7.join(process.env.DOCKER_CERT_PATH, "ca.pem"));
|
|
19455
|
-
t.cert = fs$
|
|
19456
|
-
t.key = fs$
|
|
19457
|
+
t.cert = fs$5.readFileSync(path$7.join(process.env.DOCKER_CERT_PATH, "cert.pem"));
|
|
19458
|
+
t.key = fs$5.readFileSync(path$7.join(process.env.DOCKER_CERT_PATH, "key.pem"));
|
|
19457
19459
|
}
|
|
19458
19460
|
if (process.env.DOCKER_CLIENT_TIMEOUT) {
|
|
19459
19461
|
t.timeout = parseInt(process.env.DOCKER_CLIENT_TIMEOUT, 10);
|
|
@@ -19465,7 +19467,7 @@ var defaultOpts = function() {
|
|
|
19465
19467
|
var findDefaultUnixSocket = function() {
|
|
19466
19468
|
return new Promise((function(e) {
|
|
19467
19469
|
var t = path$7.join(os$2.homedir(), ".docker", "run", "docker.sock");
|
|
19468
|
-
fs$
|
|
19470
|
+
fs$5.access(t, (function(r) {
|
|
19469
19471
|
if (r) e("/var/run/docker.sock"); else e(t);
|
|
19470
19472
|
}));
|
|
19471
19473
|
}));
|
|
@@ -19559,7 +19561,7 @@ Modem$1.prototype.dial = function(e, t) {
|
|
|
19559
19561
|
}
|
|
19560
19562
|
if (e.file) {
|
|
19561
19563
|
if (typeof e.file === "string") {
|
|
19562
|
-
s = fs$
|
|
19564
|
+
s = fs$5.createReadStream(path$7.resolve(e.file));
|
|
19563
19565
|
} else {
|
|
19564
19566
|
s = e.file;
|
|
19565
19567
|
}
|
|
@@ -20074,19 +20076,19 @@ var tarFs = {};
|
|
|
20074
20076
|
|
|
20075
20077
|
"use strict";
|
|
20076
20078
|
|
|
20077
|
-
const fs$
|
|
20079
|
+
const fs$4 = require$$0$4;
|
|
20078
20080
|
|
|
20079
20081
|
const path$5 = require$$0__default;
|
|
20080
20082
|
|
|
20081
|
-
const LCHOWN = fs$
|
|
20083
|
+
const LCHOWN = fs$4.lchown ? "lchown" : "chown";
|
|
20082
20084
|
|
|
20083
|
-
const LCHOWNSYNC = fs$
|
|
20085
|
+
const LCHOWNSYNC = fs$4.lchownSync ? "lchownSync" : "chownSync";
|
|
20084
20086
|
|
|
20085
|
-
const needEISDIRHandled = fs$
|
|
20087
|
+
const needEISDIRHandled = fs$4.lchown && !process.version.match(/v1[1-9]+\./) && !process.version.match(/v10\.[6-9]/);
|
|
20086
20088
|
|
|
20087
20089
|
const lchownSync = (e, t, r) => {
|
|
20088
20090
|
try {
|
|
20089
|
-
return fs$
|
|
20091
|
+
return fs$4[LCHOWNSYNC](e, t, r);
|
|
20090
20092
|
} catch (e) {
|
|
20091
20093
|
if (e.code !== "ENOENT") throw e;
|
|
20092
20094
|
}
|
|
@@ -20094,14 +20096,14 @@ const lchownSync = (e, t, r) => {
|
|
|
20094
20096
|
|
|
20095
20097
|
const chownSync = (e, t, r) => {
|
|
20096
20098
|
try {
|
|
20097
|
-
return fs$
|
|
20099
|
+
return fs$4.chownSync(e, t, r);
|
|
20098
20100
|
} catch (e) {
|
|
20099
20101
|
if (e.code !== "ENOENT") throw e;
|
|
20100
20102
|
}
|
|
20101
20103
|
};
|
|
20102
20104
|
|
|
20103
20105
|
const handleEISDIR = needEISDIRHandled ? (e, t, r, n) => s => {
|
|
20104
|
-
if (!s || s.code !== "EISDIR") n(s); else fs$
|
|
20106
|
+
if (!s || s.code !== "EISDIR") n(s); else fs$4.chown(e, t, r, n);
|
|
20105
20107
|
} : (e, t, r, n) => n;
|
|
20106
20108
|
|
|
20107
20109
|
const handleEISDirSync = needEISDIRHandled ? (e, t, r) => {
|
|
@@ -20115,20 +20117,20 @@ const handleEISDirSync = needEISDIRHandled ? (e, t, r) => {
|
|
|
20115
20117
|
|
|
20116
20118
|
const nodeVersion = process.version;
|
|
20117
20119
|
|
|
20118
|
-
let readdir = (e, t, r) => fs$
|
|
20120
|
+
let readdir = (e, t, r) => fs$4.readdir(e, t, r);
|
|
20119
20121
|
|
|
20120
|
-
let readdirSync = (e, t) => fs$
|
|
20122
|
+
let readdirSync = (e, t) => fs$4.readdirSync(e, t);
|
|
20121
20123
|
|
|
20122
|
-
if (/^v4\./.test(nodeVersion)) readdir = (e, t, r) => fs$
|
|
20124
|
+
if (/^v4\./.test(nodeVersion)) readdir = (e, t, r) => fs$4.readdir(e, r);
|
|
20123
20125
|
|
|
20124
20126
|
const chown = (e, t, r, n) => {
|
|
20125
|
-
fs$
|
|
20127
|
+
fs$4[LCHOWN](e, t, r, handleEISDIR(e, t, r, (e => {
|
|
20126
20128
|
n(e && e.code !== "ENOENT" ? e : null);
|
|
20127
20129
|
})));
|
|
20128
20130
|
};
|
|
20129
20131
|
|
|
20130
20132
|
const chownrKid = (e, t, r, n, s) => {
|
|
20131
|
-
if (typeof t === "string") return fs$
|
|
20133
|
+
if (typeof t === "string") return fs$4.lstat(path$5.resolve(e, t), ((o, a) => {
|
|
20132
20134
|
if (o) return s(o.code !== "ENOENT" ? o : null);
|
|
20133
20135
|
a.name = t;
|
|
20134
20136
|
chownrKid(e, a, r, n, s);
|
|
@@ -20167,7 +20169,7 @@ const chownr$1 = (e, t, r, n) => {
|
|
|
20167
20169
|
const chownrKidSync = (e, t, r, n) => {
|
|
20168
20170
|
if (typeof t === "string") {
|
|
20169
20171
|
try {
|
|
20170
|
-
const r = fs$
|
|
20172
|
+
const r = fs$4.lstatSync(path$5.resolve(e, t));
|
|
20171
20173
|
r.name = t;
|
|
20172
20174
|
t = r;
|
|
20173
20175
|
} catch (e) {
|
|
@@ -21121,7 +21123,7 @@ const extract$3 = getDefaultExportFromCjs(extract$2);
|
|
|
21121
21123
|
|
|
21122
21124
|
var fsConstants = require$$0$4.constants || require$$1$3;
|
|
21123
21125
|
|
|
21124
|
-
const index$
|
|
21126
|
+
const index$f = getDefaultExportFromCjs(fsConstants);
|
|
21125
21127
|
|
|
21126
21128
|
var constants$1 = fsConstants;
|
|
21127
21129
|
|
|
@@ -21377,7 +21379,7 @@ var pack$1 = tarStream.pack = pack$2;
|
|
|
21377
21379
|
|
|
21378
21380
|
var path$4 = require$$0__default;
|
|
21379
21381
|
|
|
21380
|
-
var fs$
|
|
21382
|
+
var fs$3 = require$$0$4;
|
|
21381
21383
|
|
|
21382
21384
|
var _0777 = parseInt("0777", 8);
|
|
21383
21385
|
|
|
@@ -21393,7 +21395,7 @@ function mkdirP(e, t, r, n) {
|
|
|
21393
21395
|
};
|
|
21394
21396
|
}
|
|
21395
21397
|
var s = t.mode;
|
|
21396
|
-
var o = t.fs || fs$
|
|
21398
|
+
var o = t.fs || fs$3;
|
|
21397
21399
|
if (s === undefined) {
|
|
21398
21400
|
s = _0777 & ~process.umask();
|
|
21399
21401
|
}
|
|
@@ -21428,7 +21430,7 @@ mkdirP.sync = function e(t, r, n) {
|
|
|
21428
21430
|
};
|
|
21429
21431
|
}
|
|
21430
21432
|
var s = r.mode;
|
|
21431
|
-
var o = r.fs || fs$
|
|
21433
|
+
var o = r.fs || fs$3;
|
|
21432
21434
|
if (s === undefined) {
|
|
21433
21435
|
s = _0777 & ~process.umask();
|
|
21434
21436
|
}
|
|
@@ -21458,7 +21460,7 @@ mkdirP.sync = function e(t, r, n) {
|
|
|
21458
21460
|
return n;
|
|
21459
21461
|
};
|
|
21460
21462
|
|
|
21461
|
-
const index$
|
|
21463
|
+
const index$e = getDefaultExportFromCjs(mkdirpClassic);
|
|
21462
21464
|
|
|
21463
21465
|
var chownr = chownr_1;
|
|
21464
21466
|
|
|
@@ -21468,7 +21470,7 @@ var pump = pump_1;
|
|
|
21468
21470
|
|
|
21469
21471
|
var mkdirp = mkdirpClassic;
|
|
21470
21472
|
|
|
21471
|
-
var fs$
|
|
21473
|
+
var fs$2 = require$$0$4;
|
|
21472
21474
|
|
|
21473
21475
|
var path$3 = require$$0__default;
|
|
21474
21476
|
|
|
@@ -21521,7 +21523,7 @@ var strip = function(e, t) {
|
|
|
21521
21523
|
var pack = tarFs.pack = function(e, t) {
|
|
21522
21524
|
if (!e) e = ".";
|
|
21523
21525
|
if (!t) t = {};
|
|
21524
|
-
var r = t.fs || fs$
|
|
21526
|
+
var r = t.fs || fs$2;
|
|
21525
21527
|
var n = t.ignore || t.filter || noop$2;
|
|
21526
21528
|
var s = t.map || noop$2;
|
|
21527
21529
|
var o = t.mapStream || echo;
|
|
@@ -21615,7 +21617,7 @@ var processUmask = function() {
|
|
|
21615
21617
|
var extract = tarFs.extract = function(e, t) {
|
|
21616
21618
|
if (!e) e = ".";
|
|
21617
21619
|
if (!t) t = {};
|
|
21618
|
-
var r = t.fs || fs$
|
|
21620
|
+
var r = t.fs || fs$2;
|
|
21619
21621
|
var n = t.ignore || t.filter || noop$2;
|
|
21620
21622
|
var s = t.map || noop$2;
|
|
21621
21623
|
var o = t.mapStream || echo;
|
|
@@ -24783,7 +24785,7 @@ var CIPHER_SUITES = tlsHelpers.CIPHER_SUITES = void 0;
|
|
|
24783
24785
|
|
|
24784
24786
|
var getDefaultRootsData_1 = tlsHelpers.getDefaultRootsData = getDefaultRootsData;
|
|
24785
24787
|
|
|
24786
|
-
const fs$
|
|
24788
|
+
const fs$1 = require$$0$4;
|
|
24787
24789
|
|
|
24788
24790
|
CIPHER_SUITES = tlsHelpers.CIPHER_SUITES = process.env.GRPC_SSL_CIPHER_SUITES;
|
|
24789
24791
|
|
|
@@ -24794,7 +24796,7 @@ let defaultRootsData = null;
|
|
|
24794
24796
|
function getDefaultRootsData() {
|
|
24795
24797
|
if (DEFAULT_ROOTS_FILE_PATH) {
|
|
24796
24798
|
if (defaultRootsData === null) {
|
|
24797
|
-
defaultRootsData = fs$
|
|
24799
|
+
defaultRootsData = fs$1.readFileSync(DEFAULT_ROOTS_FILE_PATH);
|
|
24798
24800
|
}
|
|
24799
24801
|
return defaultRootsData;
|
|
24800
24802
|
}
|
|
@@ -29101,7 +29103,7 @@ function words(e, t, r) {
|
|
|
29101
29103
|
|
|
29102
29104
|
var lodash_camelcase = camelCase;
|
|
29103
29105
|
|
|
29104
|
-
const index$
|
|
29106
|
+
const index$d = getDefaultExportFromCjs(lodash_camelcase);
|
|
29105
29107
|
|
|
29106
29108
|
var src$1 = {
|
|
29107
29109
|
exports: {}
|
|
@@ -29117,9 +29119,9 @@ var minimal = {};
|
|
|
29117
29119
|
|
|
29118
29120
|
"use strict";
|
|
29119
29121
|
|
|
29120
|
-
var aspromise = asPromise
|
|
29122
|
+
var aspromise = asPromise;
|
|
29121
29123
|
|
|
29122
|
-
function asPromise
|
|
29124
|
+
function asPromise(e, t) {
|
|
29123
29125
|
var r = new Array(arguments.length - 1), n = 0, s = 2, o = true;
|
|
29124
29126
|
while (s < arguments.length) r[n++] = arguments[s++];
|
|
29125
29127
|
return new Promise((function s(a, l) {
|
|
@@ -29144,7 +29146,7 @@ function asPromise$1(e, t) {
|
|
|
29144
29146
|
}));
|
|
29145
29147
|
}
|
|
29146
29148
|
|
|
29147
|
-
const index$
|
|
29149
|
+
const index$c = getDefaultExportFromCjs(aspromise);
|
|
29148
29150
|
|
|
29149
29151
|
var base64$1 = {};
|
|
29150
29152
|
|
|
@@ -29241,7 +29243,7 @@ var base64$1 = {};
|
|
|
29241
29243
|
};
|
|
29242
29244
|
})(base64$1);
|
|
29243
29245
|
|
|
29244
|
-
const index$
|
|
29246
|
+
const index$b = getDefaultExportFromCjs(base64$1);
|
|
29245
29247
|
|
|
29246
29248
|
"use strict";
|
|
29247
29249
|
|
|
@@ -29279,7 +29281,7 @@ EventEmitter$1.prototype.emit = function e(t) {
|
|
|
29279
29281
|
return this;
|
|
29280
29282
|
};
|
|
29281
29283
|
|
|
29282
|
-
const index$
|
|
29284
|
+
const index$a = getDefaultExportFromCjs(eventemitter);
|
|
29283
29285
|
|
|
29284
29286
|
"use strict";
|
|
29285
29287
|
|
|
@@ -29451,13 +29453,13 @@ function readUintBE(e, t) {
|
|
|
29451
29453
|
return (e[t] << 24 | e[t + 1] << 16 | e[t + 2] << 8 | e[t + 3]) >>> 0;
|
|
29452
29454
|
}
|
|
29453
29455
|
|
|
29454
|
-
const index$
|
|
29456
|
+
const index$9 = getDefaultExportFromCjs(float);
|
|
29455
29457
|
|
|
29456
29458
|
"use strict";
|
|
29457
29459
|
|
|
29458
|
-
var inquire_1 = inquire
|
|
29460
|
+
var inquire_1 = inquire;
|
|
29459
29461
|
|
|
29460
|
-
function inquire
|
|
29462
|
+
function inquire(moduleName) {
|
|
29461
29463
|
try {
|
|
29462
29464
|
var mod = eval("quire".replace(/^/, "re"))(moduleName);
|
|
29463
29465
|
if (mod && (mod.length || Object.keys(mod).length)) return mod;
|
|
@@ -29465,7 +29467,7 @@ function inquire$1(moduleName) {
|
|
|
29465
29467
|
return null;
|
|
29466
29468
|
}
|
|
29467
29469
|
|
|
29468
|
-
const index$
|
|
29470
|
+
const index$8 = getDefaultExportFromCjs(inquire_1);
|
|
29469
29471
|
|
|
29470
29472
|
var utf8$2 = {};
|
|
29471
29473
|
|
|
@@ -29531,7 +29533,7 @@ var utf8$2 = {};
|
|
|
29531
29533
|
};
|
|
29532
29534
|
})(utf8$2);
|
|
29533
29535
|
|
|
29534
|
-
const index$
|
|
29536
|
+
const index$7 = getDefaultExportFromCjs(utf8$2);
|
|
29535
29537
|
|
|
29536
29538
|
"use strict";
|
|
29537
29539
|
|
|
@@ -29554,7 +29556,7 @@ function pool(e, t, r) {
|
|
|
29554
29556
|
};
|
|
29555
29557
|
}
|
|
29556
29558
|
|
|
29557
|
-
const index$
|
|
29559
|
+
const index$6 = getDefaultExportFromCjs(pool_1);
|
|
29558
29560
|
|
|
29559
29561
|
var longbits;
|
|
29560
29562
|
|
|
@@ -30421,141 +30423,152 @@ var util$5 = {
|
|
|
30421
30423
|
exports: {}
|
|
30422
30424
|
};
|
|
30423
30425
|
|
|
30424
|
-
|
|
30426
|
+
var codegen_1;
|
|
30425
30427
|
|
|
30426
|
-
var
|
|
30428
|
+
var hasRequiredCodegen;
|
|
30427
30429
|
|
|
30428
|
-
function
|
|
30429
|
-
if (
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30430
|
+
function requireCodegen() {
|
|
30431
|
+
if (hasRequiredCodegen) return codegen_1;
|
|
30432
|
+
hasRequiredCodegen = 1;
|
|
30433
|
+
"use strict";
|
|
30434
|
+
codegen_1 = e;
|
|
30435
|
+
function e(t, r) {
|
|
30436
|
+
if (typeof t === "string") {
|
|
30437
|
+
r = t;
|
|
30438
|
+
t = undefined;
|
|
30439
|
+
}
|
|
30440
|
+
var n = [];
|
|
30441
|
+
function s(t) {
|
|
30442
|
+
if (typeof t !== "string") {
|
|
30443
|
+
var r = o();
|
|
30444
|
+
if (e.verbose) console.log("codegen: " + r);
|
|
30445
|
+
r = "return " + r;
|
|
30446
|
+
if (t) {
|
|
30447
|
+
var a = Object.keys(t), l = new Array(a.length + 1), c = new Array(a.length), u = 0;
|
|
30448
|
+
while (u < a.length) {
|
|
30449
|
+
l[u] = a[u];
|
|
30450
|
+
c[u] = t[a[u++]];
|
|
30451
|
+
}
|
|
30452
|
+
l[u] = r;
|
|
30453
|
+
return Function.apply(null, l).apply(null, c);
|
|
30444
30454
|
}
|
|
30445
|
-
|
|
30446
|
-
return Function.apply(null, a).apply(null, l);
|
|
30455
|
+
return Function(r)();
|
|
30447
30456
|
}
|
|
30448
|
-
|
|
30449
|
-
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
|
|
30456
|
-
|
|
30457
|
-
case "f":
|
|
30458
|
-
return String(Number(n));
|
|
30457
|
+
var d = new Array(arguments.length - 1), h = 0;
|
|
30458
|
+
while (h < d.length) d[h] = arguments[++h];
|
|
30459
|
+
h = 0;
|
|
30460
|
+
t = t.replace(/%([%dfijs])/g, (function e(t, r) {
|
|
30461
|
+
var n = d[h++];
|
|
30462
|
+
switch (r) {
|
|
30463
|
+
case "d":
|
|
30464
|
+
case "f":
|
|
30465
|
+
return String(Number(n));
|
|
30459
30466
|
|
|
30460
|
-
|
|
30461
|
-
|
|
30467
|
+
case "i":
|
|
30468
|
+
return String(Math.floor(n));
|
|
30462
30469
|
|
|
30463
|
-
|
|
30464
|
-
|
|
30470
|
+
case "j":
|
|
30471
|
+
return JSON.stringify(n);
|
|
30465
30472
|
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
|
|
30476
|
-
|
|
30473
|
+
case "s":
|
|
30474
|
+
return String(n);
|
|
30475
|
+
}
|
|
30476
|
+
return "%";
|
|
30477
|
+
}));
|
|
30478
|
+
if (h !== d.length) throw Error("parameter count mismatch");
|
|
30479
|
+
n.push(t);
|
|
30480
|
+
return s;
|
|
30481
|
+
}
|
|
30482
|
+
function o(e) {
|
|
30483
|
+
return "function " + (e || r || "") + "(" + (t && t.join(",") || "") + "){\n " + n.join("\n ") + "\n}";
|
|
30484
|
+
}
|
|
30485
|
+
s.toString = o;
|
|
30486
|
+
return s;
|
|
30477
30487
|
}
|
|
30478
|
-
|
|
30479
|
-
return
|
|
30488
|
+
e.verbose = false;
|
|
30489
|
+
return codegen_1;
|
|
30480
30490
|
}
|
|
30481
30491
|
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
const index$8 = getDefaultExportFromCjs(codegen_1);
|
|
30485
|
-
|
|
30486
|
-
"use strict";
|
|
30487
|
-
|
|
30488
|
-
var fetch_1 = fetch$1;
|
|
30489
|
-
|
|
30490
|
-
var asPromise = aspromise, inquire = inquire_1;
|
|
30492
|
+
var fetch_1;
|
|
30491
30493
|
|
|
30492
|
-
var
|
|
30494
|
+
var hasRequiredFetch;
|
|
30493
30495
|
|
|
30494
|
-
function
|
|
30495
|
-
if (
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
}
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30514
|
-
|
|
30515
|
-
|
|
30496
|
+
function requireFetch() {
|
|
30497
|
+
if (hasRequiredFetch) return fetch_1;
|
|
30498
|
+
hasRequiredFetch = 1;
|
|
30499
|
+
"use strict";
|
|
30500
|
+
fetch_1 = n;
|
|
30501
|
+
var e = aspromise, t = inquire_1;
|
|
30502
|
+
var r = t("fs");
|
|
30503
|
+
function n(t, s, o) {
|
|
30504
|
+
if (typeof s === "function") {
|
|
30505
|
+
o = s;
|
|
30506
|
+
s = {};
|
|
30507
|
+
} else if (!s) s = {};
|
|
30508
|
+
if (!o) return e(n, this, t, s);
|
|
30509
|
+
if (!s.xhr && r && r.readFile) return r.readFile(t, (function e(r, a) {
|
|
30510
|
+
return r && typeof XMLHttpRequest !== "undefined" ? n.xhr(t, s, o) : r ? o(r) : o(null, s.binary ? a : a.toString("utf8"));
|
|
30511
|
+
}));
|
|
30512
|
+
return n.xhr(t, s, o);
|
|
30513
|
+
}
|
|
30514
|
+
n.xhr = function e(t, r, n) {
|
|
30515
|
+
var s = new XMLHttpRequest;
|
|
30516
|
+
s.onreadystatechange = function e() {
|
|
30517
|
+
if (s.readyState !== 4) return undefined;
|
|
30518
|
+
if (s.status !== 0 && s.status !== 200) return n(Error("status " + s.status));
|
|
30519
|
+
if (r.binary) {
|
|
30520
|
+
var t = s.response;
|
|
30521
|
+
if (!t) {
|
|
30522
|
+
t = [];
|
|
30523
|
+
for (var o = 0; o < s.responseText.length; ++o) t.push(s.responseText.charCodeAt(o) & 255);
|
|
30524
|
+
}
|
|
30525
|
+
return n(null, typeof Uint8Array !== "undefined" ? new Uint8Array(t) : t);
|
|
30516
30526
|
}
|
|
30517
|
-
return n(null,
|
|
30527
|
+
return n(null, s.responseText);
|
|
30528
|
+
};
|
|
30529
|
+
if (r.binary) {
|
|
30530
|
+
if ("overrideMimeType" in s) s.overrideMimeType("text/plain; charset=x-user-defined");
|
|
30531
|
+
s.responseType = "arraybuffer";
|
|
30518
30532
|
}
|
|
30519
|
-
|
|
30533
|
+
s.open("GET", t);
|
|
30534
|
+
s.send();
|
|
30520
30535
|
};
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
s.responseType = "arraybuffer";
|
|
30524
|
-
}
|
|
30525
|
-
s.open("GET", t);
|
|
30526
|
-
s.send();
|
|
30527
|
-
};
|
|
30528
|
-
|
|
30529
|
-
const index$7 = getDefaultExportFromCjs(fetch_1);
|
|
30536
|
+
return fetch_1;
|
|
30537
|
+
}
|
|
30530
30538
|
|
|
30531
30539
|
var path$2 = {};
|
|
30532
30540
|
|
|
30533
|
-
|
|
30534
|
-
"use strict";
|
|
30535
|
-
var t = e;
|
|
30536
|
-
var r = t.isAbsolute = function e(t) {
|
|
30537
|
-
return /^(?:\/|\w+:)/.test(t);
|
|
30538
|
-
};
|
|
30539
|
-
var n = t.normalize = function e(t) {
|
|
30540
|
-
t = t.replace(/\\/g, "/").replace(/\/{2,}/g, "/");
|
|
30541
|
-
var n = t.split("/"), s = r(t), o = "";
|
|
30542
|
-
if (s) o = n.shift() + "/";
|
|
30543
|
-
for (var a = 0; a < n.length; ) {
|
|
30544
|
-
if (n[a] === "..") {
|
|
30545
|
-
if (a > 0 && n[a - 1] !== "..") n.splice(--a, 2); else if (s) n.splice(a, 1); else ++a;
|
|
30546
|
-
} else if (n[a] === ".") n.splice(a, 1); else ++a;
|
|
30547
|
-
}
|
|
30548
|
-
return o + n.join("/");
|
|
30549
|
-
};
|
|
30550
|
-
t.resolve = function e(t, s, o) {
|
|
30551
|
-
if (!o) s = n(s);
|
|
30552
|
-
if (r(s)) return s;
|
|
30553
|
-
if (!o) t = n(t);
|
|
30554
|
-
return (t = t.replace(/(?:\/|^)[^/]+$/, "")).length ? n(t + "/" + s) : s;
|
|
30555
|
-
};
|
|
30556
|
-
})(path$2);
|
|
30541
|
+
var hasRequiredPath;
|
|
30557
30542
|
|
|
30558
|
-
|
|
30543
|
+
function requirePath() {
|
|
30544
|
+
if (hasRequiredPath) return path$2;
|
|
30545
|
+
hasRequiredPath = 1;
|
|
30546
|
+
(function(e) {
|
|
30547
|
+
"use strict";
|
|
30548
|
+
var t = e;
|
|
30549
|
+
var r = t.isAbsolute = function e(t) {
|
|
30550
|
+
return /^(?:\/|\w+:)/.test(t);
|
|
30551
|
+
};
|
|
30552
|
+
var n = t.normalize = function e(t) {
|
|
30553
|
+
t = t.replace(/\\/g, "/").replace(/\/{2,}/g, "/");
|
|
30554
|
+
var n = t.split("/"), s = r(t), o = "";
|
|
30555
|
+
if (s) o = n.shift() + "/";
|
|
30556
|
+
for (var a = 0; a < n.length; ) {
|
|
30557
|
+
if (n[a] === "..") {
|
|
30558
|
+
if (a > 0 && n[a - 1] !== "..") n.splice(--a, 2); else if (s) n.splice(a, 1); else ++a;
|
|
30559
|
+
} else if (n[a] === ".") n.splice(a, 1); else ++a;
|
|
30560
|
+
}
|
|
30561
|
+
return o + n.join("/");
|
|
30562
|
+
};
|
|
30563
|
+
t.resolve = function e(t, s, o) {
|
|
30564
|
+
if (!o) s = n(s);
|
|
30565
|
+
if (r(s)) return s;
|
|
30566
|
+
if (!o) t = n(t);
|
|
30567
|
+
return (t = t.replace(/(?:\/|^)[^/]+$/, "")).length ? n(t + "/" + s) : s;
|
|
30568
|
+
};
|
|
30569
|
+
})(path$2);
|
|
30570
|
+
return path$2;
|
|
30571
|
+
}
|
|
30559
30572
|
|
|
30560
30573
|
var namespace;
|
|
30561
30574
|
|
|
@@ -31850,9 +31863,9 @@ function requireUtil() {
|
|
|
31850
31863
|
var e = util$5.exports = requireMinimal();
|
|
31851
31864
|
var t = roots;
|
|
31852
31865
|
var r, n;
|
|
31853
|
-
e.codegen =
|
|
31854
|
-
e.fetch =
|
|
31855
|
-
e.path =
|
|
31866
|
+
e.codegen = requireCodegen();
|
|
31867
|
+
e.fetch = requireFetch();
|
|
31868
|
+
e.path = requirePath();
|
|
31856
31869
|
e.fs = e.inquire("fs");
|
|
31857
31870
|
e.toArray = function e(t) {
|
|
31858
31871
|
if (t) {
|
|
@@ -46636,7 +46649,7 @@ function withSession$1(e, t, r) {
|
|
|
46636
46649
|
const osForLoadProto=require('os');
|
|
46637
46650
|
const authProtoTempDir=path.resolve(osForLoadProto.tmpdir(),'.tempProto');
|
|
46638
46651
|
if(!fsForLoadProto.existsSync(authProtoTempDir)) fsForLoadProto.mkdirSync(authProtoTempDir,{recursive:true});
|
|
46639
|
-
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.
|
|
46652
|
+
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.60.docker.auth.proto");
|
|
46640
46653
|
if(!fsForLoadProto.existsSync(authProtoFilename)) fsForLoadProto.writeFileSync(authProtoFilename,Buffer.from("c3ludGF4ID0gInByb3RvMyI7CgpwYWNrYWdlIG1vYnkuZmlsZXN5bmMudjE7CgpvcHRpb24gZ29fcGFja2FnZSA9ICJhdXRoIjsKCnNlcnZpY2UgQXV0aHsKCXJwYyBDcmVkZW50aWFscyhDcmVkZW50aWFsc1JlcXVlc3QpIHJldHVybnMgKENyZWRlbnRpYWxzUmVzcG9uc2UpOwoJcnBjIEZldGNoVG9rZW4oRmV0Y2hUb2tlblJlcXVlc3QpIHJldHVybnMgKEZldGNoVG9rZW5SZXNwb25zZSk7CglycGMgR2V0VG9rZW5BdXRob3JpdHkoR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0KSByZXR1cm5zIChHZXRUb2tlbkF1dGhvcml0eVJlc3BvbnNlKTsKCXJwYyBWZXJpZnlUb2tlbkF1dGhvcml0eShWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QpIHJldHVybnMgKFZlcmlmeVRva2VuQXV0aG9yaXR5UmVzcG9uc2UpOwp9CgptZXNzYWdlIENyZWRlbnRpYWxzUmVxdWVzdCB7CglzdHJpbmcgSG9zdCA9IDE7Cn0KCm1lc3NhZ2UgQ3JlZGVudGlhbHNSZXNwb25zZSB7CglzdHJpbmcgVXNlcm5hbWUgPSAxOwoJc3RyaW5nIFNlY3JldCA9IDI7Cn0KCm1lc3NhZ2UgRmV0Y2hUb2tlblJlcXVlc3QgewoJc3RyaW5nIENsaWVudElEID0gMTsKCXN0cmluZyBIb3N0ID0gMjsKCXN0cmluZyBSZWFsbSA9IDM7CglzdHJpbmcgU2VydmljZSA9IDQ7CglyZXBlYXRlZCBzdHJpbmcgU2NvcGVzID0gNTsKfQoKbWVzc2FnZSBGZXRjaFRva2VuUmVzcG9uc2UgewoJc3RyaW5nIFRva2VuID0gMTsKCWludDY0IEV4cGlyZXNJbiA9IDI7IC8vIHNlY29uZHMKCWludDY0IElzc3VlZEF0ID0gMzsgLy8gdGltZXN0YW1wCn0KCm1lc3NhZ2UgR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0IHsKCXN0cmluZyBIb3N0ID0gMTsKCWJ5dGVzIFNhbHQgPSAyOwp9CgptZXNzYWdlIEdldFRva2VuQXV0aG9yaXR5UmVzcG9uc2UgewoJYnl0ZXMgUHVibGljS2V5ID0gMTsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QgewoJc3RyaW5nIEhvc3QgPSAxOwoJYnl0ZXMgUGF5bG9hZCA9IDI7CglieXRlcyBTYWx0ID0gMzsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlc3BvbnNlIHsKCWJ5dGVzIFNpZ25lZCA9IDE7Cn0=","base64").toString("utf-8"));
|
|
46641
46654
|
return protoLoader.loadSync(authProtoFilename);
|
|
46642
46655
|
})();
|