@entelligentsia/forgecli 0.7.10 → 0.8.4

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.
Files changed (227) hide show
  1. package/CHANGELOG.md +74 -0
  2. package/dist/CHANGELOG-forge-plugin.md +70 -0
  3. package/dist/CHANGELOG-pi.md +63 -0
  4. package/dist/bin/argv.d.ts +2 -2
  5. package/dist/bin/argv.js +10 -0
  6. package/dist/bin/argv.js.map +1 -1
  7. package/dist/bin/env-defaults.d.ts +1 -0
  8. package/dist/bin/env-defaults.js +13 -0
  9. package/dist/bin/env-defaults.js.map +1 -0
  10. package/dist/bin/forge.js +9 -0
  11. package/dist/bin/forge.js.map +1 -1
  12. package/dist/bin/update-cli.d.ts +9 -0
  13. package/dist/bin/update-cli.js +120 -0
  14. package/dist/bin/update-cli.js.map +1 -0
  15. package/dist/extensions/forgecli/index.js +3 -3
  16. package/dist/extensions/forgecli/index.js.map +1 -1
  17. package/dist/extensions/forgecli/update-check.js +1 -1
  18. package/dist/extensions/forgecli/update-check.js.map +1 -1
  19. package/dist/extensions/forgecli/whats-new-widget.d.ts +5 -5
  20. package/dist/extensions/forgecli/whats-new-widget.js +11 -11
  21. package/dist/extensions/forgecli/whats-new-widget.js.map +1 -1
  22. package/dist/extensions/forgecli/whats-new.js +6 -5
  23. package/dist/extensions/forgecli/whats-new.js.map +1 -1
  24. package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
  25. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +27 -98
  26. package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
  27. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +62 -132
  28. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
  29. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
  30. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +25 -15
  31. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
  32. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
  33. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +1 -0
  34. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
  35. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
  36. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +17 -1
  37. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
  38. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
  39. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +8 -2
  40. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
  41. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
  42. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +17 -1
  43. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
  44. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.d.ts.map +1 -1
  45. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +8 -1
  46. package/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js.map +1 -1
  47. package/node_modules/@earendil-works/pi-ai/package.json +2 -2
  48. package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +63 -0
  49. package/node_modules/@earendil-works/pi-coding-agent/README.md +1 -1
  50. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.d.ts.map +1 -1
  51. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +1 -1
  52. package/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js.map +1 -1
  53. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.d.ts.map +1 -1
  54. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js +6 -10
  55. package/node_modules/@earendil-works/pi-coding-agent/dist/cli.js.map +1 -1
  56. package/node_modules/@earendil-works/pi-coding-agent/dist/config.d.ts.map +1 -1
  57. package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +12 -3
  58. package/node_modules/@earendil-works/pi-coding-agent/dist/config.js.map +1 -1
  59. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +1 -0
  60. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
  61. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +30 -15
  62. package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -1
  63. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts +3 -3
  64. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.d.ts.map +1 -1
  65. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +23 -13
  66. package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js.map +1 -1
  67. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts +4 -0
  68. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts.map +1 -1
  69. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +58 -38
  70. package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js.map +1 -1
  71. package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.d.ts.map +1 -1
  72. package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +0 -1
  73. package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js.map +1 -1
  74. package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.d.ts.map +1 -1
  75. package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +3 -2
  76. package/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js.map +1 -1
  77. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts +2 -2
  78. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
  79. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +7 -4
  80. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js.map +1 -1
  81. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  82. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +6 -2
  83. package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
  84. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts.map +1 -1
  85. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +3 -4
  86. package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js.map +1 -1
  87. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.d.ts.map +1 -1
  88. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +2 -2
  89. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js.map +1 -1
  90. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.d.ts +7 -1
  91. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.d.ts.map +1 -1
  92. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +60 -7
  93. package/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js.map +1 -1
  94. package/node_modules/@earendil-works/pi-coding-agent/docs/packages.md +2 -2
  95. package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +1 -3
  96. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +1 -1
  97. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
  98. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +1 -1
  99. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +1 -1
  100. package/node_modules/@earendil-works/pi-coding-agent/package.json +6 -6
  101. package/node_modules/@earendil-works/pi-tui/package.json +2 -2
  102. package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
  103. package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
  104. package/node_modules/@protobufjs/fetch/index.js +4 -7
  105. package/node_modules/@protobufjs/fetch/package.json +7 -5
  106. package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
  107. package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
  108. package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
  109. package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
  110. package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
  111. package/node_modules/@protobufjs/inquire/index.js +1 -0
  112. package/node_modules/@protobufjs/inquire/package.json +1 -1
  113. package/node_modules/protobufjs/dist/light/protobuf.js +187 -153
  114. package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
  115. package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
  116. package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
  117. package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
  118. package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
  119. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
  120. package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
  121. package/node_modules/protobufjs/dist/protobuf.js +207 -173
  122. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  123. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  124. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  125. package/node_modules/protobufjs/package.json +6 -3
  126. package/node_modules/protobufjs/src/util/fs.js +11 -0
  127. package/node_modules/protobufjs/src/util/minimal.js +10 -2
  128. package/node_modules/protobufjs/src/util.js +1 -1
  129. package/node_modules/undici/README.md +14 -5
  130. package/node_modules/undici/docs/docs/api/Client.md +4 -2
  131. package/node_modules/undici/docs/docs/api/Dispatcher.md +62 -27
  132. package/node_modules/undici/docs/docs/api/GlobalInstallation.md +7 -5
  133. package/node_modules/undici/docs/docs/api/H2CClient.md +1 -1
  134. package/node_modules/undici/docs/docs/api/RedirectHandler.md +14 -9
  135. package/node_modules/undici/docs/docs/api/RetryAgent.md +0 -1
  136. package/node_modules/undici/docs/docs/api/RetryHandler.md +12 -14
  137. package/node_modules/undici/docs/docs/api/SnapshotAgent.md +23 -0
  138. package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +231 -0
  139. package/node_modules/undici/index.js +4 -2
  140. package/node_modules/undici/lib/api/api-connect.js +13 -11
  141. package/node_modules/undici/lib/api/api-pipeline.js +26 -13
  142. package/node_modules/undici/lib/api/api-request.js +45 -21
  143. package/node_modules/undici/lib/api/api-stream.js +81 -20
  144. package/node_modules/undici/lib/api/api-upgrade.js +21 -11
  145. package/node_modules/undici/lib/api/readable.js +3 -2
  146. package/node_modules/undici/lib/cache/memory-cache-store.js +1 -1
  147. package/node_modules/undici/lib/cache/sqlite-cache-store.js +6 -4
  148. package/node_modules/undici/lib/core/connect.js +17 -1
  149. package/node_modules/undici/lib/core/constants.js +1 -24
  150. package/node_modules/undici/lib/core/errors.js +2 -2
  151. package/node_modules/undici/lib/core/request.js +115 -18
  152. package/node_modules/undici/lib/core/socks5-client.js +24 -9
  153. package/node_modules/undici/lib/core/socks5-utils.js +32 -23
  154. package/node_modules/undici/lib/core/symbols.js +1 -0
  155. package/node_modules/undici/lib/core/util.js +70 -43
  156. package/node_modules/undici/lib/dispatcher/agent.js +47 -33
  157. package/node_modules/undici/lib/dispatcher/balanced-pool.js +21 -26
  158. package/node_modules/undici/lib/dispatcher/client-h1.js +98 -39
  159. package/node_modules/undici/lib/dispatcher/client-h2.js +603 -272
  160. package/node_modules/undici/lib/dispatcher/client.js +12 -5
  161. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +24 -5
  162. package/node_modules/undici/lib/dispatcher/dispatcher.js +0 -4
  163. package/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +107 -0
  164. package/node_modules/undici/lib/dispatcher/h2c-client.js +5 -5
  165. package/node_modules/undici/lib/dispatcher/pool-base.js +28 -10
  166. package/node_modules/undici/lib/dispatcher/pool.js +31 -6
  167. package/node_modules/undici/lib/dispatcher/proxy-agent.js +38 -13
  168. package/node_modules/undici/lib/dispatcher/round-robin-pool.js +31 -9
  169. package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +95 -80
  170. package/node_modules/undici/lib/global.js +13 -1
  171. package/node_modules/undici/lib/handler/cache-handler.js +16 -8
  172. package/node_modules/undici/lib/handler/decorator-handler.js +1 -2
  173. package/node_modules/undici/lib/handler/redirect-handler.js +5 -51
  174. package/node_modules/undici/lib/handler/retry-handler.js +15 -2
  175. package/node_modules/undici/lib/interceptor/cache.js +30 -17
  176. package/node_modules/undici/lib/interceptor/decompress.js +28 -2
  177. package/node_modules/undici/lib/interceptor/dns.js +1 -1
  178. package/node_modules/undici/lib/interceptor/redirect.js +3 -3
  179. package/node_modules/undici/lib/llhttp/llhttp-wasm.js +1 -1
  180. package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +1 -1
  181. package/node_modules/undici/lib/mock/mock-agent.js +8 -8
  182. package/node_modules/undici/lib/mock/mock-call-history.js +15 -15
  183. package/node_modules/undici/lib/mock/mock-utils.js +37 -22
  184. package/node_modules/undici/lib/mock/snapshot-agent.js +16 -6
  185. package/node_modules/undici/lib/mock/snapshot-recorder.js +38 -3
  186. package/node_modules/undici/lib/util/cache.js +8 -7
  187. package/node_modules/undici/lib/util/runtime-features.js +3 -34
  188. package/node_modules/undici/lib/web/cache/cache.js +6 -8
  189. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +245 -150
  190. package/node_modules/undici/lib/web/fetch/body.js +3 -9
  191. package/node_modules/undici/lib/web/fetch/formdata-parser.js +17 -6
  192. package/node_modules/undici/lib/web/fetch/formdata.js +21 -2
  193. package/node_modules/undici/lib/web/fetch/index.js +214 -221
  194. package/node_modules/undici/lib/web/webidl/index.js +7 -9
  195. package/node_modules/undici/lib/web/websocket/frame.js +1 -7
  196. package/node_modules/undici/lib/web/websocket/permessage-deflate.js +13 -31
  197. package/node_modules/undici/lib/web/websocket/receiver.js +62 -22
  198. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +11 -17
  199. package/node_modules/undici/lib/web/websocket/websocket.js +6 -1
  200. package/node_modules/undici/package.json +9 -9
  201. package/node_modules/undici/types/agent.d.ts +0 -2
  202. package/node_modules/undici/types/client.d.ts +25 -19
  203. package/node_modules/undici/types/dispatcher.d.ts +7 -27
  204. package/node_modules/undici/types/dispatcher1-wrapper.d.ts +7 -0
  205. package/node_modules/undici/types/formdata.d.ts +0 -6
  206. package/node_modules/undici/types/h2c-client.d.ts +6 -6
  207. package/node_modules/undici/types/header.d.ts +5 -0
  208. package/node_modules/undici/types/index.d.ts +3 -1
  209. package/node_modules/undici/types/interceptors.d.ts +1 -1
  210. package/node_modules/undici/types/pool.d.ts +0 -2
  211. package/node_modules/undici/types/proxy-agent.d.ts +2 -2
  212. package/node_modules/undici/types/round-robin-pool.d.ts +0 -2
  213. package/node_modules/undici/types/snapshot-agent.d.ts +4 -0
  214. package/node_modules/undici/types/socks5-proxy-agent.d.ts +2 -2
  215. package/node_modules/undici/types/webidl.d.ts +0 -1
  216. package/package.json +7 -8
  217. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
  218. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package-lock.json +0 -92
  219. package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package-lock.json +0 -31
  220. package/node_modules/undici/lib/handler/unwrap-handler.js +0 -100
  221. package/node_modules/undici/lib/handler/wrap-handler.js +0 -105
  222. package/node_modules/undici/lib/llhttp/.gitkeep +0 -0
  223. package/node_modules/undici/lib/util/promise.js +0 -28
  224. package/skills/refresh-kb-links/SKILL.md +0 -217
  225. package/skills/store-custodian/SKILL.md +0 -163
  226. package/skills/store-query-grammar/SKILL.md +0 -145
  227. package/skills/store-query-nlp/SKILL.md +0 -110
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.5.8 (c) 2016, daniel wirtz
3
- * compiled tue, 12 may 2026 09:39:59 utc
2
+ * protobuf.js v7.5.9 (c) 2016, daniel wirtz
3
+ * compiled sun, 17 may 2026 16:51:59 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -429,9 +429,7 @@ EventEmitter.prototype.emit = function emit(evt) {
429
429
  module.exports = fetch;
430
430
 
431
431
  var asPromise = require(1),
432
- inquire = require(7);
433
-
434
- var fs = inquire("fs");
432
+ fs = require(6);
435
433
 
436
434
  /**
437
435
  * Node-style callback as used by {@link util.fetch}.
@@ -444,8 +442,7 @@ var fs = inquire("fs");
444
442
 
445
443
  /**
446
444
  * Options as used by {@link util.fetch}.
447
- * @typedef FetchOptions
448
- * @type {Object}
445
+ * @interface IFetchOptions
449
446
  * @property {boolean} [binary=false] Whether expecting a binary response
450
447
  * @property {boolean} [xhr=false] If `true`, forces the use of XMLHttpRequest
451
448
  */
@@ -454,7 +451,7 @@ var fs = inquire("fs");
454
451
  * Fetches the contents of a file.
455
452
  * @memberof util
456
453
  * @param {string} filename File path or url
457
- * @param {FetchOptions} options Fetch options
454
+ * @param {IFetchOptions} options Fetch options
458
455
  * @param {FetchCallback} callback Callback function
459
456
  * @returns {undefined}
460
457
  */
@@ -497,7 +494,7 @@ function fetch(filename, options, callback) {
497
494
  * @name util.fetch
498
495
  * @function
499
496
  * @param {string} path File path or url
500
- * @param {FetchOptions} [options] Fetch options
497
+ * @param {IFetchOptions} [options] Fetch options
501
498
  * @returns {Promise<string|Uint8Array>} Promise
502
499
  * @variation 3
503
500
  */
@@ -541,7 +538,20 @@ fetch.xhr = function fetch_xhr(filename, options, callback) {
541
538
  xhr.send();
542
539
  };
543
540
 
544
- },{"1":1,"7":7}],6:[function(require,module,exports){
541
+ },{"1":1,"6":6}],6:[function(require,module,exports){
542
+ "use strict";
543
+
544
+ var fs = null;
545
+ try {
546
+ fs = require(12);
547
+ if (!fs || !fs.readFile || !fs.readFileSync)
548
+ fs = null;
549
+ } catch (e) {
550
+ // `fs` is unavailable in browsers and browser-like bundles.
551
+ }
552
+ module.exports = fs;
553
+
554
+ },{"12":12}],7:[function(require,module,exports){
545
555
  "use strict";
546
556
 
547
557
  module.exports = factory(factory);
@@ -878,7 +888,7 @@ function readUintBE(buf, pos) {
878
888
  | buf[pos + 3]) >>> 0;
879
889
  }
880
890
 
881
- },{}],7:[function(require,module,exports){
891
+ },{}],8:[function(require,module,exports){
882
892
  "use strict";
883
893
  module.exports = inquire;
884
894
 
@@ -887,6 +897,7 @@ module.exports = inquire;
887
897
  * @memberof util
888
898
  * @param {string} moduleName Module to require
889
899
  * @returns {?Object} Required module if available and not empty, otherwise `null`
900
+ * @deprecated Legacy optional require helper. Will be removed in a future release.
890
901
  */
891
902
  function inquire(moduleName) {
892
903
  try {
@@ -917,7 +928,7 @@ var r = require.__self;
917
928
  delete Function.prototype.__self;
918
929
  */
919
930
 
920
- },{}],8:[function(require,module,exports){
931
+ },{}],9:[function(require,module,exports){
921
932
  "use strict";
922
933
 
923
934
  /**
@@ -984,7 +995,7 @@ path.resolve = function resolve(originPath, includePath, alreadyNormalized) {
984
995
  return (originPath = originPath.replace(/(?:\/|^)[^/]+$/, "")).length ? normalize(originPath + "/" + includePath) : includePath;
985
996
  };
986
997
 
987
- },{}],9:[function(require,module,exports){
998
+ },{}],10:[function(require,module,exports){
988
999
  "use strict";
989
1000
  module.exports = pool;
990
1001
 
@@ -1034,7 +1045,7 @@ function pool(alloc, slice, size) {
1034
1045
  };
1035
1046
  }
1036
1047
 
1037
- },{}],10:[function(require,module,exports){
1048
+ },{}],11:[function(require,module,exports){
1038
1049
  "use strict";
1039
1050
 
1040
1051
  /**
@@ -1140,7 +1151,9 @@ utf8.write = function utf8_write(string, buffer, offset) {
1140
1151
  return offset - start;
1141
1152
  };
1142
1153
 
1143
- },{}],11:[function(require,module,exports){
1154
+ },{}],12:[function(require,module,exports){
1155
+
1156
+ },{}],13:[function(require,module,exports){
1144
1157
  "use strict";
1145
1158
  module.exports = common;
1146
1159
 
@@ -1541,7 +1554,7 @@ common.get = function get(file) {
1541
1554
  return common[file] || null;
1542
1555
  };
1543
1556
 
1544
- },{}],12:[function(require,module,exports){
1557
+ },{}],14:[function(require,module,exports){
1545
1558
  "use strict";
1546
1559
  /**
1547
1560
  * Runtime message from/to plain object converters.
@@ -1549,8 +1562,8 @@ common.get = function get(file) {
1549
1562
  */
1550
1563
  var converter = exports;
1551
1564
 
1552
- var Enum = require(15),
1553
- util = require(37);
1565
+ var Enum = require(17),
1566
+ util = require(39);
1554
1567
 
1555
1568
  /**
1556
1569
  * Generates a partial value fromObject conveter.
@@ -1853,13 +1866,13 @@ converter.toObject = function toObject(mtype) {
1853
1866
  /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
1854
1867
  };
1855
1868
 
1856
- },{"15":15,"37":37}],13:[function(require,module,exports){
1869
+ },{"17":17,"39":39}],15:[function(require,module,exports){
1857
1870
  "use strict";
1858
1871
  module.exports = decoder;
1859
1872
 
1860
- var Enum = require(15),
1861
- types = require(36),
1862
- util = require(37);
1873
+ var Enum = require(17),
1874
+ types = require(38),
1875
+ util = require(39);
1863
1876
 
1864
1877
  function missing(field) {
1865
1878
  return "missing required '" + field.name + "'";
@@ -1990,13 +2003,13 @@ function decoder(mtype) {
1990
2003
  /* eslint-enable no-unexpected-multiline */
1991
2004
  }
1992
2005
 
1993
- },{"15":15,"36":36,"37":37}],14:[function(require,module,exports){
2006
+ },{"17":17,"38":38,"39":39}],16:[function(require,module,exports){
1994
2007
  "use strict";
1995
2008
  module.exports = encoder;
1996
2009
 
1997
- var Enum = require(15),
1998
- types = require(36),
1999
- util = require(37);
2010
+ var Enum = require(17),
2011
+ types = require(38),
2012
+ util = require(39);
2000
2013
 
2001
2014
  /**
2002
2015
  * Generates a partial message type encoder.
@@ -2092,16 +2105,16 @@ function encoder(mtype) {
2092
2105
  /* eslint-enable no-unexpected-multiline, block-scoped-var, no-redeclare */
2093
2106
  }
2094
2107
 
2095
- },{"15":15,"36":36,"37":37}],15:[function(require,module,exports){
2108
+ },{"17":17,"38":38,"39":39}],17:[function(require,module,exports){
2096
2109
  "use strict";
2097
2110
  module.exports = Enum;
2098
2111
 
2099
2112
  // extends ReflectionObject
2100
- var ReflectionObject = require(24);
2113
+ var ReflectionObject = require(26);
2101
2114
  ((Enum.prototype = Object.create(ReflectionObject.prototype)).constructor = Enum).className = "Enum";
2102
2115
 
2103
- var Namespace = require(23),
2104
- util = require(37);
2116
+ var Namespace = require(25),
2117
+ util = require(39);
2105
2118
 
2106
2119
  /**
2107
2120
  * Constructs a new enum instance.
@@ -2320,17 +2333,17 @@ Enum.prototype.isReservedName = function isReservedName(name) {
2320
2333
  return Namespace.isReservedName(this.reserved, name);
2321
2334
  };
2322
2335
 
2323
- },{"23":23,"24":24,"37":37}],16:[function(require,module,exports){
2336
+ },{"25":25,"26":26,"39":39}],18:[function(require,module,exports){
2324
2337
  "use strict";
2325
2338
  module.exports = Field;
2326
2339
 
2327
2340
  // extends ReflectionObject
2328
- var ReflectionObject = require(24);
2341
+ var ReflectionObject = require(26);
2329
2342
  ((Field.prototype = Object.create(ReflectionObject.prototype)).constructor = Field).className = "Field";
2330
2343
 
2331
- var Enum = require(15),
2332
- types = require(36),
2333
- util = require(37);
2344
+ var Enum = require(17),
2345
+ types = require(38),
2346
+ util = require(39);
2334
2347
 
2335
2348
  var Type; // cyclic
2336
2349
 
@@ -2775,9 +2788,9 @@ Field._configure = function configure(Type_) {
2775
2788
  Type = Type_;
2776
2789
  };
2777
2790
 
2778
- },{"15":15,"24":24,"36":36,"37":37}],17:[function(require,module,exports){
2791
+ },{"17":17,"26":26,"38":38,"39":39}],19:[function(require,module,exports){
2779
2792
  "use strict";
2780
- var protobuf = module.exports = require(18);
2793
+ var protobuf = module.exports = require(20);
2781
2794
 
2782
2795
  protobuf.build = "light";
2783
2796
 
@@ -2850,30 +2863,30 @@ function loadSync(filename, root) {
2850
2863
  protobuf.loadSync = loadSync;
2851
2864
 
2852
2865
  // Serialization
2853
- protobuf.encoder = require(14);
2854
- protobuf.decoder = require(13);
2855
- protobuf.verifier = require(41);
2856
- protobuf.converter = require(12);
2866
+ protobuf.encoder = require(16);
2867
+ protobuf.decoder = require(15);
2868
+ protobuf.verifier = require(44);
2869
+ protobuf.converter = require(14);
2857
2870
 
2858
2871
  // Reflection
2859
- protobuf.ReflectionObject = require(24);
2860
- protobuf.Namespace = require(23);
2861
- protobuf.Root = require(29);
2862
- protobuf.Enum = require(15);
2863
- protobuf.Type = require(35);
2864
- protobuf.Field = require(16);
2865
- protobuf.OneOf = require(25);
2866
- protobuf.MapField = require(20);
2867
- protobuf.Service = require(33);
2868
- protobuf.Method = require(22);
2872
+ protobuf.ReflectionObject = require(26);
2873
+ protobuf.Namespace = require(25);
2874
+ protobuf.Root = require(31);
2875
+ protobuf.Enum = require(17);
2876
+ protobuf.Type = require(37);
2877
+ protobuf.Field = require(18);
2878
+ protobuf.OneOf = require(27);
2879
+ protobuf.MapField = require(22);
2880
+ protobuf.Service = require(35);
2881
+ protobuf.Method = require(24);
2869
2882
 
2870
2883
  // Runtime
2871
- protobuf.Message = require(21);
2872
- protobuf.wrappers = require(42);
2884
+ protobuf.Message = require(23);
2885
+ protobuf.wrappers = require(45);
2873
2886
 
2874
2887
  // Utility
2875
- protobuf.types = require(36);
2876
- protobuf.util = require(37);
2888
+ protobuf.types = require(38);
2889
+ protobuf.util = require(39);
2877
2890
 
2878
2891
  // Set up possibly cyclic reflection dependencies
2879
2892
  protobuf.ReflectionObject._configure(protobuf.Root);
@@ -2881,7 +2894,7 @@ protobuf.Namespace._configure(protobuf.Type, protobuf.Service, protobuf.Enum);
2881
2894
  protobuf.Root._configure(protobuf.Type);
2882
2895
  protobuf.Field._configure(protobuf.Type);
2883
2896
 
2884
- },{"12":12,"13":13,"14":14,"15":15,"16":16,"18":18,"20":20,"21":21,"22":22,"23":23,"24":24,"25":25,"29":29,"33":33,"35":35,"36":36,"37":37,"41":41,"42":42}],18:[function(require,module,exports){
2897
+ },{"14":14,"15":15,"16":16,"17":17,"18":18,"20":20,"22":22,"23":23,"24":24,"25":25,"26":26,"27":27,"31":31,"35":35,"37":37,"38":38,"39":39,"44":44,"45":45}],20:[function(require,module,exports){
2885
2898
  "use strict";
2886
2899
  var protobuf = exports;
2887
2900
 
@@ -2894,15 +2907,15 @@ var protobuf = exports;
2894
2907
  protobuf.build = "minimal";
2895
2908
 
2896
2909
  // Serialization
2897
- protobuf.Writer = require(43);
2898
- protobuf.BufferWriter = require(44);
2899
- protobuf.Reader = require(27);
2900
- protobuf.BufferReader = require(28);
2910
+ protobuf.Writer = require(46);
2911
+ protobuf.BufferWriter = require(47);
2912
+ protobuf.Reader = require(29);
2913
+ protobuf.BufferReader = require(30);
2901
2914
 
2902
2915
  // Utility
2903
- protobuf.util = require(39);
2904
- protobuf.rpc = require(31);
2905
- protobuf.roots = require(30);
2916
+ protobuf.util = require(42);
2917
+ protobuf.rpc = require(33);
2918
+ protobuf.roots = require(32);
2906
2919
  protobuf.configure = configure;
2907
2920
 
2908
2921
  /* istanbul ignore next */
@@ -2919,30 +2932,30 @@ function configure() {
2919
2932
  // Set up buffer utility according to the environment
2920
2933
  configure();
2921
2934
 
2922
- },{"27":27,"28":28,"30":30,"31":31,"39":39,"43":43,"44":44}],19:[function(require,module,exports){
2935
+ },{"29":29,"30":30,"32":32,"33":33,"42":42,"46":46,"47":47}],21:[function(require,module,exports){
2923
2936
  "use strict";
2924
- var protobuf = module.exports = require(17);
2937
+ var protobuf = module.exports = require(19);
2925
2938
 
2926
2939
  protobuf.build = "full";
2927
2940
 
2928
2941
  // Parser
2929
- protobuf.tokenize = require(34);
2930
- protobuf.parse = require(26);
2931
- protobuf.common = require(11);
2942
+ protobuf.tokenize = require(36);
2943
+ protobuf.parse = require(28);
2944
+ protobuf.common = require(13);
2932
2945
 
2933
2946
  // Configure parser
2934
2947
  protobuf.Root._configure(protobuf.Type, protobuf.parse, protobuf.common);
2935
2948
 
2936
- },{"11":11,"17":17,"26":26,"34":34}],20:[function(require,module,exports){
2949
+ },{"13":13,"19":19,"28":28,"36":36}],22:[function(require,module,exports){
2937
2950
  "use strict";
2938
2951
  module.exports = MapField;
2939
2952
 
2940
2953
  // extends Field
2941
- var Field = require(16);
2954
+ var Field = require(18);
2942
2955
  ((MapField.prototype = Object.create(Field.prototype)).constructor = MapField).className = "MapField";
2943
2956
 
2944
- var types = require(36),
2945
- util = require(37);
2957
+ var types = require(38),
2958
+ util = require(39);
2946
2959
 
2947
2960
  /**
2948
2961
  * Constructs a new map field instance.
@@ -3061,11 +3074,11 @@ MapField.d = function decorateMapField(fieldId, fieldKeyType, fieldValueType) {
3061
3074
  };
3062
3075
  };
3063
3076
 
3064
- },{"16":16,"36":36,"37":37}],21:[function(require,module,exports){
3077
+ },{"18":18,"38":38,"39":39}],23:[function(require,module,exports){
3065
3078
  "use strict";
3066
3079
  module.exports = Message;
3067
3080
 
3068
- var util = require(39);
3081
+ var util = require(42);
3069
3082
 
3070
3083
  /**
3071
3084
  * Constructs a new message instance.
@@ -3206,15 +3219,15 @@ Message.prototype.toJSON = function toJSON() {
3206
3219
 
3207
3220
  /*eslint-enable valid-jsdoc*/
3208
3221
 
3209
- },{"39":39}],22:[function(require,module,exports){
3222
+ },{"42":42}],24:[function(require,module,exports){
3210
3223
  "use strict";
3211
3224
  module.exports = Method;
3212
3225
 
3213
3226
  // extends ReflectionObject
3214
- var ReflectionObject = require(24);
3227
+ var ReflectionObject = require(26);
3215
3228
  ((Method.prototype = Object.create(ReflectionObject.prototype)).constructor = Method).className = "Method";
3216
3229
 
3217
- var util = require(37);
3230
+ var util = require(39);
3218
3231
 
3219
3232
  /**
3220
3233
  * Constructs a new service method instance.
@@ -3368,17 +3381,17 @@ Method.prototype.resolve = function resolve() {
3368
3381
  return ReflectionObject.prototype.resolve.call(this);
3369
3382
  };
3370
3383
 
3371
- },{"24":24,"37":37}],23:[function(require,module,exports){
3384
+ },{"26":26,"39":39}],25:[function(require,module,exports){
3372
3385
  "use strict";
3373
3386
  module.exports = Namespace;
3374
3387
 
3375
3388
  // extends ReflectionObject
3376
- var ReflectionObject = require(24);
3389
+ var ReflectionObject = require(26);
3377
3390
  ((Namespace.prototype = Object.create(ReflectionObject.prototype)).constructor = Namespace).className = "Namespace";
3378
3391
 
3379
- var Field = require(16),
3380
- util = require(37),
3381
- OneOf = require(25);
3392
+ var Field = require(18),
3393
+ util = require(39),
3394
+ OneOf = require(27);
3382
3395
 
3383
3396
  var Type, // cyclic
3384
3397
  Service,
@@ -3926,14 +3939,14 @@ Namespace._configure = function(Type_, Service_, Enum_) {
3926
3939
  Enum = Enum_;
3927
3940
  };
3928
3941
 
3929
- },{"16":16,"24":24,"25":25,"37":37}],24:[function(require,module,exports){
3942
+ },{"18":18,"26":26,"27":27,"39":39}],26:[function(require,module,exports){
3930
3943
  "use strict";
3931
3944
  module.exports = ReflectionObject;
3932
3945
 
3933
3946
  ReflectionObject.className = "ReflectionObject";
3934
3947
 
3935
- const OneOf = require(25);
3936
- var util = require(37);
3948
+ const OneOf = require(27);
3949
+ var util = require(39);
3937
3950
 
3938
3951
  var Root; // cyclic
3939
3952
 
@@ -4310,16 +4323,16 @@ ReflectionObject._configure = function(Root_) {
4310
4323
  Root = Root_;
4311
4324
  };
4312
4325
 
4313
- },{"25":25,"37":37}],25:[function(require,module,exports){
4326
+ },{"27":27,"39":39}],27:[function(require,module,exports){
4314
4327
  "use strict";
4315
4328
  module.exports = OneOf;
4316
4329
 
4317
4330
  // extends ReflectionObject
4318
- var ReflectionObject = require(24);
4331
+ var ReflectionObject = require(26);
4319
4332
  ((OneOf.prototype = Object.create(ReflectionObject.prototype)).constructor = OneOf).className = "OneOf";
4320
4333
 
4321
- var Field = require(16),
4322
- util = require(37);
4334
+ var Field = require(18),
4335
+ util = require(39);
4323
4336
 
4324
4337
  /**
4325
4338
  * Constructs a new oneof instance.
@@ -4534,25 +4547,25 @@ OneOf.d = function decorateOneOf() {
4534
4547
  };
4535
4548
  };
4536
4549
 
4537
- },{"16":16,"24":24,"37":37}],26:[function(require,module,exports){
4550
+ },{"18":18,"26":26,"39":39}],28:[function(require,module,exports){
4538
4551
  "use strict";
4539
4552
  module.exports = parse;
4540
4553
 
4541
4554
  parse.filename = null;
4542
4555
  parse.defaults = { keepCase: false };
4543
4556
 
4544
- var tokenize = require(34),
4545
- Root = require(29),
4546
- Type = require(35),
4547
- Field = require(16),
4548
- MapField = require(20),
4549
- OneOf = require(25),
4550
- Enum = require(15),
4551
- Service = require(33),
4552
- Method = require(22),
4553
- ReflectionObject = require(24),
4554
- types = require(36),
4555
- util = require(37);
4557
+ var tokenize = require(36),
4558
+ Root = require(31),
4559
+ Type = require(37),
4560
+ Field = require(18),
4561
+ MapField = require(22),
4562
+ OneOf = require(27),
4563
+ Enum = require(17),
4564
+ Service = require(35),
4565
+ Method = require(24),
4566
+ ReflectionObject = require(26),
4567
+ types = require(38),
4568
+ util = require(39);
4556
4569
 
4557
4570
  var base10Re = /^[1-9][0-9]*$/,
4558
4571
  base10NegRe = /^-?[1-9][0-9]*$/,
@@ -5511,11 +5524,11 @@ function parse(source, root, options) {
5511
5524
  * @variation 2
5512
5525
  */
5513
5526
 
5514
- },{"15":15,"16":16,"20":20,"22":22,"24":24,"25":25,"29":29,"33":33,"34":34,"35":35,"36":36,"37":37}],27:[function(require,module,exports){
5527
+ },{"17":17,"18":18,"22":22,"24":24,"26":26,"27":27,"31":31,"35":35,"36":36,"37":37,"38":38,"39":39}],29:[function(require,module,exports){
5515
5528
  "use strict";
5516
5529
  module.exports = Reader;
5517
5530
 
5518
- var util = require(39);
5531
+ var util = require(42);
5519
5532
 
5520
5533
  var BufferReader; // cyclic
5521
5534
 
@@ -5939,15 +5952,15 @@ Reader._configure = function(BufferReader_) {
5939
5952
  });
5940
5953
  };
5941
5954
 
5942
- },{"39":39}],28:[function(require,module,exports){
5955
+ },{"42":42}],30:[function(require,module,exports){
5943
5956
  "use strict";
5944
5957
  module.exports = BufferReader;
5945
5958
 
5946
5959
  // extends Reader
5947
- var Reader = require(27);
5960
+ var Reader = require(29);
5948
5961
  (BufferReader.prototype = Object.create(Reader.prototype)).constructor = BufferReader;
5949
5962
 
5950
- var util = require(39);
5963
+ var util = require(42);
5951
5964
 
5952
5965
  /**
5953
5966
  * Constructs a new buffer reader instance.
@@ -5992,18 +6005,18 @@ BufferReader.prototype.string = function read_string_buffer() {
5992
6005
 
5993
6006
  BufferReader._configure();
5994
6007
 
5995
- },{"27":27,"39":39}],29:[function(require,module,exports){
6008
+ },{"29":29,"42":42}],31:[function(require,module,exports){
5996
6009
  "use strict";
5997
6010
  module.exports = Root;
5998
6011
 
5999
6012
  // extends Namespace
6000
- var Namespace = require(23);
6013
+ var Namespace = require(25);
6001
6014
  ((Root.prototype = Object.create(Namespace.prototype)).constructor = Root).className = "Root";
6002
6015
 
6003
- var Field = require(16),
6004
- Enum = require(15),
6005
- OneOf = require(25),
6006
- util = require(37);
6016
+ var Field = require(18),
6017
+ Enum = require(17),
6018
+ OneOf = require(27),
6019
+ util = require(39);
6007
6020
 
6008
6021
  var Type, // cyclic
6009
6022
  parse, // might be excluded
@@ -6400,7 +6413,7 @@ Root._configure = function(Type_, parse_, common_) {
6400
6413
  common = common_;
6401
6414
  };
6402
6415
 
6403
- },{"15":15,"16":16,"23":23,"25":25,"37":37}],30:[function(require,module,exports){
6416
+ },{"17":17,"18":18,"25":25,"27":27,"39":39}],32:[function(require,module,exports){
6404
6417
  "use strict";
6405
6418
  module.exports = {};
6406
6419
 
@@ -6420,7 +6433,7 @@ module.exports = {};
6420
6433
  * var root = protobuf.roots["myroot"];
6421
6434
  */
6422
6435
 
6423
- },{}],31:[function(require,module,exports){
6436
+ },{}],33:[function(require,module,exports){
6424
6437
  "use strict";
6425
6438
 
6426
6439
  /**
@@ -6456,13 +6469,13 @@ var rpc = exports;
6456
6469
  * @returns {undefined}
6457
6470
  */
6458
6471
 
6459
- rpc.Service = require(32);
6472
+ rpc.Service = require(34);
6460
6473
 
6461
- },{"32":32}],32:[function(require,module,exports){
6474
+ },{"34":34}],34:[function(require,module,exports){
6462
6475
  "use strict";
6463
6476
  module.exports = Service;
6464
6477
 
6465
- var util = require(39);
6478
+ var util = require(42);
6466
6479
 
6467
6480
  // Extends EventEmitter
6468
6481
  (Service.prototype = Object.create(util.EventEmitter.prototype)).constructor = Service;
@@ -6602,17 +6615,17 @@ Service.prototype.end = function end(endedByRPC) {
6602
6615
  return this;
6603
6616
  };
6604
6617
 
6605
- },{"39":39}],33:[function(require,module,exports){
6618
+ },{"42":42}],35:[function(require,module,exports){
6606
6619
  "use strict";
6607
6620
  module.exports = Service;
6608
6621
 
6609
6622
  // extends Namespace
6610
- var Namespace = require(23);
6623
+ var Namespace = require(25);
6611
6624
  ((Service.prototype = Object.create(Namespace.prototype)).constructor = Service).className = "Service";
6612
6625
 
6613
- var Method = require(22),
6614
- util = require(37),
6615
- rpc = require(31);
6626
+ var Method = require(24),
6627
+ util = require(39),
6628
+ rpc = require(33);
6616
6629
 
6617
6630
  var reservedRe = util.patterns.reservedRe;
6618
6631
 
@@ -6799,7 +6812,7 @@ Service.prototype.create = function create(rpcImpl, requestDelimited, responseDe
6799
6812
  return rpcService;
6800
6813
  };
6801
6814
 
6802
- },{"22":22,"23":23,"31":31,"37":37}],34:[function(require,module,exports){
6815
+ },{"24":24,"25":25,"33":33,"39":39}],36:[function(require,module,exports){
6803
6816
  "use strict";
6804
6817
  module.exports = tokenize;
6805
6818
 
@@ -7217,28 +7230,28 @@ function tokenize(source, alternateCommentMode) {
7217
7230
  /* eslint-enable callback-return */
7218
7231
  }
7219
7232
 
7220
- },{}],35:[function(require,module,exports){
7233
+ },{}],37:[function(require,module,exports){
7221
7234
  "use strict";
7222
7235
  module.exports = Type;
7223
7236
 
7224
7237
  // extends Namespace
7225
- var Namespace = require(23);
7238
+ var Namespace = require(25);
7226
7239
  ((Type.prototype = Object.create(Namespace.prototype)).constructor = Type).className = "Type";
7227
7240
 
7228
- var Enum = require(15),
7229
- OneOf = require(25),
7230
- Field = require(16),
7231
- MapField = require(20),
7232
- Service = require(33),
7233
- Message = require(21),
7234
- Reader = require(27),
7235
- Writer = require(43),
7236
- util = require(37),
7237
- encoder = require(14),
7238
- decoder = require(13),
7239
- verifier = require(41),
7240
- converter = require(12),
7241
- wrappers = require(42);
7241
+ var Enum = require(17),
7242
+ OneOf = require(27),
7243
+ Field = require(18),
7244
+ MapField = require(22),
7245
+ Service = require(35),
7246
+ Message = require(23),
7247
+ Reader = require(29),
7248
+ Writer = require(46),
7249
+ util = require(39),
7250
+ encoder = require(16),
7251
+ decoder = require(15),
7252
+ verifier = require(44),
7253
+ converter = require(14),
7254
+ wrappers = require(45);
7242
7255
 
7243
7256
  /**
7244
7257
  * Constructs a new reflected message type instance.
@@ -7846,7 +7859,7 @@ Type.d = function decorateType(typeName) {
7846
7859
  };
7847
7860
  };
7848
7861
 
7849
- },{"12":12,"13":13,"14":14,"15":15,"16":16,"20":20,"21":21,"23":23,"25":25,"27":27,"33":33,"37":37,"41":41,"42":42,"43":43}],36:[function(require,module,exports){
7862
+ },{"14":14,"15":15,"16":16,"17":17,"18":18,"22":22,"23":23,"25":25,"27":27,"29":29,"35":35,"39":39,"44":44,"45":45,"46":46}],38:[function(require,module,exports){
7850
7863
  "use strict";
7851
7864
 
7852
7865
  /**
@@ -7855,7 +7868,7 @@ Type.d = function decorateType(typeName) {
7855
7868
  */
7856
7869
  var types = exports;
7857
7870
 
7858
- var util = require(37);
7871
+ var util = require(39);
7859
7872
 
7860
7873
  var s = [
7861
7874
  "double", // 0
@@ -8044,24 +8057,24 @@ types.packed = bake([
8044
8057
  /* bool */ 0
8045
8058
  ]);
8046
8059
 
8047
- },{"37":37}],37:[function(require,module,exports){
8060
+ },{"39":39}],39:[function(require,module,exports){
8048
8061
  "use strict";
8049
8062
 
8050
8063
  /**
8051
8064
  * Various utility functions.
8052
8065
  * @namespace
8053
8066
  */
8054
- var util = module.exports = require(39);
8067
+ var util = module.exports = require(42);
8055
8068
 
8056
- var roots = require(30);
8069
+ var roots = require(32);
8057
8070
 
8058
8071
  var Type, // cyclic
8059
8072
  Enum;
8060
8073
 
8061
8074
  util.codegen = require(3);
8062
8075
  util.fetch = require(5);
8063
- util.path = require(8);
8064
- util.patterns = require(40);
8076
+ util.path = require(9);
8077
+ util.patterns = require(43);
8065
8078
 
8066
8079
  var reservedRe = util.patterns.reservedRe,
8067
8080
  unsafePropertyRe = util.patterns.unsafePropertyRe;
@@ -8070,7 +8083,7 @@ var reservedRe = util.patterns.reservedRe,
8070
8083
  * Node's fs module if available.
8071
8084
  * @type {Object.<string,*>}
8072
8085
  */
8073
- util.fs = util.inquire("fs");
8086
+ util.fs = require(40);
8074
8087
 
8075
8088
  /**
8076
8089
  * Checks a recursion depth.
@@ -8194,7 +8207,7 @@ util.decorateType = function decorateType(ctor, typeName) {
8194
8207
 
8195
8208
  /* istanbul ignore next */
8196
8209
  if (!Type)
8197
- Type = require(35);
8210
+ Type = require(37);
8198
8211
 
8199
8212
  var type = new Type(typeName || ctor.name);
8200
8213
  util.decorateRoot.add(type);
@@ -8219,7 +8232,7 @@ util.decorateEnum = function decorateEnum(object) {
8219
8232
 
8220
8233
  /* istanbul ignore next */
8221
8234
  if (!Enum)
8222
- Enum = require(15);
8235
+ Enum = require(17);
8223
8236
 
8224
8237
  var enm = new Enum("Enum" + decorateEnumIndex++, object);
8225
8238
  util.decorateRoot.add(enm);
@@ -8271,15 +8284,28 @@ util.setProperty = function setProperty(dst, path, value, ifNotSet) {
8271
8284
  */
8272
8285
  Object.defineProperty(util, "decorateRoot", {
8273
8286
  get: function() {
8274
- return roots["decorated"] || (roots["decorated"] = new (require(29))());
8287
+ return roots["decorated"] || (roots["decorated"] = new (require(31))());
8275
8288
  }
8276
8289
  });
8277
8290
 
8278
- },{"15":15,"29":29,"3":3,"30":30,"35":35,"39":39,"40":40,"5":5,"8":8}],38:[function(require,module,exports){
8291
+ },{"17":17,"3":3,"31":31,"32":32,"37":37,"40":40,"42":42,"43":43,"5":5,"9":9}],40:[function(require,module,exports){
8292
+ "use strict";
8293
+
8294
+ var fs = null;
8295
+ try {
8296
+ fs = require(12);
8297
+ if (!fs || !fs.readFile || !fs.readFileSync)
8298
+ fs = null;
8299
+ } catch (e) {
8300
+ // `fs` is unavailable in browsers and browser-like bundles.
8301
+ }
8302
+ module.exports = fs;
8303
+
8304
+ },{"12":12}],41:[function(require,module,exports){
8279
8305
  "use strict";
8280
8306
  module.exports = LongBits;
8281
8307
 
8282
- var util = require(39);
8308
+ var util = require(42);
8283
8309
 
8284
8310
  /**
8285
8311
  * Constructs new long bits.
@@ -8477,7 +8503,7 @@ LongBits.prototype.length = function length() {
8477
8503
  : part2 < 128 ? 9 : 10;
8478
8504
  };
8479
8505
 
8480
- },{"39":39}],39:[function(require,module,exports){
8506
+ },{"42":42}],42:[function(require,module,exports){
8481
8507
  "use strict";
8482
8508
  var util = exports;
8483
8509
 
@@ -8491,19 +8517,19 @@ util.base64 = require(2);
8491
8517
  util.EventEmitter = require(4);
8492
8518
 
8493
8519
  // float handling accross browsers
8494
- util.float = require(6);
8520
+ util.float = require(7);
8495
8521
 
8496
8522
  // requires modules optionally and hides the call from bundlers
8497
- util.inquire = require(7);
8523
+ util.inquire = require(8);
8498
8524
 
8499
8525
  // converts to / from utf8 encoded strings
8500
- util.utf8 = require(10);
8526
+ util.utf8 = require(11);
8501
8527
 
8502
8528
  // provides a node-like buffer pool in the browser
8503
- util.pool = require(9);
8529
+ util.pool = require(10);
8504
8530
 
8505
8531
  // utility to work with the low and high bits of a 64 bit value
8506
- util.LongBits = require(38);
8532
+ util.LongBits = require(41);
8507
8533
 
8508
8534
  /**
8509
8535
  * Whether running within node or not.
@@ -8605,7 +8631,7 @@ util.isSet = function isSet(obj, prop) {
8605
8631
  */
8606
8632
  util.Buffer = (function() {
8607
8633
  try {
8608
- var Buffer = util.inquire("buffer").Buffer;
8634
+ var Buffer = util.global.Buffer;
8609
8635
  // refuse to use non-node buffers if not explicitly assigned (perf reasons):
8610
8636
  return Buffer.prototype.utf8Write ? Buffer : /* istanbul ignore next */ null;
8611
8637
  } catch (e) {
@@ -8659,7 +8685,15 @@ util.Array = typeof Uint8Array !== "undefined" ? Uint8Array /* istanbul ignore n
8659
8685
  */
8660
8686
  util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
8661
8687
  || /* istanbul ignore next */ util.global.Long
8662
- || util.inquire("long");
8688
+ || (function() {
8689
+ try {
8690
+ var Long = require("long");
8691
+ return Long && Long.isLong ? Long : null;
8692
+ } catch (e) {
8693
+ /* istanbul ignore next */
8694
+ return null;
8695
+ }
8696
+ })();
8663
8697
 
8664
8698
  /**
8665
8699
  * Regular expression used to verify 2 bit (`bool`) map keys.
@@ -8940,7 +8974,7 @@ util._configure = function() {
8940
8974
  };
8941
8975
  };
8942
8976
 
8943
- },{"1":1,"10":10,"2":2,"38":38,"4":4,"6":6,"7":7,"9":9}],40:[function(require,module,exports){
8977
+ },{"1":1,"10":10,"11":11,"2":2,"4":4,"41":41,"7":7,"8":8,"long":"long"}],43:[function(require,module,exports){
8944
8978
  "use strict";
8945
8979
 
8946
8980
  var patterns = exports;
@@ -8950,12 +8984,12 @@ patterns.typeRefRe = /^(?:\.?[a-zA-Z_][a-zA-Z_0-9]*)(?:\.[a-zA-Z_][a-zA-Z_0-9]
8950
8984
  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)$/;
8951
8985
  patterns.unsafePropertyRe = /^(?:__proto__|prototype|constructor)$/;
8952
8986
 
8953
- },{}],41:[function(require,module,exports){
8987
+ },{}],44:[function(require,module,exports){
8954
8988
  "use strict";
8955
8989
  module.exports = verifier;
8956
8990
 
8957
- var Enum = require(15),
8958
- util = require(37);
8991
+ var Enum = require(17),
8992
+ util = require(39);
8959
8993
 
8960
8994
  function invalid(field, expected) {
8961
8995
  return field.name + ": " + expected + (field.repeated && expected !== "array" ? "[]" : field.map && expected !== "object" ? "{k:"+field.keyType+"}" : "") + " expected";
@@ -9132,7 +9166,7 @@ function verifier(mtype) {
9132
9166
  /* eslint-enable no-unexpected-multiline */
9133
9167
  }
9134
9168
 
9135
- },{"15":15,"37":37}],42:[function(require,module,exports){
9169
+ },{"17":17,"39":39}],45:[function(require,module,exports){
9136
9170
  "use strict";
9137
9171
 
9138
9172
  /**
@@ -9142,7 +9176,7 @@ function verifier(mtype) {
9142
9176
  */
9143
9177
  var wrappers = exports;
9144
9178
 
9145
- var Message = require(21);
9179
+ var Message = require(23);
9146
9180
 
9147
9181
  /**
9148
9182
  * From object converter part of an {@link IWrapper}.
@@ -9237,11 +9271,11 @@ wrappers[".google.protobuf.Any"] = {
9237
9271
  }
9238
9272
  };
9239
9273
 
9240
- },{"21":21}],43:[function(require,module,exports){
9274
+ },{"23":23}],46:[function(require,module,exports){
9241
9275
  "use strict";
9242
9276
  module.exports = Writer;
9243
9277
 
9244
- var util = require(39);
9278
+ var util = require(42);
9245
9279
 
9246
9280
  var BufferWriter; // cyclic
9247
9281
 
@@ -9704,15 +9738,15 @@ Writer._configure = function(BufferWriter_) {
9704
9738
  BufferWriter._configure();
9705
9739
  };
9706
9740
 
9707
- },{"39":39}],44:[function(require,module,exports){
9741
+ },{"42":42}],47:[function(require,module,exports){
9708
9742
  "use strict";
9709
9743
  module.exports = BufferWriter;
9710
9744
 
9711
9745
  // extends Writer
9712
- var Writer = require(43);
9746
+ var Writer = require(46);
9713
9747
  (BufferWriter.prototype = Object.create(Writer.prototype)).constructor = BufferWriter;
9714
9748
 
9715
- var util = require(39);
9749
+ var util = require(42);
9716
9750
 
9717
9751
  /**
9718
9752
  * Constructs a new buffer writer instance.
@@ -9791,7 +9825,7 @@ BufferWriter.prototype.string = function write_string_buffer(value) {
9791
9825
 
9792
9826
  BufferWriter._configure();
9793
9827
 
9794
- },{"39":39,"43":43}]},{},[19])
9828
+ },{"42":42,"46":46}]},{},[21])
9795
9829
 
9796
9830
  })();
9797
9831
  //# sourceMappingURL=protobuf.js.map