@zuplo/cli 6.71.21 → 6.71.23

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 (109) hide show
  1. package/node_modules/@posthog/core/dist/error-tracking/exception-steps.d.ts.map +1 -1
  2. package/node_modules/@posthog/core/dist/error-tracking/exception-steps.js +6 -24
  3. package/node_modules/@posthog/core/dist/error-tracking/exception-steps.mjs +7 -25
  4. package/node_modules/@posthog/core/dist/posthog-core-stateless.d.ts +6 -0
  5. package/node_modules/@posthog/core/dist/posthog-core-stateless.d.ts.map +1 -1
  6. package/node_modules/@posthog/core/dist/posthog-core-stateless.js +75 -17
  7. package/node_modules/@posthog/core/dist/posthog-core-stateless.mjs +73 -18
  8. package/node_modules/@posthog/core/dist/posthog-core.d.ts +2 -2
  9. package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
  10. package/node_modules/@posthog/core/dist/posthog-core.js +10 -6
  11. package/node_modules/@posthog/core/dist/posthog-core.mjs +11 -7
  12. package/node_modules/@posthog/core/dist/testing/PostHogCoreTestClient.d.ts +1 -0
  13. package/node_modules/@posthog/core/dist/testing/PostHogCoreTestClient.d.ts.map +1 -1
  14. package/node_modules/@posthog/core/dist/testing/PostHogCoreTestClient.js +3 -0
  15. package/node_modules/@posthog/core/dist/testing/PostHogCoreTestClient.mjs +3 -0
  16. package/node_modules/@posthog/core/dist/utils/promise-queue.d.ts +3 -0
  17. package/node_modules/@posthog/core/dist/utils/promise-queue.d.ts.map +1 -1
  18. package/node_modules/@posthog/core/dist/utils/promise-queue.js +15 -3
  19. package/node_modules/@posthog/core/dist/utils/promise-queue.mjs +15 -3
  20. package/node_modules/@posthog/core/dist/utils/string-utils.d.ts +1 -0
  21. package/node_modules/@posthog/core/dist/utils/string-utils.d.ts.map +1 -1
  22. package/node_modules/@posthog/core/dist/utils/string-utils.js +21 -0
  23. package/node_modules/@posthog/core/dist/utils/string-utils.mjs +19 -1
  24. package/node_modules/@posthog/core/package.json +1 -1
  25. package/node_modules/@posthog/core/src/error-tracking/exception-steps.ts +5 -42
  26. package/node_modules/@posthog/core/src/posthog-core-stateless.ts +118 -23
  27. package/node_modules/@posthog/core/src/posthog-core.ts +18 -7
  28. package/node_modules/@posthog/core/src/testing/PostHogCoreTestClient.ts +4 -0
  29. package/node_modules/@posthog/core/src/utils/promise-queue.ts +17 -4
  30. package/node_modules/@posthog/core/src/utils/string-utils.spec.ts +38 -1
  31. package/node_modules/@posthog/core/src/utils/string-utils.ts +42 -0
  32. package/node_modules/@posthog/types/dist/posthog.d.ts +12 -0
  33. package/node_modules/@posthog/types/dist/posthog.d.ts.map +1 -1
  34. package/node_modules/@posthog/types/package.json +1 -1
  35. package/node_modules/@posthog/types/src/posthog.ts +13 -0
  36. package/node_modules/@types/node/README.md +1 -1
  37. package/node_modules/@types/node/buffer.d.ts +64 -25
  38. package/node_modules/@types/node/crypto.d.ts +18 -5
  39. package/node_modules/@types/node/diagnostics_channel.d.ts +237 -3
  40. package/node_modules/@types/node/dns.d.ts +1 -1
  41. package/node_modules/@types/node/ffi.d.ts +486 -0
  42. package/node_modules/@types/node/fs/promises.d.ts +3 -0
  43. package/node_modules/@types/node/fs.d.ts +21 -6
  44. package/node_modules/@types/node/http.d.ts +25 -0
  45. package/node_modules/@types/node/index.d.ts +1 -0
  46. package/node_modules/@types/node/package.json +2 -2
  47. package/node_modules/@types/node/process.d.ts +14 -1
  48. package/node_modules/@types/node/quic.d.ts +92 -11
  49. package/node_modules/@types/node/sqlite.d.ts +55 -0
  50. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  51. package/node_modules/@types/node/stream.d.ts +32 -0
  52. package/node_modules/@types/node/test.d.ts +112 -2
  53. package/node_modules/@types/node/ts5.6/index.d.ts +1 -0
  54. package/node_modules/@types/node/ts5.7/index.d.ts +1 -0
  55. package/node_modules/@types/node/util.d.ts +19 -2
  56. package/node_modules/@types/node/v8.d.ts +84 -2
  57. package/node_modules/@types/node/worker_threads.d.ts +8 -7
  58. package/node_modules/@zuplo/core/customer.cli.minified.js +2 -2
  59. package/node_modules/@zuplo/core/index.minified.js +2 -2
  60. package/node_modules/@zuplo/core/package.json +1 -1
  61. package/node_modules/@zuplo/graphql/out/esm/index.js +11 -11
  62. package/node_modules/@zuplo/graphql/out/esm/index.js.map +1 -1
  63. package/node_modules/@zuplo/graphql/package.json +1 -1
  64. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  65. package/node_modules/@zuplo/otel/package.json +1 -1
  66. package/node_modules/@zuplo/runtime/out/esm/{chunk-DQ4ANJLR.js → chunk-4MNJC7E2.js} +2 -2
  67. package/node_modules/@zuplo/runtime/out/esm/chunk-4MNJC7E2.js.map +1 -0
  68. package/node_modules/@zuplo/runtime/out/esm/{chunk-2Y72LML3.js → chunk-4QJJMELB.js} +2 -2
  69. package/node_modules/@zuplo/runtime/out/esm/{chunk-2Y72LML3.js.map → chunk-4QJJMELB.js.map} +1 -1
  70. package/node_modules/@zuplo/runtime/out/esm/chunk-5CYWMN74.js +402 -0
  71. package/node_modules/@zuplo/runtime/out/esm/chunk-5CYWMN74.js.map +1 -0
  72. package/node_modules/@zuplo/runtime/out/esm/{chunk-L3MZGNQA.js → chunk-DSZS6PZJ.js} +10 -10
  73. package/node_modules/@zuplo/runtime/out/esm/chunk-DSZS6PZJ.js.map +1 -0
  74. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  75. package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
  76. package/node_modules/@zuplo/runtime/out/esm/internal/index.js +1 -1
  77. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +7 -7
  78. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  79. package/node_modules/@zuplo/runtime/out/esm/mocks/index.js +1 -1
  80. package/node_modules/@zuplo/runtime/out/types/index.d.ts +1050 -18
  81. package/node_modules/@zuplo/runtime/out/types/mcp-gateway/index.d.ts +33 -7
  82. package/node_modules/@zuplo/runtime/package.json +1 -1
  83. package/node_modules/iconv-lite/encodings/sbcs-data.js +2 -0
  84. package/node_modules/iconv-lite/encodings/utf32.js +10 -3
  85. package/node_modules/iconv-lite/package.json +2 -2
  86. package/node_modules/iconv-lite/types/encodings.d.ts +2 -0
  87. package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
  88. package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
  89. package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
  90. package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
  91. package/node_modules/protobufjs/dist/protobuf.js +5 -2
  92. package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
  93. package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
  94. package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
  95. package/node_modules/protobufjs/package.json +1 -1
  96. package/node_modules/protobufjs/src/parse.js +3 -0
  97. package/node_modules/toad-cache/README.md +10 -9
  98. package/node_modules/toad-cache/dist/toad-cache.cjs +139 -139
  99. package/node_modules/toad-cache/dist/toad-cache.mjs +136 -140
  100. package/node_modules/toad-cache/package.json +8 -8
  101. package/node_modules/toad-cache/toad-cache.d.cts +20 -14
  102. package/node_modules/toad-cache/toad-cache.d.ts +18 -14
  103. package/package.json +6 -6
  104. package/node_modules/@zuplo/runtime/out/esm/chunk-DQ4ANJLR.js.map +0 -1
  105. package/node_modules/@zuplo/runtime/out/esm/chunk-I5HLAHUY.js +0 -357
  106. package/node_modules/@zuplo/runtime/out/esm/chunk-I5HLAHUY.js.map +0 -1
  107. package/node_modules/@zuplo/runtime/out/esm/chunk-L3MZGNQA.js.map +0 -1
  108. /package/node_modules/@zuplo/runtime/out/esm/{chunk-I5HLAHUY.js.LEGAL.txt → chunk-5CYWMN74.js.LEGAL.txt} +0 -0
  109. /package/node_modules/@zuplo/runtime/out/esm/{chunk-L3MZGNQA.js.LEGAL.txt → chunk-DSZS6PZJ.js.LEGAL.txt} +0 -0
@@ -546,6 +546,7 @@ declare type HttpStatusCodeRangeDefinition =
546
546
  declare abstract class InboundPolicy<
547
547
  TOptions = any,
548
548
  > extends PolicyBase<TOptions> {
549
+ readonly direction: PolicyDirection;
549
550
  /**
550
551
  * The handler that is called each time this policy is invoked
551
552
  *
@@ -964,6 +965,7 @@ declare interface Logger extends BaseLogger {
964
965
  */
965
966
  export declare class McpAuth0OAuthInboundPolicy extends InboundPolicy<ValidatedAuth0OAuthOptions> {
966
967
  #private;
968
+ static readonly policyType = "mcp-auth0-oauth";
967
969
  constructor(rawOptions: unknown, policyName: string);
968
970
  handler(
969
971
  request: ZuploRequest,
@@ -1142,6 +1144,7 @@ declare const mcpAuth0OAuthOptionsSchema: z.ZodObject<
1142
1144
  */
1143
1145
  export declare class McpCapabilityFilterInboundPolicy extends InboundPolicy<ValidatedOptions> {
1144
1146
  #private;
1147
+ static readonly policyType = "mcp-capability-filter";
1145
1148
  constructor(rawOptions: unknown, policyName: string);
1146
1149
  handler(
1147
1150
  request: ZuploRequest,
@@ -1267,6 +1270,7 @@ declare const mcpCapabilityFilterOptionsSchema: z.ZodObject<
1267
1270
  */
1268
1271
  export declare class McpClerkOAuthInboundPolicy extends InboundPolicy<McpClerkOAuthInboundPolicyOptions> {
1269
1272
  #private;
1273
+ static readonly policyType = "mcp-clerk-oauth";
1270
1274
  constructor(rawOptions: unknown, policyName: string);
1271
1275
  handler(
1272
1276
  request: ZuploRequest,
@@ -1337,6 +1341,7 @@ export declare interface McpClerkOAuthInboundPolicyOptions {
1337
1341
  */
1338
1342
  export declare class McpCognitoOAuthInboundPolicy extends InboundPolicy<McpCognitoOAuthInboundPolicyOptions> {
1339
1343
  #private;
1344
+ static readonly policyType = "mcp-cognito-oauth";
1340
1345
  constructor(rawOptions: unknown, policyName: string);
1341
1346
  handler(
1342
1347
  request: ZuploRequest,
@@ -1418,6 +1423,7 @@ export declare interface McpCognitoOAuthInboundPolicyOptions {
1418
1423
  */
1419
1424
  export declare class McpEntraOAuthInboundPolicy extends InboundPolicy<McpEntraOAuthInboundPolicyOptions> {
1420
1425
  #private;
1426
+ static readonly policyType = "mcp-entra-oauth";
1421
1427
  constructor(rawOptions: unknown, policyName: string);
1422
1428
  handler(
1423
1429
  request: ZuploRequest,
@@ -1549,6 +1555,7 @@ export declare interface McpGatewayPluginOptions {
1549
1555
  */
1550
1556
  export declare class McpGoogleOAuthInboundPolicy extends InboundPolicy<McpGoogleOAuthInboundPolicyOptions> {
1551
1557
  #private;
1558
+ static readonly policyType = "mcp-google-oauth";
1552
1559
  constructor(rawOptions: unknown, policyName: string);
1553
1560
  handler(
1554
1561
  request: ZuploRequest,
@@ -1619,6 +1626,7 @@ export declare interface McpGoogleOAuthInboundPolicyOptions {
1619
1626
  */
1620
1627
  export declare class McpKeycloakOAuthInboundPolicy extends InboundPolicy<McpKeycloakOAuthInboundPolicyOptions> {
1621
1628
  #private;
1629
+ static readonly policyType = "mcp-keycloak-oauth";
1622
1630
  constructor(rawOptions: unknown, policyName: string);
1623
1631
  handler(
1624
1632
  request: ZuploRequest,
@@ -1696,6 +1704,7 @@ export declare interface McpKeycloakOAuthInboundPolicyOptions {
1696
1704
  */
1697
1705
  export declare class McpLogtoOAuthInboundPolicy extends InboundPolicy<McpLogtoOAuthInboundPolicyOptions> {
1698
1706
  #private;
1707
+ static readonly policyType = "mcp-logto-oauth";
1699
1708
  constructor(rawOptions: unknown, policyName: string);
1700
1709
  handler(
1701
1710
  request: ZuploRequest,
@@ -1774,6 +1783,7 @@ export declare interface McpLogtoOAuthInboundPolicyOptions {
1774
1783
  * @product mcp-gateway
1775
1784
  */
1776
1785
  export declare class McpOAuthInboundPolicy extends InboundPolicy<McpOAuthRuntimeConfig> {
1786
+ static readonly policyType = "mcp-oauth";
1777
1787
  constructor(rawOptions: unknown, policyName: string);
1778
1788
  handler(
1779
1789
  request: ZuploRequest,
@@ -2050,6 +2060,7 @@ declare const mcpOAuthRuntimeConfigSchema: z.ZodObject<
2050
2060
  */
2051
2061
  export declare class McpOktaOAuthInboundPolicy extends InboundPolicy<McpOktaOAuthInboundPolicyOptions> {
2052
2062
  #private;
2063
+ static readonly policyType = "mcp-okta-oauth";
2053
2064
  constructor(rawOptions: unknown, policyName: string);
2054
2065
  handler(
2055
2066
  request: ZuploRequest,
@@ -2127,6 +2138,7 @@ export declare interface McpOktaOAuthInboundPolicyOptions {
2127
2138
  */
2128
2139
  export declare class McpOneLoginOAuthInboundPolicy extends InboundPolicy<McpOneLoginOAuthInboundPolicyOptions> {
2129
2140
  #private;
2141
+ static readonly policyType = "mcp-onelogin-oauth";
2130
2142
  constructor(rawOptions: unknown, policyName: string);
2131
2143
  handler(
2132
2144
  request: ZuploRequest,
@@ -2197,6 +2209,7 @@ export declare interface McpOneLoginOAuthInboundPolicyOptions {
2197
2209
  */
2198
2210
  export declare class McpPingOAuthInboundPolicy extends InboundPolicy<McpPingOAuthInboundPolicyOptions> {
2199
2211
  #private;
2212
+ static readonly policyType = "mcp-ping-oauth";
2200
2213
  constructor(rawOptions: unknown, policyName: string);
2201
2214
  handler(
2202
2215
  request: ZuploRequest,
@@ -2289,6 +2302,7 @@ export declare function McpProxyHandler(
2289
2302
  * @product mcp-gateway
2290
2303
  */
2291
2304
  export declare class McpTokenExchangeInboundPolicy extends InboundPolicy<UpstreamTokenExchangePolicyOptions> {
2305
+ static readonly policyType = "mcp-token-exchange";
2292
2306
  constructor(rawOptions: unknown, policyName: string);
2293
2307
  handler(
2294
2308
  request: ZuploRequest,
@@ -2365,6 +2379,7 @@ export declare interface McpTokenExchangeInboundPolicyOptions {
2365
2379
  */
2366
2380
  export declare class McpWorkosOAuthInboundPolicy extends InboundPolicy<McpWorkosOAuthInboundPolicyOptions> {
2367
2381
  #private;
2382
+ static readonly policyType = "mcp-workos-oauth";
2368
2383
  constructor(rawOptions: unknown, policyName: string);
2369
2384
  handler(
2370
2385
  request: ZuploRequest,
@@ -3048,16 +3063,11 @@ declare interface ParsedRouteData extends Omit<RouteData, "corsPolicies"> {
3048
3063
  /* Excluded from this release type: getInboundPolicyInstance */
3049
3064
  }
3050
3065
 
3051
- /**
3052
- * The base class for inbound and outbound policies.
3053
- * Provides common functionality for all policy types.
3054
- *
3055
- * @public
3056
- */
3057
3066
  declare abstract class PolicyBase<TOptions = any> {
3058
3067
  options: TOptions;
3059
3068
  policyName: string;
3060
- policyType: string;
3069
+ /* Excluded from this release type: policyType */
3070
+ /* Excluded from this release type: direction */
3061
3071
  /* Excluded from this release type: __constructor */
3062
3072
  }
3063
3073
 
@@ -3071,6 +3081,22 @@ declare interface PolicyConfiguration {
3071
3081
  options?: unknown;
3072
3082
  }
3073
3083
 
3084
+ /**
3085
+ * The base class for inbound and outbound policies.
3086
+ * Provides common functionality for all policy types.
3087
+ *
3088
+ * @public
3089
+ */
3090
+ /**
3091
+ * The pipeline phase a policy runs in. Inbound policies run on the request
3092
+ * before the handler; outbound policies run on the response after it. This is
3093
+ * determined structurally by whether a policy extends {@link InboundPolicy} or
3094
+ * {@link OutboundPolicy}, so it can never drift from the policy's real phase.
3095
+ *
3096
+ * @public
3097
+ */
3098
+ declare type PolicyDirection = "inbound" | "outbound";
3099
+
3074
3100
  /**
3075
3101
  * @public
3076
3102
  */
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.71.21",
4
+ "version": "6.71.23",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {
@@ -109,6 +109,8 @@ module.exports = {
109
109
 
110
110
  hebrew: "iso88598",
111
111
  hebrew8: "iso88598",
112
+ iso88598i: "iso88598",
113
+ iso88598e: "iso88598",
112
114
 
113
115
  turkish: "iso88599",
114
116
  turkish8: "iso88599",
@@ -31,7 +31,9 @@ function Utf32Encoder (options, codec) {
31
31
 
32
32
  Utf32Encoder.prototype.write = function (str) {
33
33
  var src = Buffer.from(str, "ucs2")
34
- var dst = Buffer.alloc(src.length * 2)
34
+ // src.length * 2 covers this chunk's code units (4 bytes each); the extra 4 bytes leave room for a
35
+ // high surrogate held over from a previous chunk, which is flushed ahead of this chunk's units.
36
+ var dst = Buffer.alloc(src.length * 2 + 4)
35
37
  var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE
36
38
  var offset = 0
37
39
 
@@ -113,9 +115,9 @@ Utf32Decoder.prototype.write = function (src) {
113
115
  // NOTE: codepoint is a signed int32 and can be negative.
114
116
  // NOTE: We copied this block from below to help V8 optimize it (it works with array, not buffer).
115
117
  if (isLE) {
116
- codepoint = overflow[i] | (overflow[i + 1] << 8) | (overflow[i + 2] << 16) | (overflow[i + 3] << 24)
118
+ codepoint = overflow[0] | (overflow[1] << 8) | (overflow[2] << 16) | (overflow[3] << 24)
117
119
  } else {
118
- codepoint = overflow[i + 3] | (overflow[i + 2] << 8) | (overflow[i + 1] << 16) | (overflow[i] << 24)
120
+ codepoint = overflow[3] | (overflow[2] << 8) | (overflow[1] << 16) | (overflow[0] << 24)
119
121
  }
120
122
  overflow.length = 0
121
123
 
@@ -169,7 +171,12 @@ function _writeCodepoint (dst, offset, codepoint, badChar) {
169
171
  };
170
172
 
171
173
  Utf32Decoder.prototype.end = function () {
174
+ if (this.overflow.length === 0) { return }
175
+
176
+ // A leftover, incomplete 4-byte code unit at the end of the input is ill-formed. Substitute a
177
+ // single U+FFFD (Unicode Standard conformance clause C10) instead of silently dropping the bytes.
172
178
  this.overflow.length = 0
179
+ return String.fromCharCode(this.badChar)
173
180
  }
174
181
 
175
182
  // == UTF-32 Auto codec =============================================================
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "iconv-lite",
3
3
  "description": "Convert character encodings in pure javascript.",
4
- "version": "0.7.2",
4
+ "version": "0.7.3",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "iconv",
@@ -46,7 +46,7 @@
46
46
  "stream": false
47
47
  },
48
48
  "devDependencies": {
49
- "@arethetypeswrong/cli": "^0.17.4",
49
+ "@arethetypeswrong/cli": "^0.18.4",
50
50
  "@stylistic/eslint-plugin": "^5.1.0",
51
51
  "@stylistic/eslint-plugin-js": "^4.1.0",
52
52
  "@types/node": "^24.0.12",
@@ -276,6 +276,8 @@ export type Encoding =
276
276
  | "iso88596"
277
277
  | "iso88597"
278
278
  | "iso88598"
279
+ | "iso88598e"
280
+ | "iso88598i"
279
281
  | "iso88599"
280
282
  | "isoceltic"
281
283
  | "isoir100"
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.6.4 (c) 2016, daniel wirtz
3
- * compiled fri, 12 jun 2026 12:10:46 utc
2
+ * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
+ * compiled sat, 04 jul 2026 01:13:07 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.6.4 (c) 2016, daniel wirtz
3
- * compiled fri, 12 jun 2026 12:10:47 utc
2
+ * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
+ * compiled sat, 04 jul 2026 01:13:07 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.6.4 (c) 2016, daniel wirtz
3
- * compiled fri, 12 jun 2026 12:10:46 utc
2
+ * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
+ * compiled sat, 04 jul 2026 01:13:07 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.6.4 (c) 2016, daniel wirtz
3
- * compiled fri, 12 jun 2026 12:10:47 utc
2
+ * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
+ * compiled sat, 04 jul 2026 01:13:07 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
- * protobuf.js v7.6.4 (c) 2016, daniel wirtz
3
- * compiled fri, 12 jun 2026 12:10:46 utc
2
+ * protobuf.js v7.6.5 (c) 2016, daniel wirtz
3
+ * compiled sat, 04 jul 2026 01:13:07 utc
4
4
  * licensed under the bsd-3-clause license
5
5
  * see: https://github.com/dcodeio/protobuf.js for details
6
6
  */
@@ -5211,6 +5211,9 @@ function parse(source, root, options) {
5211
5211
  }
5212
5212
 
5213
5213
  while (token !== "=") {
5214
+ if (token === null) {
5215
+ throw illegal(token, "end of input");
5216
+ }
5214
5217
  if (token === "(") {
5215
5218
  var parensValue = next();
5216
5219
  skip(")");