@zuplo/cli 6.70.70 → 6.70.71
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/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/http2.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@zuplo/core/package.json +1 -1
- package/node_modules/@zuplo/graphql/package.json +1 -1
- package/node_modules/@zuplo/openapi-tools/package.json +1 -1
- package/node_modules/@zuplo/otel/package.json +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-GEVKFSKR.js → chunk-AZIRK6TC.js} +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-GEVKFSKR.js.map → chunk-AZIRK6TC.js.map} +1 -1
- package/node_modules/@zuplo/runtime/out/esm/{chunk-MJPI3GFA.js → chunk-E7U425SB.js} +72 -72
- package/node_modules/@zuplo/runtime/out/esm/chunk-E7U425SB.js.map +1 -0
- package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +7 -7
- package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
- package/node_modules/@zuplo/runtime/out/esm/mocks/index.js +1 -1
- package/node_modules/@zuplo/runtime/out/types/index.d.ts +61 -0
- package/node_modules/@zuplo/runtime/package.json +1 -1
- package/node_modules/acorn/CHANGELOG.md +14 -0
- package/node_modules/acorn/README.md +3 -0
- package/node_modules/acorn/dist/acorn.d.mts +6 -0
- package/node_modules/acorn/dist/acorn.d.ts +6 -0
- package/node_modules/acorn/dist/acorn.js +87 -49
- package/node_modules/acorn/dist/acorn.mjs +87 -49
- package/node_modules/acorn/package.json +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.js +145 -188
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +33 -76
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +165 -208
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +0 -8
- package/node_modules/protobufjs/package.json +2 -3
- package/node_modules/protobufjs/src/util/minimal.js +0 -3
- package/package.json +6 -6
- package/node_modules/@protobufjs/inquire/CHANGELOG.md +0 -8
- package/node_modules/@protobufjs/inquire/LICENSE +0 -26
- package/node_modules/@protobufjs/inquire/README.md +0 -13
- package/node_modules/@protobufjs/inquire/index.d.ts +0 -10
- package/node_modules/@protobufjs/inquire/index.js +0 -38
- package/node_modules/@protobufjs/inquire/package.json +0 -21
- package/node_modules/@protobufjs/inquire/tests/data/array.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/emptyArray.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/emptyObject.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/data/object.js +0 -1
- package/node_modules/@protobufjs/inquire/tests/index.js +0 -20
- package/node_modules/@zuplo/runtime/out/esm/chunk-MJPI3GFA.js.map +0 -1
- /package/node_modules/@zuplo/runtime/out/esm/{chunk-MJPI3GFA.js.LEGAL.txt → chunk-E7U425SB.js.LEGAL.txt} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* protobuf.js v7.6.
|
|
3
|
-
* compiled
|
|
2
|
+
* protobuf.js v7.6.4 (c) 2016, daniel wirtz
|
|
3
|
+
* compiled fri, 12 jun 2026 12:10:46 utc
|
|
4
4
|
* licensed under the bsd-3-clause license
|
|
5
5
|
* see: https://github.com/dcodeio/protobuf.js for details
|
|
6
6
|
*/
|
|
@@ -553,7 +553,7 @@ fetch.xhr = function fetch_xhr(filename, options, callback) {
|
|
|
553
553
|
|
|
554
554
|
var fs = null;
|
|
555
555
|
try {
|
|
556
|
-
fs = require(
|
|
556
|
+
fs = require(11);
|
|
557
557
|
if (!fs || !fs.readFile || !fs.readFileSync)
|
|
558
558
|
fs = null;
|
|
559
559
|
} catch (e) {
|
|
@@ -561,7 +561,7 @@ try {
|
|
|
561
561
|
}
|
|
562
562
|
module.exports = fs;
|
|
563
563
|
|
|
564
|
-
},{"
|
|
564
|
+
},{"11":11}],7:[function(require,module,exports){
|
|
565
565
|
"use strict";
|
|
566
566
|
|
|
567
567
|
module.exports = factory(factory);
|
|
@@ -900,46 +900,6 @@ function readUintBE(buf, pos) {
|
|
|
900
900
|
|
|
901
901
|
},{}],8:[function(require,module,exports){
|
|
902
902
|
"use strict";
|
|
903
|
-
module.exports = inquire;
|
|
904
|
-
|
|
905
|
-
/**
|
|
906
|
-
* Requires a module only if available.
|
|
907
|
-
* @memberof util
|
|
908
|
-
* @param {string} moduleName Module to require
|
|
909
|
-
* @returns {?Object} Required module if available and not empty, otherwise `null`
|
|
910
|
-
* @deprecated Legacy optional require helper. Will be removed in a future release.
|
|
911
|
-
*/
|
|
912
|
-
function inquire(moduleName) {
|
|
913
|
-
try {
|
|
914
|
-
if (typeof require !== "function") {
|
|
915
|
-
return null;
|
|
916
|
-
}
|
|
917
|
-
var mod = require(moduleName);
|
|
918
|
-
if (mod && (mod.length || Object.keys(mod).length)) return mod;
|
|
919
|
-
return null;
|
|
920
|
-
} catch (err) {
|
|
921
|
-
// ignore
|
|
922
|
-
return null;
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
/*
|
|
927
|
-
// maybe worth a shot to prevent renaming issues:
|
|
928
|
-
// see: https://github.com/webpack/webpack/blob/master/lib/dependencies/CommonJsRequireDependencyParserPlugin.js
|
|
929
|
-
// triggers on:
|
|
930
|
-
// - expression require.cache
|
|
931
|
-
// - expression require (???)
|
|
932
|
-
// - call require
|
|
933
|
-
// - call require:commonjs:item
|
|
934
|
-
// - call require:commonjs:context
|
|
935
|
-
|
|
936
|
-
Object.defineProperty(Function.prototype, "__self", { get: function() { return this; } });
|
|
937
|
-
var r = require.__self;
|
|
938
|
-
delete Function.prototype.__self;
|
|
939
|
-
*/
|
|
940
|
-
|
|
941
|
-
},{}],9:[function(require,module,exports){
|
|
942
|
-
"use strict";
|
|
943
903
|
|
|
944
904
|
/**
|
|
945
905
|
* A minimal path module to resolve Unix, Windows and URL paths alike.
|
|
@@ -1005,7 +965,7 @@ path.resolve = function resolve(originPath, includePath, alreadyNormalized) {
|
|
|
1005
965
|
return (originPath = originPath.replace(/(?:\/|^)[^/]+$/, "")).length ? normalize(originPath + "/" + includePath) : includePath;
|
|
1006
966
|
};
|
|
1007
967
|
|
|
1008
|
-
},{}],
|
|
968
|
+
},{}],9:[function(require,module,exports){
|
|
1009
969
|
"use strict";
|
|
1010
970
|
module.exports = pool;
|
|
1011
971
|
|
|
@@ -1055,7 +1015,7 @@ function pool(alloc, slice, size) {
|
|
|
1055
1015
|
};
|
|
1056
1016
|
}
|
|
1057
1017
|
|
|
1058
|
-
},{}],
|
|
1018
|
+
},{}],10:[function(require,module,exports){
|
|
1059
1019
|
"use strict";
|
|
1060
1020
|
|
|
1061
1021
|
/**
|
|
@@ -1161,9 +1121,9 @@ utf8.write = function utf8_write(string, buffer, offset) {
|
|
|
1161
1121
|
return offset - start;
|
|
1162
1122
|
};
|
|
1163
1123
|
|
|
1164
|
-
},{}],
|
|
1124
|
+
},{}],11:[function(require,module,exports){
|
|
1165
1125
|
|
|
1166
|
-
},{}],
|
|
1126
|
+
},{}],12:[function(require,module,exports){
|
|
1167
1127
|
"use strict";
|
|
1168
1128
|
/**
|
|
1169
1129
|
* Runtime message from/to plain object converters.
|
|
@@ -1171,8 +1131,8 @@ utf8.write = function utf8_write(string, buffer, offset) {
|
|
|
1171
1131
|
*/
|
|
1172
1132
|
var converter = exports;
|
|
1173
1133
|
|
|
1174
|
-
var Enum = require(
|
|
1175
|
-
util = require(
|
|
1134
|
+
var Enum = require(15),
|
|
1135
|
+
util = require(34);
|
|
1176
1136
|
|
|
1177
1137
|
/**
|
|
1178
1138
|
* Generates a partial value fromObject conveter.
|
|
@@ -1483,13 +1443,13 @@ converter.toObject = function toObject(mtype) {
|
|
|
1483
1443
|
/* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
|
|
1484
1444
|
};
|
|
1485
1445
|
|
|
1486
|
-
},{"
|
|
1446
|
+
},{"15":15,"34":34}],13:[function(require,module,exports){
|
|
1487
1447
|
"use strict";
|
|
1488
1448
|
module.exports = decoder;
|
|
1489
1449
|
|
|
1490
|
-
var Enum = require(
|
|
1491
|
-
types = require(
|
|
1492
|
-
util = require(
|
|
1450
|
+
var Enum = require(15),
|
|
1451
|
+
types = require(33),
|
|
1452
|
+
util = require(34);
|
|
1493
1453
|
|
|
1494
1454
|
function missing(field) {
|
|
1495
1455
|
return "missing required '" + field.name + "'";
|
|
@@ -1620,13 +1580,13 @@ function decoder(mtype) {
|
|
|
1620
1580
|
/* eslint-enable no-unexpected-multiline */
|
|
1621
1581
|
}
|
|
1622
1582
|
|
|
1623
|
-
},{"
|
|
1583
|
+
},{"15":15,"33":33,"34":34}],14:[function(require,module,exports){
|
|
1624
1584
|
"use strict";
|
|
1625
1585
|
module.exports = encoder;
|
|
1626
1586
|
|
|
1627
|
-
var Enum = require(
|
|
1628
|
-
types = require(
|
|
1629
|
-
util = require(
|
|
1587
|
+
var Enum = require(15),
|
|
1588
|
+
types = require(33),
|
|
1589
|
+
util = require(34);
|
|
1630
1590
|
|
|
1631
1591
|
/**
|
|
1632
1592
|
* Generates a partial message type encoder.
|
|
@@ -1725,16 +1685,16 @@ function encoder(mtype) {
|
|
|
1725
1685
|
/* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
|
|
1726
1686
|
}
|
|
1727
1687
|
|
|
1728
|
-
},{"
|
|
1688
|
+
},{"15":15,"33":33,"34":34}],15:[function(require,module,exports){
|
|
1729
1689
|
"use strict";
|
|
1730
1690
|
module.exports = Enum;
|
|
1731
1691
|
|
|
1732
1692
|
// extends ReflectionObject
|
|
1733
|
-
var ReflectionObject = require(
|
|
1693
|
+
var ReflectionObject = require(23);
|
|
1734
1694
|
((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum";
|
|
1735
1695
|
|
|
1736
|
-
var Namespace = require(
|
|
1737
|
-
util = require(
|
|
1696
|
+
var Namespace = require(22),
|
|
1697
|
+
util = require(34);
|
|
1738
1698
|
|
|
1739
1699
|
/**
|
|
1740
1700
|
* Constructs a new enum instance.
|
|
@@ -1953,17 +1913,17 @@ Enum.prototype.isReservedName = function isReservedName(name) {
|
|
|
1953
1913
|
return Namespace.isReservedName(this.reserved, name);
|
|
1954
1914
|
};
|
|
1955
1915
|
|
|
1956
|
-
},{"
|
|
1916
|
+
},{"22":22,"23":23,"34":34}],16:[function(require,module,exports){
|
|
1957
1917
|
"use strict";
|
|
1958
1918
|
module.exports = Field;
|
|
1959
1919
|
|
|
1960
1920
|
// extends ReflectionObject
|
|
1961
|
-
var ReflectionObject = require(
|
|
1921
|
+
var ReflectionObject = require(23);
|
|
1962
1922
|
((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field";
|
|
1963
1923
|
|
|
1964
|
-
var Enum = require(
|
|
1965
|
-
types = require(
|
|
1966
|
-
util = require(
|
|
1924
|
+
var Enum = require(15),
|
|
1925
|
+
types = require(33),
|
|
1926
|
+
util = require(34);
|
|
1967
1927
|
|
|
1968
1928
|
var Type; // cyclic
|
|
1969
1929
|
|
|
@@ -2408,9 +2368,9 @@ Field._configure = function configure(Type_) {
|
|
|
2408
2368
|
Type = Type_;
|
|
2409
2369
|
};
|
|
2410
2370
|
|
|
2411
|
-
},{"
|
|
2371
|
+
},{"15":15,"23":23,"33":33,"34":34}],17:[function(require,module,exports){
|
|
2412
2372
|
"use strict";
|
|
2413
|
-
var protobuf = module.exports = require(
|
|
2373
|
+
var protobuf = module.exports = require(18);
|
|
2414
2374
|
|
|
2415
2375
|
protobuf.build = "light";
|
|
2416
2376
|
|
|
@@ -2483,30 +2443,30 @@ function loadSync(filename, root) {
|
|
|
2483
2443
|
protobuf.loadSync = loadSync;
|
|
2484
2444
|
|
|
2485
2445
|
// Serialization
|
|
2486
|
-
protobuf.encoder = require(
|
|
2487
|
-
protobuf.decoder = require(
|
|
2488
|
-
protobuf.verifier = require(
|
|
2489
|
-
protobuf.converter = require(
|
|
2446
|
+
protobuf.encoder = require(14);
|
|
2447
|
+
protobuf.decoder = require(13);
|
|
2448
|
+
protobuf.verifier = require(39);
|
|
2449
|
+
protobuf.converter = require(12);
|
|
2490
2450
|
|
|
2491
2451
|
// Reflection
|
|
2492
|
-
protobuf.ReflectionObject = require(
|
|
2493
|
-
protobuf.Namespace = require(
|
|
2494
|
-
protobuf.Root = require(
|
|
2495
|
-
protobuf.Enum = require(
|
|
2496
|
-
protobuf.Type = require(
|
|
2497
|
-
protobuf.Field = require(
|
|
2498
|
-
protobuf.OneOf = require(
|
|
2499
|
-
protobuf.MapField = require(
|
|
2500
|
-
protobuf.Service = require(
|
|
2501
|
-
protobuf.Method = require(
|
|
2452
|
+
protobuf.ReflectionObject = require(23);
|
|
2453
|
+
protobuf.Namespace = require(22);
|
|
2454
|
+
protobuf.Root = require(27);
|
|
2455
|
+
protobuf.Enum = require(15);
|
|
2456
|
+
protobuf.Type = require(32);
|
|
2457
|
+
protobuf.Field = require(16);
|
|
2458
|
+
protobuf.OneOf = require(24);
|
|
2459
|
+
protobuf.MapField = require(19);
|
|
2460
|
+
protobuf.Service = require(31);
|
|
2461
|
+
protobuf.Method = require(21);
|
|
2502
2462
|
|
|
2503
2463
|
// Runtime
|
|
2504
|
-
protobuf.Message = require(
|
|
2505
|
-
protobuf.wrappers = require(
|
|
2464
|
+
protobuf.Message = require(20);
|
|
2465
|
+
protobuf.wrappers = require(40);
|
|
2506
2466
|
|
|
2507
2467
|
// Utility
|
|
2508
|
-
protobuf.types = require(
|
|
2509
|
-
protobuf.util = require(
|
|
2468
|
+
protobuf.types = require(33);
|
|
2469
|
+
protobuf.util = require(34);
|
|
2510
2470
|
|
|
2511
2471
|
// Set up possibly cyclic reflection dependencies
|
|
2512
2472
|
protobuf.ReflectionObject._configure(protobuf.Root);
|
|
@@ -2514,7 +2474,7 @@ protobuf.Namespace._configure(protobuf.Type, protobuf.Service, protobuf.Enum);
|
|
|
2514
2474
|
protobuf.Root._configure(protobuf.Type);
|
|
2515
2475
|
protobuf.Field._configure(protobuf.Type);
|
|
2516
2476
|
|
|
2517
|
-
},{"13":13,"14":14,"15":15,"16":16,"
|
|
2477
|
+
},{"12":12,"13":13,"14":14,"15":15,"16":16,"18":18,"19":19,"20":20,"21":21,"22":22,"23":23,"24":24,"27":27,"31":31,"32":32,"33":33,"34":34,"39":39,"40":40}],18:[function(require,module,exports){
|
|
2518
2478
|
"use strict";
|
|
2519
2479
|
var protobuf = exports;
|
|
2520
2480
|
|
|
@@ -2527,15 +2487,15 @@ var protobuf = exports;
|
|
|
2527
2487
|
protobuf.build = "minimal";
|
|
2528
2488
|
|
|
2529
2489
|
// Serialization
|
|
2530
|
-
protobuf.Writer = require(
|
|
2531
|
-
protobuf.BufferWriter = require(
|
|
2532
|
-
protobuf.Reader = require(
|
|
2533
|
-
protobuf.BufferReader = require(
|
|
2490
|
+
protobuf.Writer = require(41);
|
|
2491
|
+
protobuf.BufferWriter = require(42);
|
|
2492
|
+
protobuf.Reader = require(25);
|
|
2493
|
+
protobuf.BufferReader = require(26);
|
|
2534
2494
|
|
|
2535
2495
|
// Utility
|
|
2536
|
-
protobuf.util = require(
|
|
2537
|
-
protobuf.rpc = require(
|
|
2538
|
-
protobuf.roots = require(
|
|
2496
|
+
protobuf.util = require(37);
|
|
2497
|
+
protobuf.rpc = require(29);
|
|
2498
|
+
protobuf.roots = require(28);
|
|
2539
2499
|
protobuf.configure = configure;
|
|
2540
2500
|
|
|
2541
2501
|
/* istanbul ignore next */
|
|
@@ -2552,16 +2512,16 @@ function configure() {
|
|
|
2552
2512
|
// Set up buffer utility according to the environment
|
|
2553
2513
|
configure();
|
|
2554
2514
|
|
|
2555
|
-
},{"26":26,"
|
|
2515
|
+
},{"25":25,"26":26,"28":28,"29":29,"37":37,"41":41,"42":42}],19:[function(require,module,exports){
|
|
2556
2516
|
"use strict";
|
|
2557
2517
|
module.exports = MapField;
|
|
2558
2518
|
|
|
2559
2519
|
// extends Field
|
|
2560
|
-
var Field = require(
|
|
2520
|
+
var Field = require(16);
|
|
2561
2521
|
((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField";
|
|
2562
2522
|
|
|
2563
|
-
var types = require(
|
|
2564
|
-
util = require(
|
|
2523
|
+
var types = require(33),
|
|
2524
|
+
util = require(34);
|
|
2565
2525
|
|
|
2566
2526
|
/**
|
|
2567
2527
|
* Constructs a new map field instance.
|
|
@@ -2680,11 +2640,11 @@ MapField.d = function decorateMapField(fieldId, fieldKeyType, fieldValueType) {
|
|
|
2680
2640
|
};
|
|
2681
2641
|
};
|
|
2682
2642
|
|
|
2683
|
-
},{"
|
|
2643
|
+
},{"16":16,"33":33,"34":34}],20:[function(require,module,exports){
|
|
2684
2644
|
"use strict";
|
|
2685
2645
|
module.exports = Message;
|
|
2686
2646
|
|
|
2687
|
-
var util = require(
|
|
2647
|
+
var util = require(37);
|
|
2688
2648
|
|
|
2689
2649
|
/**
|
|
2690
2650
|
* Constructs a new message instance.
|
|
@@ -2825,15 +2785,15 @@ Message.prototype.toJSON = function toJSON() {
|
|
|
2825
2785
|
|
|
2826
2786
|
/*eslint-enable valid-jsdoc*/
|
|
2827
2787
|
|
|
2828
|
-
},{"
|
|
2788
|
+
},{"37":37}],21:[function(require,module,exports){
|
|
2829
2789
|
"use strict";
|
|
2830
2790
|
module.exports = Method;
|
|
2831
2791
|
|
|
2832
2792
|
// extends ReflectionObject
|
|
2833
|
-
var ReflectionObject = require(
|
|
2793
|
+
var ReflectionObject = require(23);
|
|
2834
2794
|
((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method";
|
|
2835
2795
|
|
|
2836
|
-
var util = require(
|
|
2796
|
+
var util = require(34);
|
|
2837
2797
|
|
|
2838
2798
|
/**
|
|
2839
2799
|
* Constructs a new service method instance.
|
|
@@ -2987,17 +2947,17 @@ Method.prototype.resolve = function resolve() {
|
|
|
2987
2947
|
return ReflectionObject.prototype.resolve.call(this);
|
|
2988
2948
|
};
|
|
2989
2949
|
|
|
2990
|
-
},{"
|
|
2950
|
+
},{"23":23,"34":34}],22:[function(require,module,exports){
|
|
2991
2951
|
"use strict";
|
|
2992
2952
|
module.exports = Namespace;
|
|
2993
2953
|
|
|
2994
2954
|
// extends ReflectionObject
|
|
2995
|
-
var ReflectionObject = require(
|
|
2955
|
+
var ReflectionObject = require(23);
|
|
2996
2956
|
((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace";
|
|
2997
2957
|
|
|
2998
|
-
var Field = require(
|
|
2999
|
-
util = require(
|
|
3000
|
-
OneOf = require(
|
|
2958
|
+
var Field = require(16),
|
|
2959
|
+
util = require(34),
|
|
2960
|
+
OneOf = require(24);
|
|
3001
2961
|
|
|
3002
2962
|
var Type, // cyclic
|
|
3003
2963
|
Service,
|
|
@@ -3547,14 +3507,14 @@ Namespace._configure = function(Type_, Service_, Enum_) {
|
|
|
3547
3507
|
Enum = Enum_;
|
|
3548
3508
|
};
|
|
3549
3509
|
|
|
3550
|
-
},{"
|
|
3510
|
+
},{"16":16,"23":23,"24":24,"34":34}],23:[function(require,module,exports){
|
|
3551
3511
|
"use strict";
|
|
3552
3512
|
module.exports = ReflectionObject;
|
|
3553
3513
|
|
|
3554
3514
|
ReflectionObject.className = "ReflectionObject";
|
|
3555
3515
|
|
|
3556
|
-
const OneOf = require(
|
|
3557
|
-
var util = require(
|
|
3516
|
+
const OneOf = require(24);
|
|
3517
|
+
var util = require(34);
|
|
3558
3518
|
|
|
3559
3519
|
var Root; // cyclic
|
|
3560
3520
|
|
|
@@ -3931,16 +3891,16 @@ ReflectionObject._configure = function(Root_) {
|
|
|
3931
3891
|
Root = Root_;
|
|
3932
3892
|
};
|
|
3933
3893
|
|
|
3934
|
-
},{"
|
|
3894
|
+
},{"24":24,"34":34}],24:[function(require,module,exports){
|
|
3935
3895
|
"use strict";
|
|
3936
3896
|
module.exports = OneOf;
|
|
3937
3897
|
|
|
3938
3898
|
// extends ReflectionObject
|
|
3939
|
-
var ReflectionObject = require(
|
|
3899
|
+
var ReflectionObject = require(23);
|
|
3940
3900
|
((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf";
|
|
3941
3901
|
|
|
3942
|
-
var Field = require(
|
|
3943
|
-
util = require(
|
|
3902
|
+
var Field = require(16),
|
|
3903
|
+
util = require(34);
|
|
3944
3904
|
|
|
3945
3905
|
/**
|
|
3946
3906
|
* Constructs a new oneof instance.
|
|
@@ -4155,11 +4115,11 @@ OneOf.d = function decorateOneOf() {
|
|
|
4155
4115
|
};
|
|
4156
4116
|
};
|
|
4157
4117
|
|
|
4158
|
-
},{"
|
|
4118
|
+
},{"16":16,"23":23,"34":34}],25:[function(require,module,exports){
|
|
4159
4119
|
"use strict";
|
|
4160
4120
|
module.exports = Reader;
|
|
4161
4121
|
|
|
4162
|
-
var util = require(
|
|
4122
|
+
var util = require(37);
|
|
4163
4123
|
|
|
4164
4124
|
var BufferReader; // cyclic
|
|
4165
4125
|
|
|
@@ -4583,15 +4543,15 @@ Reader._configure = function(BufferReader_) {
|
|
|
4583
4543
|
});
|
|
4584
4544
|
};
|
|
4585
4545
|
|
|
4586
|
-
},{"
|
|
4546
|
+
},{"37":37}],26:[function(require,module,exports){
|
|
4587
4547
|
"use strict";
|
|
4588
4548
|
module.exports = BufferReader;
|
|
4589
4549
|
|
|
4590
4550
|
// extends Reader
|
|
4591
|
-
var Reader = require(
|
|
4551
|
+
var Reader = require(25);
|
|
4592
4552
|
(BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
|
|
4593
4553
|
|
|
4594
|
-
var util = require(
|
|
4554
|
+
var util = require(37);
|
|
4595
4555
|
|
|
4596
4556
|
/**
|
|
4597
4557
|
* Constructs a new buffer reader instance.
|
|
@@ -4636,18 +4596,18 @@ BufferReader.prototype.string = function read_string_buffer() {
|
|
|
4636
4596
|
|
|
4637
4597
|
BufferReader._configure();
|
|
4638
4598
|
|
|
4639
|
-
},{"
|
|
4599
|
+
},{"25":25,"37":37}],27:[function(require,module,exports){
|
|
4640
4600
|
"use strict";
|
|
4641
4601
|
module.exports = Root;
|
|
4642
4602
|
|
|
4643
4603
|
// extends Namespace
|
|
4644
|
-
var Namespace = require(
|
|
4604
|
+
var Namespace = require(22);
|
|
4645
4605
|
((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root";
|
|
4646
4606
|
|
|
4647
|
-
var Field = require(
|
|
4648
|
-
Enum = require(
|
|
4649
|
-
OneOf = require(
|
|
4650
|
-
util = require(
|
|
4607
|
+
var Field = require(16),
|
|
4608
|
+
Enum = require(15),
|
|
4609
|
+
OneOf = require(24),
|
|
4610
|
+
util = require(34);
|
|
4651
4611
|
|
|
4652
4612
|
var Type, // cyclic
|
|
4653
4613
|
parse, // might be excluded
|
|
@@ -5050,7 +5010,7 @@ Root._configure = function(Type_, parse_, common_) {
|
|
|
5050
5010
|
common = common_;
|
|
5051
5011
|
};
|
|
5052
5012
|
|
|
5053
|
-
},{"
|
|
5013
|
+
},{"15":15,"16":16,"22":22,"24":24,"34":34}],28:[function(require,module,exports){
|
|
5054
5014
|
"use strict";
|
|
5055
5015
|
module.exports = Object.create(null);
|
|
5056
5016
|
|
|
@@ -5070,7 +5030,7 @@ module.exports = Object.create(null);
|
|
|
5070
5030
|
* var root = protobuf.roots["myroot"];
|
|
5071
5031
|
*/
|
|
5072
5032
|
|
|
5073
|
-
},{}],
|
|
5033
|
+
},{}],29:[function(require,module,exports){
|
|
5074
5034
|
"use strict";
|
|
5075
5035
|
|
|
5076
5036
|
/**
|
|
@@ -5106,13 +5066,13 @@ var rpc = exports;
|
|
|
5106
5066
|
* @returns {undefined}
|
|
5107
5067
|
*/
|
|
5108
5068
|
|
|
5109
|
-
rpc.Service = require(
|
|
5069
|
+
rpc.Service = require(30);
|
|
5110
5070
|
|
|
5111
|
-
},{"
|
|
5071
|
+
},{"30":30}],30:[function(require,module,exports){
|
|
5112
5072
|
"use strict";
|
|
5113
5073
|
module.exports = Service;
|
|
5114
5074
|
|
|
5115
|
-
var util = require(
|
|
5075
|
+
var util = require(37);
|
|
5116
5076
|
|
|
5117
5077
|
// Extends EventEmitter
|
|
5118
5078
|
(Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
|
|
@@ -5252,17 +5212,17 @@ Service.prototype.end = function end(endedByRPC) {
|
|
|
5252
5212
|
return this;
|
|
5253
5213
|
};
|
|
5254
5214
|
|
|
5255
|
-
},{"
|
|
5215
|
+
},{"37":37}],31:[function(require,module,exports){
|
|
5256
5216
|
"use strict";
|
|
5257
5217
|
module.exports = Service;
|
|
5258
5218
|
|
|
5259
5219
|
// extends Namespace
|
|
5260
|
-
var Namespace = require(
|
|
5220
|
+
var Namespace = require(22);
|
|
5261
5221
|
((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service";
|
|
5262
5222
|
|
|
5263
|
-
var Method = require(
|
|
5264
|
-
util = require(
|
|
5265
|
-
rpc = require(
|
|
5223
|
+
var Method = require(21),
|
|
5224
|
+
util = require(34),
|
|
5225
|
+
rpc = require(29);
|
|
5266
5226
|
|
|
5267
5227
|
/**
|
|
5268
5228
|
* Constructs a new service instance.
|
|
@@ -5447,28 +5407,28 @@ Service.prototype.create = function create(rpcImpl, requestDelimited, responseDe
|
|
|
5447
5407
|
return rpcService;
|
|
5448
5408
|
};
|
|
5449
5409
|
|
|
5450
|
-
},{"
|
|
5410
|
+
},{"21":21,"22":22,"29":29,"34":34}],32:[function(require,module,exports){
|
|
5451
5411
|
"use strict";
|
|
5452
5412
|
module.exports = Type;
|
|
5453
5413
|
|
|
5454
5414
|
// extends Namespace
|
|
5455
|
-
var Namespace = require(
|
|
5415
|
+
var Namespace = require(22);
|
|
5456
5416
|
((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type";
|
|
5457
5417
|
|
|
5458
|
-
var Enum = require(
|
|
5459
|
-
OneOf = require(
|
|
5460
|
-
Field = require(
|
|
5461
|
-
MapField = require(
|
|
5462
|
-
Service = require(
|
|
5463
|
-
Message = require(
|
|
5464
|
-
Reader = require(
|
|
5465
|
-
Writer = require(
|
|
5466
|
-
util = require(
|
|
5467
|
-
encoder = require(
|
|
5468
|
-
decoder = require(
|
|
5469
|
-
verifier = require(
|
|
5470
|
-
converter = require(
|
|
5471
|
-
wrappers = require(
|
|
5418
|
+
var Enum = require(15),
|
|
5419
|
+
OneOf = require(24),
|
|
5420
|
+
Field = require(16),
|
|
5421
|
+
MapField = require(19),
|
|
5422
|
+
Service = require(31),
|
|
5423
|
+
Message = require(20),
|
|
5424
|
+
Reader = require(25),
|
|
5425
|
+
Writer = require(41),
|
|
5426
|
+
util = require(34),
|
|
5427
|
+
encoder = require(14),
|
|
5428
|
+
decoder = require(13),
|
|
5429
|
+
verifier = require(39),
|
|
5430
|
+
converter = require(12),
|
|
5431
|
+
wrappers = require(40);
|
|
5472
5432
|
|
|
5473
5433
|
/**
|
|
5474
5434
|
* Constructs a new reflected message type instance.
|
|
@@ -6081,7 +6041,7 @@ Type.d = function decorateType(typeName) {
|
|
|
6081
6041
|
};
|
|
6082
6042
|
};
|
|
6083
6043
|
|
|
6084
|
-
},{"13":13,"14":14,"15":15,"16":16,"
|
|
6044
|
+
},{"12":12,"13":13,"14":14,"15":15,"16":16,"19":19,"20":20,"22":22,"24":24,"25":25,"31":31,"34":34,"39":39,"40":40,"41":41}],33:[function(require,module,exports){
|
|
6085
6045
|
"use strict";
|
|
6086
6046
|
|
|
6087
6047
|
/**
|
|
@@ -6090,7 +6050,7 @@ Type.d = function decorateType(typeName) {
|
|
|
6090
6050
|
*/
|
|
6091
6051
|
var types = exports;
|
|
6092
6052
|
|
|
6093
|
-
var util = require(
|
|
6053
|
+
var util = require(34);
|
|
6094
6054
|
|
|
6095
6055
|
var s = [
|
|
6096
6056
|
"double", // 0
|
|
@@ -6279,24 +6239,24 @@ types.packed = bake([
|
|
|
6279
6239
|
/* bool */ 0
|
|
6280
6240
|
]);
|
|
6281
6241
|
|
|
6282
|
-
},{"
|
|
6242
|
+
},{"34":34}],34:[function(require,module,exports){
|
|
6283
6243
|
"use strict";
|
|
6284
6244
|
|
|
6285
6245
|
/**
|
|
6286
6246
|
* Various utility functions.
|
|
6287
6247
|
* @namespace
|
|
6288
6248
|
*/
|
|
6289
|
-
var util = module.exports = require(
|
|
6249
|
+
var util = module.exports = require(37);
|
|
6290
6250
|
|
|
6291
|
-
var roots = require(
|
|
6251
|
+
var roots = require(28);
|
|
6292
6252
|
|
|
6293
6253
|
var Type, // cyclic
|
|
6294
6254
|
Enum;
|
|
6295
6255
|
|
|
6296
6256
|
util.codegen = require(3);
|
|
6297
6257
|
util.fetch = require(5);
|
|
6298
|
-
util.path = require(
|
|
6299
|
-
util.patterns = require(
|
|
6258
|
+
util.path = require(8);
|
|
6259
|
+
util.patterns = require(38);
|
|
6300
6260
|
|
|
6301
6261
|
var reservedRe = util.patterns.reservedRe;
|
|
6302
6262
|
|
|
@@ -6304,7 +6264,7 @@ var reservedRe = util.patterns.reservedRe;
|
|
|
6304
6264
|
* Node's fs module if available.
|
|
6305
6265
|
* @type {Object.<string,*>}
|
|
6306
6266
|
*/
|
|
6307
|
-
util.fs = require(
|
|
6267
|
+
util.fs = require(35);
|
|
6308
6268
|
|
|
6309
6269
|
/**
|
|
6310
6270
|
* Checks a recursion depth.
|
|
@@ -6428,7 +6388,7 @@ util.decorateType = function decorateType(ctor, typeName) {
|
|
|
6428
6388
|
|
|
6429
6389
|
/* istanbul ignore next */
|
|
6430
6390
|
if (!Type)
|
|
6431
|
-
Type = require(
|
|
6391
|
+
Type = require(32);
|
|
6432
6392
|
|
|
6433
6393
|
var type = new Type(typeName || ctor.name);
|
|
6434
6394
|
util.decorateRoot.add(type);
|
|
@@ -6453,7 +6413,7 @@ util.decorateEnum = function decorateEnum(object) {
|
|
|
6453
6413
|
|
|
6454
6414
|
/* istanbul ignore next */
|
|
6455
6415
|
if (!Enum)
|
|
6456
|
-
Enum = require(
|
|
6416
|
+
Enum = require(15);
|
|
6457
6417
|
|
|
6458
6418
|
var enm = new Enum("Enum" + decorateEnumIndex++, object);
|
|
6459
6419
|
util.decorateRoot.add(enm);
|
|
@@ -6507,16 +6467,16 @@ util.setProperty = function setProperty(dst, path, value, ifNotSet) {
|
|
|
6507
6467
|
*/
|
|
6508
6468
|
Object.defineProperty(util, "decorateRoot", {
|
|
6509
6469
|
get: function() {
|
|
6510
|
-
return roots["decorated"] || (roots["decorated"] = new (require(
|
|
6470
|
+
return roots["decorated"] || (roots["decorated"] = new (require(27))());
|
|
6511
6471
|
}
|
|
6512
6472
|
});
|
|
6513
6473
|
|
|
6514
|
-
},{"
|
|
6474
|
+
},{"15":15,"27":27,"28":28,"3":3,"32":32,"35":35,"37":37,"38":38,"5":5,"8":8}],35:[function(require,module,exports){
|
|
6515
6475
|
"use strict";
|
|
6516
6476
|
|
|
6517
6477
|
var fs = null;
|
|
6518
6478
|
try {
|
|
6519
|
-
fs = require(
|
|
6479
|
+
fs = require(11);
|
|
6520
6480
|
if (!fs || !fs.readFile || !fs.readFileSync)
|
|
6521
6481
|
fs = null;
|
|
6522
6482
|
} catch (e) {
|
|
@@ -6524,11 +6484,11 @@ try {
|
|
|
6524
6484
|
}
|
|
6525
6485
|
module.exports = fs;
|
|
6526
6486
|
|
|
6527
|
-
},{"
|
|
6487
|
+
},{"11":11}],36:[function(require,module,exports){
|
|
6528
6488
|
"use strict";
|
|
6529
6489
|
module.exports = LongBits;
|
|
6530
6490
|
|
|
6531
|
-
var util = require(
|
|
6491
|
+
var util = require(37);
|
|
6532
6492
|
|
|
6533
6493
|
/**
|
|
6534
6494
|
* Constructs new long bits.
|
|
@@ -6726,7 +6686,7 @@ LongBits.prototype.length = function length() {
|
|
|
6726
6686
|
: part2 < 128 ? 9 : 10;
|
|
6727
6687
|
};
|
|
6728
6688
|
|
|
6729
|
-
},{"
|
|
6689
|
+
},{"37":37}],37:[function(require,module,exports){
|
|
6730
6690
|
"use strict";
|
|
6731
6691
|
var util = exports;
|
|
6732
6692
|
|
|
@@ -6742,17 +6702,14 @@ util.EventEmitter = require(4);
|
|
|
6742
6702
|
// float handling accross browsers
|
|
6743
6703
|
util.float = require(7);
|
|
6744
6704
|
|
|
6745
|
-
// requires modules optionally and hides the call from bundlers
|
|
6746
|
-
util.inquire = require(8);
|
|
6747
|
-
|
|
6748
6705
|
// converts to / from utf8 encoded strings
|
|
6749
|
-
util.utf8 = require(
|
|
6706
|
+
util.utf8 = require(10);
|
|
6750
6707
|
|
|
6751
6708
|
// provides a node-like buffer pool in the browser
|
|
6752
|
-
util.pool = require(
|
|
6709
|
+
util.pool = require(9);
|
|
6753
6710
|
|
|
6754
6711
|
// utility to work with the low and high bits of a 64 bit value
|
|
6755
|
-
util.LongBits = require(
|
|
6712
|
+
util.LongBits = require(36);
|
|
6756
6713
|
|
|
6757
6714
|
/**
|
|
6758
6715
|
* Tests if the specified key can affect object prototypes.
|
|
@@ -7222,7 +7179,7 @@ util._configure = function() {
|
|
|
7222
7179
|
};
|
|
7223
7180
|
};
|
|
7224
7181
|
|
|
7225
|
-
},{"1":1,"10":10,"
|
|
7182
|
+
},{"1":1,"10":10,"2":2,"36":36,"4":4,"7":7,"9":9,"long":"long"}],38:[function(require,module,exports){
|
|
7226
7183
|
"use strict";
|
|
7227
7184
|
|
|
7228
7185
|
var patterns = exports;
|
|
@@ -7231,12 +7188,12 @@ patterns.numberRe = /^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/;
|
|
|
7231
7188
|
patterns.typeRefRe = /^(?:\.?[a-zA-Z_][a-zA-Z_0-9]*)(?:\.[a-zA-Z_][a-zA-Z_0-9]*)*$/;
|
|
7232
7189
|
patterns.reservedRe = /^(?:do|if|in|for|let|new|try|var|case|else|enum|eval|false|null|this|true|void|with|break|catch|class|const|super|throw|while|yield|delete|export|import|public|return|static|switch|typeof|default|extends|finally|package|private|continue|debugger|function|arguments|interface|protected|implements|instanceof)$/;
|
|
7233
7190
|
|
|
7234
|
-
},{}],
|
|
7191
|
+
},{}],39:[function(require,module,exports){
|
|
7235
7192
|
"use strict";
|
|
7236
7193
|
module.exports = verifier;
|
|
7237
7194
|
|
|
7238
|
-
var Enum = require(
|
|
7239
|
-
util = require(
|
|
7195
|
+
var Enum = require(15),
|
|
7196
|
+
util = require(34);
|
|
7240
7197
|
|
|
7241
7198
|
function invalid(field, expected) {
|
|
7242
7199
|
return field.name + ": " + expected + (field.repeated && expected !== "array" ? "[]" : field.map && expected !== "object" ? "{k:"+field.keyType+"}" : "") + " expected";
|
|
@@ -7413,7 +7370,7 @@ function verifier(mtype) {
|
|
|
7413
7370
|
/* eslint-enable no-unexpected-multiline */
|
|
7414
7371
|
}
|
|
7415
7372
|
|
|
7416
|
-
},{"
|
|
7373
|
+
},{"15":15,"34":34}],40:[function(require,module,exports){
|
|
7417
7374
|
"use strict";
|
|
7418
7375
|
|
|
7419
7376
|
/**
|
|
@@ -7423,8 +7380,8 @@ function verifier(mtype) {
|
|
|
7423
7380
|
*/
|
|
7424
7381
|
var wrappers = exports;
|
|
7425
7382
|
|
|
7426
|
-
var Message = require(
|
|
7427
|
-
util = require(
|
|
7383
|
+
var Message = require(20),
|
|
7384
|
+
util = require(37);
|
|
7428
7385
|
|
|
7429
7386
|
/**
|
|
7430
7387
|
* From object converter part of an {@link IWrapper}.
|
|
@@ -7522,11 +7479,11 @@ wrappers[".google.protobuf.Any"] = {
|
|
|
7522
7479
|
}
|
|
7523
7480
|
};
|
|
7524
7481
|
|
|
7525
|
-
},{"
|
|
7482
|
+
},{"20":20,"37":37}],41:[function(require,module,exports){
|
|
7526
7483
|
"use strict";
|
|
7527
7484
|
module.exports = Writer;
|
|
7528
7485
|
|
|
7529
|
-
var util = require(
|
|
7486
|
+
var util = require(37);
|
|
7530
7487
|
|
|
7531
7488
|
var BufferWriter; // cyclic
|
|
7532
7489
|
|
|
@@ -7991,15 +7948,15 @@ Writer._configure = function(BufferWriter_) {
|
|
|
7991
7948
|
BufferWriter._configure();
|
|
7992
7949
|
};
|
|
7993
7950
|
|
|
7994
|
-
},{"
|
|
7951
|
+
},{"37":37}],42:[function(require,module,exports){
|
|
7995
7952
|
"use strict";
|
|
7996
7953
|
module.exports = BufferWriter;
|
|
7997
7954
|
|
|
7998
7955
|
// extends Writer
|
|
7999
|
-
var Writer = require(
|
|
7956
|
+
var Writer = require(41);
|
|
8000
7957
|
(BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;
|
|
8001
7958
|
|
|
8002
|
-
var util = require(
|
|
7959
|
+
var util = require(37);
|
|
8003
7960
|
|
|
8004
7961
|
/**
|
|
8005
7962
|
* Constructs a new buffer writer instance.
|
|
@@ -8078,7 +8035,7 @@ BufferWriter.prototype.string = function write_string_buffer(value) {
|
|
|
8078
8035
|
|
|
8079
8036
|
BufferWriter._configure();
|
|
8080
8037
|
|
|
8081
|
-
},{"
|
|
8038
|
+
},{"37":37,"41":41}]},{},[17])
|
|
8082
8039
|
|
|
8083
8040
|
})();
|
|
8084
8041
|
//# sourceMappingURL=protobuf.js.map
|