lakutata 2.0.60 → 2.0.62
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 +4 -4
- package/com/database.d.ts +2 -2
- package/com/docker.d.ts +5 -5
- package/com/entrypoint.d.ts +2 -2
- package/com/logger.d.ts +1 -1
- package/com/monitor.d.ts +2 -2
- package/decorator/asst.d.ts +1 -1
- package/decorator/ctrl.d.ts +4 -4
- package/decorator/di.d.ts +3 -3
- package/decorator/dto.d.ts +3 -3
- package/decorator/orm.d.ts +2 -2
- package/helper.d.ts +1 -1
- package/lakutata.d.ts +10 -10
- package/orm.d.ts +3 -3
- package/package.json +1 -1
- package/provider/database.d.ts +2 -2
- package/provider/passwordHash.d.ts +1 -1
- package/vendor/Package.1.cjs +0 -2
- package/vendor/Package.1.mjs +0 -2
- package/vendor/Package.10.cjs +0 -2
- package/vendor/Package.10.mjs +0 -2
- package/vendor/Package.11.cjs +0 -2
- package/vendor/Package.11.mjs +0 -2
- package/vendor/Package.12.cjs +0 -2
- package/vendor/Package.12.mjs +0 -2
- package/vendor/Package.122.cjs +0 -2
- package/vendor/Package.122.mjs +0 -2
- package/vendor/Package.13.cjs +0 -2
- package/vendor/Package.13.mjs +0 -2
- package/vendor/Package.132.cjs +0 -2
- package/vendor/Package.132.mjs +0 -2
- package/vendor/Package.14.cjs +0 -2
- package/vendor/Package.14.mjs +0 -2
- package/vendor/Package.15.cjs +0 -2
- package/vendor/Package.15.mjs +0 -2
- package/vendor/Package.16.cjs +0 -2
- package/vendor/Package.16.mjs +0 -2
- package/vendor/Package.17.cjs +0 -2
- package/vendor/Package.17.mjs +0 -2
- package/vendor/Package.18.cjs +0 -2
- package/vendor/Package.18.mjs +0 -2
- package/vendor/Package.19.cjs +184 -197
- package/vendor/Package.19.mjs +176 -189
- package/vendor/Package.2.cjs +0 -2
- package/vendor/Package.2.mjs +0 -2
- package/vendor/Package.20.cjs +0 -2
- package/vendor/Package.20.mjs +0 -2
- package/vendor/Package.3.cjs +0 -2
- package/vendor/Package.3.mjs +0 -2
- package/vendor/Package.4.cjs +0 -2
- package/vendor/Package.4.mjs +0 -2
- package/vendor/Package.5.cjs +0 -2
- package/vendor/Package.5.mjs +0 -2
- package/vendor/Package.6.cjs +0 -2
- package/vendor/Package.6.mjs +0 -2
- package/vendor/Package.610.cjs +0 -2
- package/vendor/Package.610.mjs +0 -2
- package/vendor/Package.611.cjs +0 -2
- package/vendor/Package.611.mjs +0 -2
- package/vendor/Package.612.cjs +0 -2
- package/vendor/Package.612.mjs +0 -2
- package/vendor/Package.62.cjs +0 -2
- package/vendor/Package.62.mjs +0 -2
- package/vendor/Package.63.cjs +0 -2
- package/vendor/Package.63.mjs +0 -2
- package/vendor/Package.64.cjs +0 -2
- package/vendor/Package.64.mjs +0 -2
- package/vendor/Package.65.cjs +0 -2
- package/vendor/Package.65.mjs +0 -2
- package/vendor/Package.66.cjs +0 -2
- package/vendor/Package.66.mjs +0 -2
- package/vendor/Package.67.cjs +0 -2
- package/vendor/Package.67.mjs +0 -2
- package/vendor/Package.68.cjs +0 -2
- package/vendor/Package.68.mjs +0 -2
- package/vendor/Package.69.cjs +0 -2
- package/vendor/Package.69.mjs +0 -2
- package/vendor/Package.7.cjs +0 -2
- package/vendor/Package.7.mjs +0 -2
- package/vendor/Package.8.cjs +0 -2
- package/vendor/Package.8.mjs +0 -2
- package/vendor/Package.9.cjs +0 -2
- package/vendor/Package.9.mjs +0 -2
- package/vendor/TypeDef.internal.1.d.ts +1 -3
- package/vendor/TypeDef.internal.10.d.ts +1 -3
- package/vendor/TypeDef.internal.11.d.ts +2 -4
- package/vendor/TypeDef.internal.12.d.ts +2 -4
- package/vendor/TypeDef.internal.13.d.ts +6 -8
- package/vendor/TypeDef.internal.2.d.ts +0 -2
- package/vendor/TypeDef.internal.3.d.ts +3 -5
- package/vendor/TypeDef.internal.4.d.ts +2 -4
- package/vendor/TypeDef.internal.5.d.ts +2 -4
- package/vendor/TypeDef.internal.6.d.ts +2 -4
- package/vendor/TypeDef.internal.7.d.ts +1 -3
- package/vendor/TypeDef.internal.8.d.ts +1 -3
- package/vendor/TypeDef.internal.9.d.ts +1 -3
package/vendor/Package.19.cjs
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// @ts-nocheck
|
|
2
|
-
// This file is for internal use only and should not be indexed by IDEs.
|
|
3
1
|
"use strict";
|
|
4
2
|
|
|
5
3
|
const tslib_es6 = require("./Package.1.cjs");
|
|
@@ -60,7 +58,7 @@ const require$$1$2 = require("util");
|
|
|
60
58
|
|
|
61
59
|
const require$$0$8 = require("events");
|
|
62
60
|
|
|
63
|
-
const index$
|
|
61
|
+
const index$o = require("./Package.62.cjs");
|
|
64
62
|
|
|
65
63
|
const Logger = require("./Package.17.cjs");
|
|
66
64
|
|
|
@@ -782,7 +780,7 @@ var ber = ber$1.exports;
|
|
|
782
780
|
|
|
783
781
|
var berExports = ber$1.exports;
|
|
784
782
|
|
|
785
|
-
const index$
|
|
783
|
+
const index$n = _commonjsHelpers.getDefaultExportFromCjs(berExports);
|
|
786
784
|
|
|
787
785
|
var Ber$2 = berExports;
|
|
788
786
|
|
|
@@ -792,7 +790,7 @@ var lib$2 = {
|
|
|
792
790
|
BerWriter: Ber$2.Writer
|
|
793
791
|
};
|
|
794
792
|
|
|
795
|
-
const index$
|
|
793
|
+
const index$m = _commonjsHelpers.getDefaultExportFromCjs(lib$2);
|
|
796
794
|
|
|
797
795
|
var naclFast$2 = {
|
|
798
796
|
exports: {}
|
|
@@ -3029,7 +3027,7 @@ var bcryptPbkdf = {
|
|
|
3029
3027
|
pbkdf: bcrypt_pbkdf$2
|
|
3030
3028
|
};
|
|
3031
3029
|
|
|
3032
|
-
const index$
|
|
3030
|
+
const index$l = _commonjsHelpers.getDefaultExportFromCjs(bcryptPbkdf);
|
|
3033
3031
|
|
|
3034
3032
|
var constants$4 = {
|
|
3035
3033
|
exports: {}
|
|
@@ -10651,9 +10649,9 @@ var validateNumber$1 = nodeFsCompat.validateNumber = function e(t, r) {
|
|
|
10651
10649
|
|
|
10652
10650
|
const EventEmitter$4 = require$$0__default$8.default;
|
|
10653
10651
|
|
|
10654
|
-
const fs$
|
|
10652
|
+
const fs$8 = require$$0__default$5.default;
|
|
10655
10653
|
|
|
10656
|
-
const {constants: constants$2} = fs$
|
|
10654
|
+
const {constants: constants$2} = fs$8;
|
|
10657
10655
|
|
|
10658
10656
|
const {Readable: ReadableStream$1, Writable: WritableStream$1} = require$$0__default$7.default;
|
|
10659
10657
|
|
|
@@ -11013,11 +11011,11 @@ let SFTP$3 = class SFTP extends EventEmitter$4 {
|
|
|
11013
11011
|
}
|
|
11014
11012
|
fastGet(e, t, r, n) {
|
|
11015
11013
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
11016
|
-
fastXfer(this, fs$
|
|
11014
|
+
fastXfer(this, fs$8, e, t, r, n);
|
|
11017
11015
|
}
|
|
11018
11016
|
fastPut(e, t, r, n) {
|
|
11019
11017
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
11020
|
-
fastXfer(fs$
|
|
11018
|
+
fastXfer(fs$8, this, e, t, r, n);
|
|
11021
11019
|
}
|
|
11022
11020
|
readFile(e, t, r) {
|
|
11023
11021
|
if (this.server) throw new Error("Client-only method called in server mode");
|
|
@@ -12156,10 +12154,10 @@ function fastXfer(e, t, r, n, s, o) {
|
|
|
12156
12154
|
s = () => {
|
|
12157
12155
|
if (--n === 0) o(r);
|
|
12158
12156
|
};
|
|
12159
|
-
if (_ && (e === fs$
|
|
12160
|
-
if (E && (t === fs$
|
|
12161
|
-
if (_ && (e === fs$
|
|
12162
|
-
if (E && (t === fs$
|
|
12157
|
+
if (_ && (e === fs$8 || e.outgoing.state === "open")) ++n;
|
|
12158
|
+
if (E && (t === fs$8 || t.outgoing.state === "open")) ++n;
|
|
12159
|
+
if (_ && (e === fs$8 || e.outgoing.state === "open")) e.close(_, s);
|
|
12160
|
+
if (E && (t === fs$8 || t.outgoing.state === "open")) t.close(E, s);
|
|
12163
12161
|
} else {
|
|
12164
12162
|
o(r);
|
|
12165
12163
|
}
|
|
@@ -12172,7 +12170,7 @@ function fastXfer(e, t, r, n, s, o) {
|
|
|
12172
12170
|
});
|
|
12173
12171
|
function A(s, d) {
|
|
12174
12172
|
if (s) {
|
|
12175
|
-
if (e !== fs$
|
|
12173
|
+
if (e !== fs$8) {
|
|
12176
12174
|
e.stat(r, ((e, t) => {
|
|
12177
12175
|
if (e) return S(s);
|
|
12178
12176
|
A(null, t);
|
|
@@ -16960,7 +16958,7 @@ var lib = {
|
|
|
16960
16958
|
}
|
|
16961
16959
|
};
|
|
16962
16960
|
|
|
16963
|
-
const index$
|
|
16961
|
+
const index$k = _commonjsHelpers.getDefaultExportFromCjs(lib);
|
|
16964
16962
|
|
|
16965
16963
|
var Client = lib.Client, http$2 = require$$1__default.default;
|
|
16966
16964
|
|
|
@@ -17537,7 +17535,7 @@ function require_stream_writable() {
|
|
|
17537
17535
|
var d = requireState(), h = d.getHighWaterMark;
|
|
17538
17536
|
var p = requireErrors().codes, g = p.ERR_INVALID_ARG_TYPE, m = p.ERR_METHOD_NOT_IMPLEMENTED, _ = p.ERR_MULTIPLE_CALLBACK, E = p.ERR_STREAM_CANNOT_PIPE, v = p.ERR_STREAM_DESTROYED, y = p.ERR_STREAM_NULL_VALUES, S = p.ERR_STREAM_WRITE_AFTER_END, A = p.ERR_UNKNOWN_ENCODING;
|
|
17539
17537
|
var b = u.errorOrDestroy;
|
|
17540
|
-
index$
|
|
17538
|
+
index$o.requireInherits()(T, s);
|
|
17541
17539
|
function C() {}
|
|
17542
17540
|
function w(e, n, s) {
|
|
17543
17541
|
r = r || require_stream_duplex();
|
|
@@ -17963,7 +17961,7 @@ function require_stream_duplex() {
|
|
|
17963
17961
|
_stream_duplex = a;
|
|
17964
17962
|
var t = require_stream_readable();
|
|
17965
17963
|
var r = require_stream_writable();
|
|
17966
|
-
index$
|
|
17964
|
+
index$o.requireInherits()(a, t);
|
|
17967
17965
|
{
|
|
17968
17966
|
var n = e(r.prototype);
|
|
17969
17967
|
for (var s = 0; s < n.length; s++) {
|
|
@@ -18477,7 +18475,7 @@ function require_stream_readable() {
|
|
|
18477
18475
|
var S;
|
|
18478
18476
|
var A;
|
|
18479
18477
|
var b;
|
|
18480
|
-
index$
|
|
18478
|
+
index$o.requireInherits()(R, n);
|
|
18481
18479
|
var C = h.errorOrDestroy;
|
|
18482
18480
|
var w = [ "error", "close", "destroy", "pause", "resume" ];
|
|
18483
18481
|
function I(e, t, r) {
|
|
@@ -19153,7 +19151,7 @@ function require_stream_transform() {
|
|
|
19153
19151
|
_stream_transform = l;
|
|
19154
19152
|
var e = requireErrors().codes, t = e.ERR_METHOD_NOT_IMPLEMENTED, r = e.ERR_MULTIPLE_CALLBACK, n = e.ERR_TRANSFORM_ALREADY_TRANSFORMING, s = e.ERR_TRANSFORM_WITH_LENGTH_0;
|
|
19155
19153
|
var o = require_stream_duplex();
|
|
19156
|
-
index$
|
|
19154
|
+
index$o.requireInherits()(l, o);
|
|
19157
19155
|
function a(e, t) {
|
|
19158
19156
|
var n = this._transformState;
|
|
19159
19157
|
n.transforming = false;
|
|
@@ -19251,7 +19249,7 @@ function require_stream_passthrough() {
|
|
|
19251
19249
|
"use strict";
|
|
19252
19250
|
_stream_passthrough = t;
|
|
19253
19251
|
var e = require_stream_transform();
|
|
19254
|
-
index$
|
|
19252
|
+
index$o.requireInherits()(t, e);
|
|
19255
19253
|
function t(r) {
|
|
19256
19254
|
if (!(this instanceof t)) return new t(r);
|
|
19257
19255
|
e.call(this, r);
|
|
@@ -19427,13 +19425,13 @@ HttpDuplex$1.prototype.destroySoon = function() {
|
|
|
19427
19425
|
|
|
19428
19426
|
const http_duplex$1 = _commonjsHelpers.getDefaultExportFromCjs(http_duplex);
|
|
19429
19427
|
|
|
19430
|
-
var fs$
|
|
19428
|
+
var fs$7 = require$$0__default$5.default;
|
|
19431
19429
|
|
|
19432
19430
|
var splitCa = function(e, t, r) {
|
|
19433
19431
|
t = typeof t !== "undefined" ? t : "\n";
|
|
19434
19432
|
r = typeof r !== "undefined" ? r : "utf8";
|
|
19435
19433
|
var n = [];
|
|
19436
|
-
var s = fs$
|
|
19434
|
+
var s = fs$7.readFileSync(e, r);
|
|
19437
19435
|
if (s.indexOf("-END CERTIFICATE-") < 0 || s.indexOf("-BEGIN CERTIFICATE-") < 0) {
|
|
19438
19436
|
throw Error("File does not contain 'BEGIN CERTIFICATE' or 'END CERTIFICATE'");
|
|
19439
19437
|
}
|
|
@@ -19454,9 +19452,9 @@ var splitCa = function(e, t, r) {
|
|
|
19454
19452
|
return n;
|
|
19455
19453
|
};
|
|
19456
19454
|
|
|
19457
|
-
const index$
|
|
19455
|
+
const index$j = _commonjsHelpers.getDefaultExportFromCjs(splitCa);
|
|
19458
19456
|
|
|
19459
|
-
var querystring = require$$0__default$9.default, http$1 = httpExports, fs$
|
|
19457
|
+
var querystring = require$$0__default$9.default, http$1 = httpExports, fs$6 = require$$0__default$5.default, path$7 = require$$0__default$4.default, url = require$$4__default.default, ssh = ssh$1, HttpDuplex = http_duplex, debug = index$o.srcExports("modem"), utils = utils$4, util$q = require$$1__default$1.default, splitca = splitCa, os$2 = require$$1__default$2.default, isWin = os$2.type() === "Windows_NT", stream = require$$0__default$7.default;
|
|
19460
19458
|
|
|
19461
19459
|
var defaultOpts = function() {
|
|
19462
19460
|
var e;
|
|
@@ -19497,8 +19495,8 @@ var defaultOpts = function() {
|
|
|
19497
19495
|
t.host = e.hostname;
|
|
19498
19496
|
if (process.env.DOCKER_CERT_PATH) {
|
|
19499
19497
|
t.ca = splitca(path$7.join(process.env.DOCKER_CERT_PATH, "ca.pem"));
|
|
19500
|
-
t.cert = fs$
|
|
19501
|
-
t.key = fs$
|
|
19498
|
+
t.cert = fs$6.readFileSync(path$7.join(process.env.DOCKER_CERT_PATH, "cert.pem"));
|
|
19499
|
+
t.key = fs$6.readFileSync(path$7.join(process.env.DOCKER_CERT_PATH, "key.pem"));
|
|
19502
19500
|
}
|
|
19503
19501
|
if (process.env.DOCKER_CLIENT_TIMEOUT) {
|
|
19504
19502
|
t.timeout = parseInt(process.env.DOCKER_CLIENT_TIMEOUT, 10);
|
|
@@ -19510,7 +19508,7 @@ var defaultOpts = function() {
|
|
|
19510
19508
|
var findDefaultUnixSocket = function() {
|
|
19511
19509
|
return new Promise((function(e) {
|
|
19512
19510
|
var t = path$7.join(os$2.homedir(), ".docker", "run", "docker.sock");
|
|
19513
|
-
fs$
|
|
19511
|
+
fs$6.access(t, (function(r) {
|
|
19514
19512
|
if (r) e("/var/run/docker.sock"); else e(t);
|
|
19515
19513
|
}));
|
|
19516
19514
|
}));
|
|
@@ -19604,7 +19602,7 @@ Modem$1.prototype.dial = function(e, t) {
|
|
|
19604
19602
|
}
|
|
19605
19603
|
if (e.file) {
|
|
19606
19604
|
if (typeof e.file === "string") {
|
|
19607
|
-
s = fs$
|
|
19605
|
+
s = fs$6.createReadStream(path$7.resolve(e.file));
|
|
19608
19606
|
} else {
|
|
19609
19607
|
s = e.file;
|
|
19610
19608
|
}
|
|
@@ -20119,19 +20117,19 @@ var tarFs = {};
|
|
|
20119
20117
|
|
|
20120
20118
|
"use strict";
|
|
20121
20119
|
|
|
20122
|
-
const fs$
|
|
20120
|
+
const fs$5 = require$$0__default$5.default;
|
|
20123
20121
|
|
|
20124
20122
|
const path$5 = require$$0__default$4.default;
|
|
20125
20123
|
|
|
20126
|
-
const LCHOWN = fs$
|
|
20124
|
+
const LCHOWN = fs$5.lchown ? "lchown" : "chown";
|
|
20127
20125
|
|
|
20128
|
-
const LCHOWNSYNC = fs$
|
|
20126
|
+
const LCHOWNSYNC = fs$5.lchownSync ? "lchownSync" : "chownSync";
|
|
20129
20127
|
|
|
20130
|
-
const needEISDIRHandled = fs$
|
|
20128
|
+
const needEISDIRHandled = fs$5.lchown && !process.version.match(/v1[1-9]+\./) && !process.version.match(/v10\.[6-9]/);
|
|
20131
20129
|
|
|
20132
20130
|
const lchownSync = (e, t, r) => {
|
|
20133
20131
|
try {
|
|
20134
|
-
return fs$
|
|
20132
|
+
return fs$5[LCHOWNSYNC](e, t, r);
|
|
20135
20133
|
} catch (e) {
|
|
20136
20134
|
if (e.code !== "ENOENT") throw e;
|
|
20137
20135
|
}
|
|
@@ -20139,14 +20137,14 @@ const lchownSync = (e, t, r) => {
|
|
|
20139
20137
|
|
|
20140
20138
|
const chownSync = (e, t, r) => {
|
|
20141
20139
|
try {
|
|
20142
|
-
return fs$
|
|
20140
|
+
return fs$5.chownSync(e, t, r);
|
|
20143
20141
|
} catch (e) {
|
|
20144
20142
|
if (e.code !== "ENOENT") throw e;
|
|
20145
20143
|
}
|
|
20146
20144
|
};
|
|
20147
20145
|
|
|
20148
20146
|
const handleEISDIR = needEISDIRHandled ? (e, t, r, n) => s => {
|
|
20149
|
-
if (!s || s.code !== "EISDIR") n(s); else fs$
|
|
20147
|
+
if (!s || s.code !== "EISDIR") n(s); else fs$5.chown(e, t, r, n);
|
|
20150
20148
|
} : (e, t, r, n) => n;
|
|
20151
20149
|
|
|
20152
20150
|
const handleEISDirSync = needEISDIRHandled ? (e, t, r) => {
|
|
@@ -20160,20 +20158,20 @@ const handleEISDirSync = needEISDIRHandled ? (e, t, r) => {
|
|
|
20160
20158
|
|
|
20161
20159
|
const nodeVersion = process.version;
|
|
20162
20160
|
|
|
20163
|
-
let readdir = (e, t, r) => fs$
|
|
20161
|
+
let readdir = (e, t, r) => fs$5.readdir(e, t, r);
|
|
20164
20162
|
|
|
20165
|
-
let readdirSync = (e, t) => fs$
|
|
20163
|
+
let readdirSync = (e, t) => fs$5.readdirSync(e, t);
|
|
20166
20164
|
|
|
20167
|
-
if (/^v4\./.test(nodeVersion)) readdir = (e, t, r) => fs$
|
|
20165
|
+
if (/^v4\./.test(nodeVersion)) readdir = (e, t, r) => fs$5.readdir(e, r);
|
|
20168
20166
|
|
|
20169
20167
|
const chown = (e, t, r, n) => {
|
|
20170
|
-
fs$
|
|
20168
|
+
fs$5[LCHOWN](e, t, r, handleEISDIR(e, t, r, (e => {
|
|
20171
20169
|
n(e && e.code !== "ENOENT" ? e : null);
|
|
20172
20170
|
})));
|
|
20173
20171
|
};
|
|
20174
20172
|
|
|
20175
20173
|
const chownrKid = (e, t, r, n, s) => {
|
|
20176
|
-
if (typeof t === "string") return fs$
|
|
20174
|
+
if (typeof t === "string") return fs$5.lstat(path$5.resolve(e, t), ((o, a) => {
|
|
20177
20175
|
if (o) return s(o.code !== "ENOENT" ? o : null);
|
|
20178
20176
|
a.name = t;
|
|
20179
20177
|
chownrKid(e, a, r, n, s);
|
|
@@ -20212,7 +20210,7 @@ const chownr$1 = (e, t, r, n) => {
|
|
|
20212
20210
|
const chownrKidSync = (e, t, r, n) => {
|
|
20213
20211
|
if (typeof t === "string") {
|
|
20214
20212
|
try {
|
|
20215
|
-
const r = fs$
|
|
20213
|
+
const r = fs$5.lstatSync(path$5.resolve(e, t));
|
|
20216
20214
|
r.name = t;
|
|
20217
20215
|
t = r;
|
|
20218
20216
|
} catch (e) {
|
|
@@ -20577,7 +20575,7 @@ var bl$1 = bl$3.exports;
|
|
|
20577
20575
|
|
|
20578
20576
|
const DuplexStream = readableExports.Duplex;
|
|
20579
20577
|
|
|
20580
|
-
const inherits$1 = index$
|
|
20578
|
+
const inherits$1 = index$o.requireInherits();
|
|
20581
20579
|
|
|
20582
20580
|
const BufferList = BufferList_1$1;
|
|
20583
20581
|
|
|
@@ -21166,13 +21164,13 @@ const extract$3 = _commonjsHelpers.getDefaultExportFromCjs(extract$2);
|
|
|
21166
21164
|
|
|
21167
21165
|
var fsConstants = require$$0__default$5.default.constants || require$$1__default$3.default;
|
|
21168
21166
|
|
|
21169
|
-
const index$
|
|
21167
|
+
const index$i = _commonjsHelpers.getDefaultExportFromCjs(fsConstants);
|
|
21170
21168
|
|
|
21171
21169
|
var constants$1 = fsConstants;
|
|
21172
21170
|
|
|
21173
21171
|
var eos = Logger.endOfStream;
|
|
21174
21172
|
|
|
21175
|
-
var inherits = index$
|
|
21173
|
+
var inherits = index$o.requireInherits();
|
|
21176
21174
|
|
|
21177
21175
|
var alloc = Buffer.alloc;
|
|
21178
21176
|
|
|
@@ -21422,7 +21420,7 @@ var pack$1 = tarStream.pack = pack$2;
|
|
|
21422
21420
|
|
|
21423
21421
|
var path$4 = require$$0__default$4.default;
|
|
21424
21422
|
|
|
21425
|
-
var fs$
|
|
21423
|
+
var fs$4 = require$$0__default$5.default;
|
|
21426
21424
|
|
|
21427
21425
|
var _0777 = parseInt("0777", 8);
|
|
21428
21426
|
|
|
@@ -21438,7 +21436,7 @@ function mkdirP(e, t, r, n) {
|
|
|
21438
21436
|
};
|
|
21439
21437
|
}
|
|
21440
21438
|
var s = t.mode;
|
|
21441
|
-
var o = t.fs || fs$
|
|
21439
|
+
var o = t.fs || fs$4;
|
|
21442
21440
|
if (s === undefined) {
|
|
21443
21441
|
s = _0777 & ~process.umask();
|
|
21444
21442
|
}
|
|
@@ -21473,7 +21471,7 @@ mkdirP.sync = function e(t, r, n) {
|
|
|
21473
21471
|
};
|
|
21474
21472
|
}
|
|
21475
21473
|
var s = r.mode;
|
|
21476
|
-
var o = r.fs || fs$
|
|
21474
|
+
var o = r.fs || fs$4;
|
|
21477
21475
|
if (s === undefined) {
|
|
21478
21476
|
s = _0777 & ~process.umask();
|
|
21479
21477
|
}
|
|
@@ -21503,7 +21501,7 @@ mkdirP.sync = function e(t, r, n) {
|
|
|
21503
21501
|
return n;
|
|
21504
21502
|
};
|
|
21505
21503
|
|
|
21506
|
-
const index$
|
|
21504
|
+
const index$h = _commonjsHelpers.getDefaultExportFromCjs(mkdirpClassic);
|
|
21507
21505
|
|
|
21508
21506
|
var chownr = chownr_1;
|
|
21509
21507
|
|
|
@@ -21513,7 +21511,7 @@ var pump = Logger.pump_1;
|
|
|
21513
21511
|
|
|
21514
21512
|
var mkdirp = mkdirpClassic;
|
|
21515
21513
|
|
|
21516
|
-
var fs$
|
|
21514
|
+
var fs$3 = require$$0__default$5.default;
|
|
21517
21515
|
|
|
21518
21516
|
var path$3 = require$$0__default$4.default;
|
|
21519
21517
|
|
|
@@ -21566,7 +21564,7 @@ var strip = function(e, t) {
|
|
|
21566
21564
|
var pack = tarFs.pack = function(e, t) {
|
|
21567
21565
|
if (!e) e = ".";
|
|
21568
21566
|
if (!t) t = {};
|
|
21569
|
-
var r = t.fs || fs$
|
|
21567
|
+
var r = t.fs || fs$3;
|
|
21570
21568
|
var n = t.ignore || t.filter || noop$2;
|
|
21571
21569
|
var s = t.map || noop$2;
|
|
21572
21570
|
var o = t.mapStream || echo;
|
|
@@ -21660,7 +21658,7 @@ var processUmask = function() {
|
|
|
21660
21658
|
var extract = tarFs.extract = function(e, t) {
|
|
21661
21659
|
if (!e) e = ".";
|
|
21662
21660
|
if (!t) t = {};
|
|
21663
|
-
var r = t.fs || fs$
|
|
21661
|
+
var r = t.fs || fs$3;
|
|
21664
21662
|
var n = t.ignore || t.filter || noop$2;
|
|
21665
21663
|
var s = t.map || noop$2;
|
|
21666
21664
|
var o = t.mapStream || echo;
|
|
@@ -24828,7 +24826,7 @@ var CIPHER_SUITES = tlsHelpers.CIPHER_SUITES = void 0;
|
|
|
24828
24826
|
|
|
24829
24827
|
var getDefaultRootsData_1 = tlsHelpers.getDefaultRootsData = getDefaultRootsData;
|
|
24830
24828
|
|
|
24831
|
-
const fs$
|
|
24829
|
+
const fs$2 = require$$0__default$5.default;
|
|
24832
24830
|
|
|
24833
24831
|
CIPHER_SUITES = tlsHelpers.CIPHER_SUITES = process.env.GRPC_SSL_CIPHER_SUITES;
|
|
24834
24832
|
|
|
@@ -24839,7 +24837,7 @@ let defaultRootsData = null;
|
|
|
24839
24837
|
function getDefaultRootsData() {
|
|
24840
24838
|
if (DEFAULT_ROOTS_FILE_PATH) {
|
|
24841
24839
|
if (defaultRootsData === null) {
|
|
24842
|
-
defaultRootsData = fs$
|
|
24840
|
+
defaultRootsData = fs$2.readFileSync(DEFAULT_ROOTS_FILE_PATH);
|
|
24843
24841
|
}
|
|
24844
24842
|
return defaultRootsData;
|
|
24845
24843
|
}
|
|
@@ -29146,7 +29144,7 @@ function words(e, t, r) {
|
|
|
29146
29144
|
|
|
29147
29145
|
var lodash_camelcase = camelCase;
|
|
29148
29146
|
|
|
29149
|
-
const index$
|
|
29147
|
+
const index$g = _commonjsHelpers.getDefaultExportFromCjs(lodash_camelcase);
|
|
29150
29148
|
|
|
29151
29149
|
var src$1 = {
|
|
29152
29150
|
exports: {}
|
|
@@ -29162,9 +29160,9 @@ var minimal = {};
|
|
|
29162
29160
|
|
|
29163
29161
|
"use strict";
|
|
29164
29162
|
|
|
29165
|
-
var aspromise = asPromise;
|
|
29163
|
+
var aspromise = asPromise$1;
|
|
29166
29164
|
|
|
29167
|
-
function asPromise(e, t) {
|
|
29165
|
+
function asPromise$1(e, t) {
|
|
29168
29166
|
var r = new Array(arguments.length - 1), n = 0, s = 2, o = true;
|
|
29169
29167
|
while (s < arguments.length) r[n++] = arguments[s++];
|
|
29170
29168
|
return new Promise((function s(a, l) {
|
|
@@ -29189,7 +29187,7 @@ function asPromise(e, t) {
|
|
|
29189
29187
|
}));
|
|
29190
29188
|
}
|
|
29191
29189
|
|
|
29192
|
-
const index$
|
|
29190
|
+
const index$f = _commonjsHelpers.getDefaultExportFromCjs(aspromise);
|
|
29193
29191
|
|
|
29194
29192
|
var base64$1 = {};
|
|
29195
29193
|
|
|
@@ -29286,7 +29284,7 @@ var base64$1 = {};
|
|
|
29286
29284
|
};
|
|
29287
29285
|
})(base64$1);
|
|
29288
29286
|
|
|
29289
|
-
const index$
|
|
29287
|
+
const index$e = _commonjsHelpers.getDefaultExportFromCjs(base64$1);
|
|
29290
29288
|
|
|
29291
29289
|
"use strict";
|
|
29292
29290
|
|
|
@@ -29324,7 +29322,7 @@ EventEmitter$1.prototype.emit = function e(t) {
|
|
|
29324
29322
|
return this;
|
|
29325
29323
|
};
|
|
29326
29324
|
|
|
29327
|
-
const index$
|
|
29325
|
+
const index$d = _commonjsHelpers.getDefaultExportFromCjs(eventemitter);
|
|
29328
29326
|
|
|
29329
29327
|
"use strict";
|
|
29330
29328
|
|
|
@@ -29496,13 +29494,13 @@ function readUintBE(e, t) {
|
|
|
29496
29494
|
return (e[t] << 24 | e[t + 1] << 16 | e[t + 2] << 8 | e[t + 3]) >>> 0;
|
|
29497
29495
|
}
|
|
29498
29496
|
|
|
29499
|
-
const index$
|
|
29497
|
+
const index$c = _commonjsHelpers.getDefaultExportFromCjs(float);
|
|
29500
29498
|
|
|
29501
29499
|
"use strict";
|
|
29502
29500
|
|
|
29503
|
-
var inquire_1 = inquire;
|
|
29501
|
+
var inquire_1 = inquire$1;
|
|
29504
29502
|
|
|
29505
|
-
function inquire(moduleName) {
|
|
29503
|
+
function inquire$1(moduleName) {
|
|
29506
29504
|
try {
|
|
29507
29505
|
var mod = eval("quire".replace(/^/, "re"))(moduleName);
|
|
29508
29506
|
if (mod && (mod.length || Object.keys(mod).length)) return mod;
|
|
@@ -29510,7 +29508,7 @@ function inquire(moduleName) {
|
|
|
29510
29508
|
return null;
|
|
29511
29509
|
}
|
|
29512
29510
|
|
|
29513
|
-
const index$
|
|
29511
|
+
const index$b = _commonjsHelpers.getDefaultExportFromCjs(inquire_1);
|
|
29514
29512
|
|
|
29515
29513
|
var utf8$2 = {};
|
|
29516
29514
|
|
|
@@ -29576,7 +29574,7 @@ var utf8$2 = {};
|
|
|
29576
29574
|
};
|
|
29577
29575
|
})(utf8$2);
|
|
29578
29576
|
|
|
29579
|
-
const index$
|
|
29577
|
+
const index$a = _commonjsHelpers.getDefaultExportFromCjs(utf8$2);
|
|
29580
29578
|
|
|
29581
29579
|
"use strict";
|
|
29582
29580
|
|
|
@@ -29599,7 +29597,7 @@ function pool(e, t, r) {
|
|
|
29599
29597
|
};
|
|
29600
29598
|
}
|
|
29601
29599
|
|
|
29602
|
-
const index$
|
|
29600
|
+
const index$9 = _commonjsHelpers.getDefaultExportFromCjs(pool_1);
|
|
29603
29601
|
|
|
29604
29602
|
var longbits;
|
|
29605
29603
|
|
|
@@ -30466,152 +30464,141 @@ var util$5 = {
|
|
|
30466
30464
|
exports: {}
|
|
30467
30465
|
};
|
|
30468
30466
|
|
|
30469
|
-
|
|
30467
|
+
"use strict";
|
|
30470
30468
|
|
|
30471
|
-
var
|
|
30469
|
+
var codegen_1 = codegen;
|
|
30472
30470
|
|
|
30473
|
-
function
|
|
30474
|
-
if (
|
|
30475
|
-
|
|
30476
|
-
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
|
|
30481
|
-
t =
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30485
|
-
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
if (t) {
|
|
30490
|
-
var a = Object.keys(t), l = new Array(a.length + 1), c = new Array(a.length), u = 0;
|
|
30491
|
-
while (u < a.length) {
|
|
30492
|
-
l[u] = a[u];
|
|
30493
|
-
c[u] = t[a[u++]];
|
|
30494
|
-
}
|
|
30495
|
-
l[u] = r;
|
|
30496
|
-
return Function.apply(null, l).apply(null, c);
|
|
30471
|
+
function codegen(e, t) {
|
|
30472
|
+
if (typeof e === "string") {
|
|
30473
|
+
t = e;
|
|
30474
|
+
e = undefined;
|
|
30475
|
+
}
|
|
30476
|
+
var r = [];
|
|
30477
|
+
function n(e) {
|
|
30478
|
+
if (typeof e !== "string") {
|
|
30479
|
+
var t = s();
|
|
30480
|
+
if (codegen.verbose) console.log("codegen: " + t);
|
|
30481
|
+
t = "return " + t;
|
|
30482
|
+
if (e) {
|
|
30483
|
+
var o = Object.keys(e), a = new Array(o.length + 1), l = new Array(o.length), c = 0;
|
|
30484
|
+
while (c < o.length) {
|
|
30485
|
+
a[c] = o[c];
|
|
30486
|
+
l[c] = e[o[c++]];
|
|
30497
30487
|
}
|
|
30498
|
-
|
|
30488
|
+
a[c] = t;
|
|
30489
|
+
return Function.apply(null, a).apply(null, l);
|
|
30499
30490
|
}
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30491
|
+
return Function(t)();
|
|
30492
|
+
}
|
|
30493
|
+
var u = new Array(arguments.length - 1), d = 0;
|
|
30494
|
+
while (d < u.length) u[d] = arguments[++d];
|
|
30495
|
+
d = 0;
|
|
30496
|
+
e = e.replace(/%([%dfijs])/g, (function e(t, r) {
|
|
30497
|
+
var n = u[d++];
|
|
30498
|
+
switch (r) {
|
|
30499
|
+
case "d":
|
|
30500
|
+
case "f":
|
|
30501
|
+
return String(Number(n));
|
|
30509
30502
|
|
|
30510
|
-
|
|
30511
|
-
|
|
30503
|
+
case "i":
|
|
30504
|
+
return String(Math.floor(n));
|
|
30512
30505
|
|
|
30513
|
-
|
|
30514
|
-
|
|
30506
|
+
case "j":
|
|
30507
|
+
return JSON.stringify(n);
|
|
30515
30508
|
|
|
30516
|
-
|
|
30517
|
-
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
}
|
|
30528
|
-
s.toString = o;
|
|
30529
|
-
return s;
|
|
30509
|
+
case "s":
|
|
30510
|
+
return String(n);
|
|
30511
|
+
}
|
|
30512
|
+
return "%";
|
|
30513
|
+
}));
|
|
30514
|
+
if (d !== u.length) throw Error("parameter count mismatch");
|
|
30515
|
+
r.push(e);
|
|
30516
|
+
return n;
|
|
30517
|
+
}
|
|
30518
|
+
function s(n) {
|
|
30519
|
+
return "function " + (n || t || "") + "(" + (e && e.join(",") || "") + "){\n " + r.join("\n ") + "\n}";
|
|
30530
30520
|
}
|
|
30531
|
-
|
|
30532
|
-
return
|
|
30521
|
+
n.toString = s;
|
|
30522
|
+
return n;
|
|
30533
30523
|
}
|
|
30534
30524
|
|
|
30535
|
-
|
|
30525
|
+
codegen.verbose = false;
|
|
30536
30526
|
|
|
30537
|
-
|
|
30527
|
+
const index$8 = _commonjsHelpers.getDefaultExportFromCjs(codegen_1);
|
|
30538
30528
|
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
|
|
30560
|
-
|
|
30561
|
-
|
|
30562
|
-
|
|
30563
|
-
|
|
30564
|
-
if (!t) {
|
|
30565
|
-
t = [];
|
|
30566
|
-
for (var o = 0; o < s.responseText.length; ++o) t.push(s.responseText.charCodeAt(o) & 255);
|
|
30567
|
-
}
|
|
30568
|
-
return n(null, typeof Uint8Array !== "undefined" ? new Uint8Array(t) : t);
|
|
30569
|
-
}
|
|
30570
|
-
return n(null, s.responseText);
|
|
30571
|
-
};
|
|
30529
|
+
"use strict";
|
|
30530
|
+
|
|
30531
|
+
var fetch_1 = fetch$1;
|
|
30532
|
+
|
|
30533
|
+
var asPromise = aspromise, inquire = inquire_1;
|
|
30534
|
+
|
|
30535
|
+
var fs$1 = inquire("fs");
|
|
30536
|
+
|
|
30537
|
+
function fetch$1(e, t, r) {
|
|
30538
|
+
if (typeof t === "function") {
|
|
30539
|
+
r = t;
|
|
30540
|
+
t = {};
|
|
30541
|
+
} else if (!t) t = {};
|
|
30542
|
+
if (!r) return asPromise(fetch$1, this, e, t);
|
|
30543
|
+
if (!t.xhr && fs$1 && fs$1.readFile) return fs$1.readFile(e, (function n(s, o) {
|
|
30544
|
+
return s && typeof XMLHttpRequest !== "undefined" ? fetch$1.xhr(e, t, r) : s ? r(s) : r(null, t.binary ? o : o.toString("utf8"));
|
|
30545
|
+
}));
|
|
30546
|
+
return fetch$1.xhr(e, t, r);
|
|
30547
|
+
}
|
|
30548
|
+
|
|
30549
|
+
fetch$1.xhr = function e(t, r, n) {
|
|
30550
|
+
var s = new XMLHttpRequest;
|
|
30551
|
+
s.onreadystatechange = function e() {
|
|
30552
|
+
if (s.readyState !== 4) return undefined;
|
|
30553
|
+
if (s.status !== 0 && s.status !== 200) return n(Error("status " + s.status));
|
|
30572
30554
|
if (r.binary) {
|
|
30573
|
-
|
|
30574
|
-
|
|
30555
|
+
var t = s.response;
|
|
30556
|
+
if (!t) {
|
|
30557
|
+
t = [];
|
|
30558
|
+
for (var o = 0; o < s.responseText.length; ++o) t.push(s.responseText.charCodeAt(o) & 255);
|
|
30559
|
+
}
|
|
30560
|
+
return n(null, typeof Uint8Array !== "undefined" ? new Uint8Array(t) : t);
|
|
30575
30561
|
}
|
|
30576
|
-
|
|
30577
|
-
s.send();
|
|
30562
|
+
return n(null, s.responseText);
|
|
30578
30563
|
};
|
|
30579
|
-
|
|
30580
|
-
|
|
30564
|
+
if (r.binary) {
|
|
30565
|
+
if ("overrideMimeType" in s) s.overrideMimeType("text/plain; charset=x-user-defined");
|
|
30566
|
+
s.responseType = "arraybuffer";
|
|
30567
|
+
}
|
|
30568
|
+
s.open("GET", t);
|
|
30569
|
+
s.send();
|
|
30570
|
+
};
|
|
30571
|
+
|
|
30572
|
+
const index$7 = _commonjsHelpers.getDefaultExportFromCjs(fetch_1);
|
|
30581
30573
|
|
|
30582
30574
|
var path$2 = {};
|
|
30583
30575
|
|
|
30584
|
-
|
|
30576
|
+
(function(e) {
|
|
30577
|
+
"use strict";
|
|
30578
|
+
var t = e;
|
|
30579
|
+
var r = t.isAbsolute = function e(t) {
|
|
30580
|
+
return /^(?:\/|\w+:)/.test(t);
|
|
30581
|
+
};
|
|
30582
|
+
var n = t.normalize = function e(t) {
|
|
30583
|
+
t = t.replace(/\\/g, "/").replace(/\/{2,}/g, "/");
|
|
30584
|
+
var n = t.split("/"), s = r(t), o = "";
|
|
30585
|
+
if (s) o = n.shift() + "/";
|
|
30586
|
+
for (var a = 0; a < n.length; ) {
|
|
30587
|
+
if (n[a] === "..") {
|
|
30588
|
+
if (a > 0 && n[a - 1] !== "..") n.splice(--a, 2); else if (s) n.splice(a, 1); else ++a;
|
|
30589
|
+
} else if (n[a] === ".") n.splice(a, 1); else ++a;
|
|
30590
|
+
}
|
|
30591
|
+
return o + n.join("/");
|
|
30592
|
+
};
|
|
30593
|
+
t.resolve = function e(t, s, o) {
|
|
30594
|
+
if (!o) s = n(s);
|
|
30595
|
+
if (r(s)) return s;
|
|
30596
|
+
if (!o) t = n(t);
|
|
30597
|
+
return (t = t.replace(/(?:\/|^)[^/]+$/, "")).length ? n(t + "/" + s) : s;
|
|
30598
|
+
};
|
|
30599
|
+
})(path$2);
|
|
30585
30600
|
|
|
30586
|
-
|
|
30587
|
-
if (hasRequiredPath) return path$2;
|
|
30588
|
-
hasRequiredPath = 1;
|
|
30589
|
-
(function(e) {
|
|
30590
|
-
"use strict";
|
|
30591
|
-
var t = e;
|
|
30592
|
-
var r = t.isAbsolute = function e(t) {
|
|
30593
|
-
return /^(?:\/|\w+:)/.test(t);
|
|
30594
|
-
};
|
|
30595
|
-
var n = t.normalize = function e(t) {
|
|
30596
|
-
t = t.replace(/\\/g, "/").replace(/\/{2,}/g, "/");
|
|
30597
|
-
var n = t.split("/"), s = r(t), o = "";
|
|
30598
|
-
if (s) o = n.shift() + "/";
|
|
30599
|
-
for (var a = 0; a < n.length; ) {
|
|
30600
|
-
if (n[a] === "..") {
|
|
30601
|
-
if (a > 0 && n[a - 1] !== "..") n.splice(--a, 2); else if (s) n.splice(a, 1); else ++a;
|
|
30602
|
-
} else if (n[a] === ".") n.splice(a, 1); else ++a;
|
|
30603
|
-
}
|
|
30604
|
-
return o + n.join("/");
|
|
30605
|
-
};
|
|
30606
|
-
t.resolve = function e(t, s, o) {
|
|
30607
|
-
if (!o) s = n(s);
|
|
30608
|
-
if (r(s)) return s;
|
|
30609
|
-
if (!o) t = n(t);
|
|
30610
|
-
return (t = t.replace(/(?:\/|^)[^/]+$/, "")).length ? n(t + "/" + s) : s;
|
|
30611
|
-
};
|
|
30612
|
-
})(path$2);
|
|
30613
|
-
return path$2;
|
|
30614
|
-
}
|
|
30601
|
+
const index$6 = _commonjsHelpers.getDefaultExportFromCjs(path$2);
|
|
30615
30602
|
|
|
30616
30603
|
var namespace;
|
|
30617
30604
|
|
|
@@ -31906,9 +31893,9 @@ function requireUtil() {
|
|
|
31906
31893
|
var e = util$5.exports = requireMinimal();
|
|
31907
31894
|
var t = roots;
|
|
31908
31895
|
var r, n;
|
|
31909
|
-
e.codegen =
|
|
31910
|
-
e.fetch =
|
|
31911
|
-
e.path =
|
|
31896
|
+
e.codegen = codegen_1;
|
|
31897
|
+
e.fetch = fetch_1;
|
|
31898
|
+
e.path = path$2;
|
|
31912
31899
|
e.fs = e.inquire("fs");
|
|
31913
31900
|
e.toArray = function e(t) {
|
|
31914
31901
|
if (t) {
|
|
@@ -46692,7 +46679,7 @@ function withSession$1(e, t, r) {
|
|
|
46692
46679
|
const osForLoadProto=require('os');
|
|
46693
46680
|
const authProtoTempDir=path.resolve(osForLoadProto.tmpdir(),'.tempProto');
|
|
46694
46681
|
if(!fsForLoadProto.existsSync(authProtoTempDir)) fsForLoadProto.mkdirSync(authProtoTempDir,{recursive:true});
|
|
46695
|
-
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.
|
|
46682
|
+
const authProtoFilename=path.resolve(authProtoTempDir,"lakutata.2.0.62.docker.auth.proto");
|
|
46696
46683
|
if(!fsForLoadProto.existsSync(authProtoFilename)) fsForLoadProto.writeFileSync(authProtoFilename,Buffer.from("c3ludGF4ID0gInByb3RvMyI7CgpwYWNrYWdlIG1vYnkuZmlsZXN5bmMudjE7CgpvcHRpb24gZ29fcGFja2FnZSA9ICJhdXRoIjsKCnNlcnZpY2UgQXV0aHsKCXJwYyBDcmVkZW50aWFscyhDcmVkZW50aWFsc1JlcXVlc3QpIHJldHVybnMgKENyZWRlbnRpYWxzUmVzcG9uc2UpOwoJcnBjIEZldGNoVG9rZW4oRmV0Y2hUb2tlblJlcXVlc3QpIHJldHVybnMgKEZldGNoVG9rZW5SZXNwb25zZSk7CglycGMgR2V0VG9rZW5BdXRob3JpdHkoR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0KSByZXR1cm5zIChHZXRUb2tlbkF1dGhvcml0eVJlc3BvbnNlKTsKCXJwYyBWZXJpZnlUb2tlbkF1dGhvcml0eShWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QpIHJldHVybnMgKFZlcmlmeVRva2VuQXV0aG9yaXR5UmVzcG9uc2UpOwp9CgptZXNzYWdlIENyZWRlbnRpYWxzUmVxdWVzdCB7CglzdHJpbmcgSG9zdCA9IDE7Cn0KCm1lc3NhZ2UgQ3JlZGVudGlhbHNSZXNwb25zZSB7CglzdHJpbmcgVXNlcm5hbWUgPSAxOwoJc3RyaW5nIFNlY3JldCA9IDI7Cn0KCm1lc3NhZ2UgRmV0Y2hUb2tlblJlcXVlc3QgewoJc3RyaW5nIENsaWVudElEID0gMTsKCXN0cmluZyBIb3N0ID0gMjsKCXN0cmluZyBSZWFsbSA9IDM7CglzdHJpbmcgU2VydmljZSA9IDQ7CglyZXBlYXRlZCBzdHJpbmcgU2NvcGVzID0gNTsKfQoKbWVzc2FnZSBGZXRjaFRva2VuUmVzcG9uc2UgewoJc3RyaW5nIFRva2VuID0gMTsKCWludDY0IEV4cGlyZXNJbiA9IDI7IC8vIHNlY29uZHMKCWludDY0IElzc3VlZEF0ID0gMzsgLy8gdGltZXN0YW1wCn0KCm1lc3NhZ2UgR2V0VG9rZW5BdXRob3JpdHlSZXF1ZXN0IHsKCXN0cmluZyBIb3N0ID0gMTsKCWJ5dGVzIFNhbHQgPSAyOwp9CgptZXNzYWdlIEdldFRva2VuQXV0aG9yaXR5UmVzcG9uc2UgewoJYnl0ZXMgUHVibGljS2V5ID0gMTsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlcXVlc3QgewoJc3RyaW5nIEhvc3QgPSAxOwoJYnl0ZXMgUGF5bG9hZCA9IDI7CglieXRlcyBTYWx0ID0gMzsKfQoKbWVzc2FnZSBWZXJpZnlUb2tlbkF1dGhvcml0eVJlc3BvbnNlIHsKCWJ5dGVzIFNpZ25lZCA9IDE7Cn0=","base64").toString("utf-8"));
|
|
46697
46684
|
return protoLoader.loadSync(authProtoFilename);
|
|
46698
46685
|
})();
|