@spotlightjs/spotlight 4.11.4 → 4.11.6

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 (184) hide show
  1. package/dist/_virtual/ajv.js +6 -3
  2. package/dist/_virtual/ajv2.js +13 -0
  3. package/dist/_virtual/index.js +6 -3
  4. package/dist/_virtual/index10.js +3 -3
  5. package/dist/_virtual/index11.js +3 -3
  6. package/dist/_virtual/index12.js +13 -0
  7. package/dist/_virtual/index2.js +3 -3
  8. package/dist/_virtual/index3.js +3 -3
  9. package/dist/_virtual/index4.js +3 -3
  10. package/dist/_virtual/index5.js +3 -3
  11. package/dist/_virtual/index6.js +3 -3
  12. package/dist/_virtual/index7.js +3 -3
  13. package/dist/_virtual/index9.js +3 -3
  14. package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.27.1_zod@4.1.13/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +1 -1
  15. package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.27.1_zod@4.1.13/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +1 -1
  16. package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.27.1_zod@4.1.13/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +3 -3
  17. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/formats.js +203 -194
  18. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/formats.js.map +1 -1
  19. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/index.js +47 -47
  20. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/index.js.map +1 -1
  21. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/limit.js +77 -69
  22. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/limit.js.map +1 -1
  23. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/ajv.js +78 -81
  24. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/ajv.js.map +1 -1
  25. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js +145 -136
  26. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js.map +1 -1
  27. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js +692 -685
  28. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js.map +1 -1
  29. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js +143 -135
  30. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -1
  31. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js +122 -116
  32. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js.map +1 -1
  33. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/index.js +216 -214
  34. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/index.js.map +1 -1
  35. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/names.js +43 -35
  36. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/names.js.map +1 -1
  37. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js +19 -11
  38. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js.map +1 -1
  39. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js +149 -144
  40. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js.map +1 -1
  41. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js +31 -25
  42. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js.map +1 -1
  43. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/util.js +164 -160
  44. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/util.js.map +1 -1
  45. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js +23 -17
  46. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -1
  47. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js +7 -10
  48. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -1
  49. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js +174 -173
  50. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -1
  51. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js +5 -7
  52. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -1
  53. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js +21 -28
  54. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js.map +1 -1
  55. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js +11 -15
  56. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -1
  57. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js +5 -7
  58. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -1
  59. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/core.js +571 -570
  60. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/core.js.map +1 -1
  61. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/data.json.js +3 -17
  62. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/data.json.js.map +1 -1
  63. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js +4 -236
  64. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js.map +1 -1
  65. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js +16 -7
  66. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js.map +1 -1
  67. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js +27 -18
  68. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -1
  69. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js +16 -7
  70. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js.map +1 -1
  71. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js.map +1 -1
  72. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +55 -48
  73. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +1 -1
  74. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +104 -99
  75. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +1 -1
  76. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js +30 -22
  77. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +1 -1
  78. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +20 -12
  79. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +1 -1
  80. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js +95 -88
  81. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +1 -1
  82. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +94 -88
  83. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +1 -1
  84. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js +71 -64
  85. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/if.js.map +1 -1
  86. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js +66 -73
  87. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/index.js.map +1 -1
  88. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js +60 -54
  89. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items.js.map +1 -1
  90. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js +41 -36
  91. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +1 -1
  92. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js +34 -26
  93. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/not.js.map +1 -1
  94. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +60 -53
  95. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +1 -1
  96. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +73 -67
  97. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +1 -1
  98. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +20 -12
  99. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +1 -1
  100. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js +61 -55
  101. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +1 -1
  102. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +46 -39
  103. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +1 -1
  104. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +21 -13
  105. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +1 -1
  106. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js +132 -129
  107. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/code.js.map +1 -1
  108. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js +17 -8
  109. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/id.js.map +1 -1
  110. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js +27 -20
  111. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/index.js.map +1 -1
  112. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js +121 -118
  113. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/core/ref.js.map +1 -1
  114. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js +104 -100
  115. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +1 -1
  116. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js +15 -9
  117. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +1 -1
  118. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js +30 -26
  119. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js.map +1 -1
  120. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js +84 -76
  121. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js.map +1 -1
  122. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js +16 -8
  123. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js.map +1 -1
  124. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js +24 -18
  125. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js.map +1 -1
  126. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js +33 -27
  127. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js.map +1 -1
  128. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js +53 -47
  129. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/enum.js.map +1 -1
  130. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js +52 -53
  131. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/index.js.map +1 -1
  132. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js +32 -24
  133. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +1 -1
  134. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js +37 -31
  135. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +1 -1
  136. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +35 -27
  137. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +1 -1
  138. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +32 -24
  139. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +1 -1
  140. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +31 -23
  141. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +1 -1
  142. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js +41 -35
  143. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +1 -1
  144. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js +80 -74
  145. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/required.js.map +1 -1
  146. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +71 -66
  147. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +1 -1
  148. package/dist/node_modules/.pnpm/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js +34 -27
  149. package/dist/node_modules/.pnpm/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js.map +1 -1
  150. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js +250 -245
  151. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js.map +1 -1
  152. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js +201 -175
  153. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js.map +1 -1
  154. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js +267 -259
  155. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js.map +1 -1
  156. package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/helper/streaming/sse.js.map +1 -1
  157. package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/middleware/cors/index.js +3 -6
  158. package/dist/node_modules/.pnpm/hono@4.12.25/node_modules/hono/dist/middleware/cors/index.js.map +1 -0
  159. package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/utils/html.js.map +1 -1
  160. package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/utils/stream.js +5 -3
  161. package/dist/node_modules/.pnpm/hono@4.12.25/node_modules/hono/dist/utils/stream.js.map +1 -0
  162. package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js +83 -78
  163. package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js.map +1 -1
  164. package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.1_zod@4.1.13/node_modules/zod-to-json-schema/dist/esm/Options.js +1 -1
  165. package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.1_zod@4.1.13/node_modules/zod-to-json-schema/dist/esm/Options.js.map +1 -1
  166. package/dist/node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/util.js +1 -1
  167. package/dist/node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/util.js.map +1 -1
  168. package/dist/sentry-config.js +2 -2
  169. package/dist/server/cli/run.js +2 -2
  170. package/dist/server/cli.js +2 -2
  171. package/dist/server/main.js +2 -2
  172. package/dist/server/mcp/mcp.js +2 -2
  173. package/dist/server/routes/stream/streaming.js +2 -2
  174. package/dist/ui/assets/index.js +65 -74
  175. package/dist/ui/assets/index2.js +1 -1
  176. package/dist/ui/assets/instrumentation.js +18 -18
  177. package/dist/ui/assets/main.css +1 -1
  178. package/dist/ui/assets/main.js +1 -1
  179. package/dist/ui/assets/serverTimingMeta.js +23 -30
  180. package/package.json +7 -7
  181. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/middleware/cors/index.js.map +0 -1
  182. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/utils/stream.js.map +0 -1
  183. /package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/helper/streaming/sse.js +0 -0
  184. /package/dist/node_modules/.pnpm/{hono@4.12.18 → hono@4.12.25}/node_modules/hono/dist/utils/html.js +0 -0
@@ -2,294 +2,299 @@
2
2
  !(function() {
3
3
  try {
4
4
  var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
5
- n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "0c10e33d-1edb-4e4f-80a8-3920b642693c", e._sentryDebugIdIdentifier = "sentry-dbid-0c10e33d-1edb-4e4f-80a8-3920b642693c");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b4f0eda2-259a-4c7b-aaf9-58c9f879a0a3", e._sentryDebugIdIdentifier = "sentry-dbid-b4f0eda2-259a-4c7b-aaf9-58c9f879a0a3");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
- import { __module as fastUri$1 } from "../../../../../_virtual/index11.js";
10
- import { u as utils } from "./lib/utils.js";
11
- import { s as schemes } from "./lib/schemes.js";
12
- const { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, escapePreservingEscapes, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = utils;
13
- const { SCHEMES, getSchemeHandler } = schemes;
14
- function normalize(uri, options) {
15
- if (typeof uri === "string") {
16
- uri = /** @type {T} */
17
- normalizeString(uri, options);
18
- } else if (typeof uri === "object") {
19
- uri = /** @type {T} */
20
- parse(serialize(uri, options), options);
9
+ import { __module as fastUri } from "../../../../../_virtual/index12.js";
10
+ import { __require as requireUtils } from "./lib/utils.js";
11
+ import { __require as requireSchemes } from "./lib/schemes.js";
12
+ var hasRequiredFastUri;
13
+ function requireFastUri() {
14
+ if (hasRequiredFastUri) return fastUri.exports;
15
+ hasRequiredFastUri = 1;
16
+ const { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizePercentEncoding, normalizePathEncoding, escapePreservingEscapes, reescapeHostDelimiters, isIPv4, nonSimpleDomain } = requireUtils();
17
+ const { SCHEMES, getSchemeHandler } = requireSchemes();
18
+ function normalize(uri, options) {
19
+ if (typeof uri === "string") {
20
+ uri = /** @type {T} */
21
+ normalizeString(uri, options);
22
+ } else if (typeof uri === "object") {
23
+ uri = /** @type {T} */
24
+ parse(serialize(uri, options), options);
25
+ }
26
+ return uri;
21
27
  }
22
- return uri;
23
- }
24
- function resolve(baseURI, relativeURI, options) {
25
- const schemelessOptions = options ? Object.assign({ scheme: "null" }, options) : { scheme: "null" };
26
- const resolved = resolveComponent(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true);
27
- schemelessOptions.skipEscape = true;
28
- return serialize(resolved, schemelessOptions);
29
- }
30
- function resolveComponent(base, relative, options, skipNormalization) {
31
- const target = {};
32
- if (!skipNormalization) {
33
- base = parse(serialize(base, options), options);
34
- relative = parse(serialize(relative, options), options);
28
+ function resolve(baseURI, relativeURI, options) {
29
+ const schemelessOptions = options ? Object.assign({ scheme: "null" }, options) : { scheme: "null" };
30
+ const resolved = resolveComponent(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true);
31
+ schemelessOptions.skipEscape = true;
32
+ return serialize(resolved, schemelessOptions);
35
33
  }
36
- options = options || {};
37
- if (!options.tolerant && relative.scheme) {
38
- target.scheme = relative.scheme;
39
- target.userinfo = relative.userinfo;
40
- target.host = relative.host;
41
- target.port = relative.port;
42
- target.path = removeDotSegments(relative.path || "");
43
- target.query = relative.query;
44
- } else {
45
- if (relative.userinfo !== void 0 || relative.host !== void 0 || relative.port !== void 0) {
34
+ function resolveComponent(base, relative, options, skipNormalization) {
35
+ const target = {};
36
+ if (!skipNormalization) {
37
+ base = parse(serialize(base, options), options);
38
+ relative = parse(serialize(relative, options), options);
39
+ }
40
+ options = options || {};
41
+ if (!options.tolerant && relative.scheme) {
42
+ target.scheme = relative.scheme;
46
43
  target.userinfo = relative.userinfo;
47
44
  target.host = relative.host;
48
45
  target.port = relative.port;
49
46
  target.path = removeDotSegments(relative.path || "");
50
47
  target.query = relative.query;
51
48
  } else {
52
- if (!relative.path) {
53
- target.path = base.path;
54
- if (relative.query !== void 0) {
55
- target.query = relative.query;
56
- } else {
57
- target.query = base.query;
58
- }
49
+ if (relative.userinfo !== void 0 || relative.host !== void 0 || relative.port !== void 0) {
50
+ target.userinfo = relative.userinfo;
51
+ target.host = relative.host;
52
+ target.port = relative.port;
53
+ target.path = removeDotSegments(relative.path || "");
54
+ target.query = relative.query;
59
55
  } else {
60
- if (relative.path[0] === "/") {
61
- target.path = removeDotSegments(relative.path);
56
+ if (!relative.path) {
57
+ target.path = base.path;
58
+ if (relative.query !== void 0) {
59
+ target.query = relative.query;
60
+ } else {
61
+ target.query = base.query;
62
+ }
62
63
  } else {
63
- if ((base.userinfo !== void 0 || base.host !== void 0 || base.port !== void 0) && !base.path) {
64
- target.path = "/" + relative.path;
65
- } else if (!base.path) {
66
- target.path = relative.path;
64
+ if (relative.path[0] === "/") {
65
+ target.path = removeDotSegments(relative.path);
67
66
  } else {
68
- target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path;
67
+ if ((base.userinfo !== void 0 || base.host !== void 0 || base.port !== void 0) && !base.path) {
68
+ target.path = "/" + relative.path;
69
+ } else if (!base.path) {
70
+ target.path = relative.path;
71
+ } else {
72
+ target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path;
73
+ }
74
+ target.path = removeDotSegments(target.path);
69
75
  }
70
- target.path = removeDotSegments(target.path);
76
+ target.query = relative.query;
71
77
  }
72
- target.query = relative.query;
78
+ target.userinfo = base.userinfo;
79
+ target.host = base.host;
80
+ target.port = base.port;
73
81
  }
74
- target.userinfo = base.userinfo;
75
- target.host = base.host;
76
- target.port = base.port;
82
+ target.scheme = base.scheme;
77
83
  }
78
- target.scheme = base.scheme;
84
+ target.fragment = relative.fragment;
85
+ return target;
79
86
  }
80
- target.fragment = relative.fragment;
81
- return target;
82
- }
83
- function equal(uriA, uriB, options) {
84
- const normalizedA = normalizeComparableURI(uriA, options);
85
- const normalizedB = normalizeComparableURI(uriB, options);
86
- return normalizedA !== void 0 && normalizedB !== void 0 && normalizedA.toLowerCase() === normalizedB.toLowerCase();
87
- }
88
- function serialize(cmpts, opts) {
89
- const component = {
90
- host: cmpts.host,
91
- scheme: cmpts.scheme,
92
- userinfo: cmpts.userinfo,
93
- port: cmpts.port,
94
- path: cmpts.path,
95
- query: cmpts.query,
96
- nid: cmpts.nid,
97
- nss: cmpts.nss,
98
- uuid: cmpts.uuid,
99
- fragment: cmpts.fragment,
100
- reference: cmpts.reference,
101
- resourceName: cmpts.resourceName,
102
- secure: cmpts.secure,
103
- error: ""
104
- };
105
- const options = Object.assign({}, opts);
106
- const uriTokens = [];
107
- const schemeHandler = getSchemeHandler(options.scheme || component.scheme);
108
- if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(component, options);
109
- if (component.path !== void 0) {
110
- if (!options.skipEscape) {
111
- component.path = escapePreservingEscapes(component.path);
112
- if (component.scheme !== void 0) {
113
- component.path = component.path.split("%3A").join(":");
87
+ function equal(uriA, uriB, options) {
88
+ const normalizedA = normalizeComparableURI(uriA, options);
89
+ const normalizedB = normalizeComparableURI(uriB, options);
90
+ return normalizedA !== void 0 && normalizedB !== void 0 && normalizedA.toLowerCase() === normalizedB.toLowerCase();
91
+ }
92
+ function serialize(cmpts, opts) {
93
+ const component = {
94
+ host: cmpts.host,
95
+ scheme: cmpts.scheme,
96
+ userinfo: cmpts.userinfo,
97
+ port: cmpts.port,
98
+ path: cmpts.path,
99
+ query: cmpts.query,
100
+ nid: cmpts.nid,
101
+ nss: cmpts.nss,
102
+ uuid: cmpts.uuid,
103
+ fragment: cmpts.fragment,
104
+ reference: cmpts.reference,
105
+ resourceName: cmpts.resourceName,
106
+ secure: cmpts.secure,
107
+ error: ""
108
+ };
109
+ const options = Object.assign({}, opts);
110
+ const uriTokens = [];
111
+ const schemeHandler = getSchemeHandler(options.scheme || component.scheme);
112
+ if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(component, options);
113
+ if (component.path !== void 0) {
114
+ if (!options.skipEscape) {
115
+ component.path = escapePreservingEscapes(component.path);
116
+ if (component.scheme !== void 0) {
117
+ component.path = component.path.split("%3A").join(":");
118
+ }
119
+ } else {
120
+ component.path = normalizePercentEncoding(component.path);
114
121
  }
115
- } else {
116
- component.path = normalizePercentEncoding(component.path);
117
122
  }
118
- }
119
- if (options.reference !== "suffix" && component.scheme) {
120
- uriTokens.push(component.scheme, ":");
121
- }
122
- const authority = recomposeAuthority(component);
123
- if (authority !== void 0) {
124
- if (options.reference !== "suffix") {
125
- uriTokens.push("//");
123
+ if (options.reference !== "suffix" && component.scheme) {
124
+ uriTokens.push(component.scheme, ":");
126
125
  }
127
- uriTokens.push(authority);
128
- if (component.path && component.path[0] !== "/") {
129
- uriTokens.push("/");
126
+ const authority = recomposeAuthority(component);
127
+ if (authority !== void 0) {
128
+ if (options.reference !== "suffix") {
129
+ uriTokens.push("//");
130
+ }
131
+ uriTokens.push(authority);
132
+ if (component.path && component.path[0] !== "/") {
133
+ uriTokens.push("/");
134
+ }
130
135
  }
131
- }
132
- if (component.path !== void 0) {
133
- let s = component.path;
134
- if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) {
135
- s = removeDotSegments(s);
136
+ if (component.path !== void 0) {
137
+ let s = component.path;
138
+ if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) {
139
+ s = removeDotSegments(s);
140
+ }
141
+ if (authority === void 0 && s[0] === "/" && s[1] === "/") {
142
+ s = "/%2F" + s.slice(2);
143
+ }
144
+ uriTokens.push(s);
136
145
  }
137
- if (authority === void 0 && s[0] === "/" && s[1] === "/") {
138
- s = "/%2F" + s.slice(2);
146
+ if (component.query !== void 0) {
147
+ uriTokens.push("?", component.query);
139
148
  }
140
- uriTokens.push(s);
141
- }
142
- if (component.query !== void 0) {
143
- uriTokens.push("?", component.query);
144
- }
145
- if (component.fragment !== void 0) {
146
- uriTokens.push("#", component.fragment);
147
- }
148
- return uriTokens.join("");
149
- }
150
- const URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;
151
- function getParseError(parsed, matches) {
152
- if (matches[2] !== void 0 && parsed.path && parsed.path[0] !== "/") {
153
- return 'URI path must start with "/" when authority is present.';
154
- }
155
- if (typeof parsed.port === "number" && (parsed.port < 0 || parsed.port > 65535)) {
156
- return "URI port is malformed.";
157
- }
158
- return void 0;
159
- }
160
- function parseWithStatus(uri, opts) {
161
- const options = Object.assign({}, opts);
162
- const parsed = {
163
- scheme: void 0,
164
- userinfo: void 0,
165
- host: "",
166
- port: void 0,
167
- path: "",
168
- query: void 0,
169
- fragment: void 0
170
- };
171
- let malformedAuthorityOrPort = false;
172
- let isIP = false;
173
- if (options.reference === "suffix") {
174
- if (options.scheme) {
175
- uri = options.scheme + ":" + uri;
176
- } else {
177
- uri = "//" + uri;
149
+ if (component.fragment !== void 0) {
150
+ uriTokens.push("#", component.fragment);
178
151
  }
152
+ return uriTokens.join("");
179
153
  }
180
- const matches = uri.match(URI_PARSE);
181
- if (matches) {
182
- parsed.scheme = matches[1];
183
- parsed.userinfo = matches[3];
184
- parsed.host = matches[4];
185
- parsed.port = parseInt(matches[5], 10);
186
- parsed.path = matches[6] || "";
187
- parsed.query = matches[7];
188
- parsed.fragment = matches[8];
189
- if (isNaN(parsed.port)) {
190
- parsed.port = matches[5];
154
+ const URI_PARSE = /^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;
155
+ function getParseError(parsed, matches) {
156
+ if (matches[2] !== void 0 && parsed.path && parsed.path[0] !== "/") {
157
+ return 'URI path must start with "/" when authority is present.';
191
158
  }
192
- const parseError = getParseError(parsed, matches);
193
- if (parseError !== void 0) {
194
- parsed.error = parsed.error || parseError;
195
- malformedAuthorityOrPort = true;
159
+ if (typeof parsed.port === "number" && (parsed.port < 0 || parsed.port > 65535)) {
160
+ return "URI port is malformed.";
196
161
  }
197
- if (parsed.host) {
198
- const ipv4result = isIPv4(parsed.host);
199
- if (ipv4result === false) {
200
- const ipv6result = normalizeIPv6(parsed.host);
201
- parsed.host = ipv6result.host.toLowerCase();
202
- isIP = ipv6result.isIPV6;
162
+ return void 0;
163
+ }
164
+ function parseWithStatus(uri, opts) {
165
+ const options = Object.assign({}, opts);
166
+ const parsed = {
167
+ scheme: void 0,
168
+ userinfo: void 0,
169
+ host: "",
170
+ port: void 0,
171
+ path: "",
172
+ query: void 0,
173
+ fragment: void 0
174
+ };
175
+ let malformedAuthorityOrPort = false;
176
+ let isIP = false;
177
+ if (options.reference === "suffix") {
178
+ if (options.scheme) {
179
+ uri = options.scheme + ":" + uri;
203
180
  } else {
204
- isIP = true;
181
+ uri = "//" + uri;
205
182
  }
206
183
  }
207
- if (parsed.scheme === void 0 && parsed.userinfo === void 0 && parsed.host === void 0 && parsed.port === void 0 && parsed.query === void 0 && !parsed.path) {
208
- parsed.reference = "same-document";
209
- } else if (parsed.scheme === void 0) {
210
- parsed.reference = "relative";
211
- } else if (parsed.fragment === void 0) {
212
- parsed.reference = "absolute";
213
- } else {
214
- parsed.reference = "uri";
215
- }
216
- if (options.reference && options.reference !== "suffix" && options.reference !== parsed.reference) {
217
- parsed.error = parsed.error || "URI is not a " + options.reference + " reference.";
218
- }
219
- const schemeHandler = getSchemeHandler(options.scheme || parsed.scheme);
220
- if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {
221
- if (parsed.host && (options.domainHost || schemeHandler && schemeHandler.domainHost) && isIP === false && nonSimpleDomain(parsed.host)) {
222
- try {
223
- parsed.host = URL.domainToASCII(parsed.host.toLowerCase());
224
- } catch (e) {
225
- parsed.error = parsed.error || "Host's domain name can not be converted to ASCII: " + e;
226
- }
184
+ const matches = uri.match(URI_PARSE);
185
+ if (matches) {
186
+ parsed.scheme = matches[1];
187
+ parsed.userinfo = matches[3];
188
+ parsed.host = matches[4];
189
+ parsed.port = parseInt(matches[5], 10);
190
+ parsed.path = matches[6] || "";
191
+ parsed.query = matches[7];
192
+ parsed.fragment = matches[8];
193
+ if (isNaN(parsed.port)) {
194
+ parsed.port = matches[5];
227
195
  }
228
- }
229
- if (!schemeHandler || schemeHandler && !schemeHandler.skipNormalize) {
230
- if (uri.indexOf("%") !== -1) {
231
- if (parsed.scheme !== void 0) {
232
- parsed.scheme = unescape(parsed.scheme);
233
- }
234
- if (parsed.host !== void 0) {
235
- parsed.host = reescapeHostDelimiters(unescape(parsed.host), isIP);
196
+ const parseError = getParseError(parsed, matches);
197
+ if (parseError !== void 0) {
198
+ parsed.error = parsed.error || parseError;
199
+ malformedAuthorityOrPort = true;
200
+ }
201
+ if (parsed.host) {
202
+ const ipv4result = isIPv4(parsed.host);
203
+ if (ipv4result === false) {
204
+ const ipv6result = normalizeIPv6(parsed.host);
205
+ parsed.host = ipv6result.host.toLowerCase();
206
+ isIP = ipv6result.isIPV6;
207
+ } else {
208
+ isIP = true;
236
209
  }
237
210
  }
238
- if (parsed.path) {
239
- parsed.path = normalizePathEncoding(parsed.path);
211
+ if (parsed.scheme === void 0 && parsed.userinfo === void 0 && parsed.host === void 0 && parsed.port === void 0 && parsed.query === void 0 && !parsed.path) {
212
+ parsed.reference = "same-document";
213
+ } else if (parsed.scheme === void 0) {
214
+ parsed.reference = "relative";
215
+ } else if (parsed.fragment === void 0) {
216
+ parsed.reference = "absolute";
217
+ } else {
218
+ parsed.reference = "uri";
219
+ }
220
+ if (options.reference && options.reference !== "suffix" && options.reference !== parsed.reference) {
221
+ parsed.error = parsed.error || "URI is not a " + options.reference + " reference.";
240
222
  }
241
- if (parsed.fragment) {
242
- try {
243
- parsed.fragment = encodeURI(decodeURIComponent(parsed.fragment));
244
- } catch {
245
- parsed.error = parsed.error || "URI malformed";
223
+ const schemeHandler = getSchemeHandler(options.scheme || parsed.scheme);
224
+ if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {
225
+ if (parsed.host && (options.domainHost || schemeHandler && schemeHandler.domainHost) && isIP === false && nonSimpleDomain(parsed.host)) {
226
+ try {
227
+ parsed.host = URL.domainToASCII(parsed.host.toLowerCase());
228
+ } catch (e) {
229
+ parsed.error = parsed.error || "Host's domain name can not be converted to ASCII: " + e;
230
+ }
246
231
  }
247
232
  }
233
+ if (!schemeHandler || schemeHandler && !schemeHandler.skipNormalize) {
234
+ if (uri.indexOf("%") !== -1) {
235
+ if (parsed.scheme !== void 0) {
236
+ parsed.scheme = unescape(parsed.scheme);
237
+ }
238
+ if (parsed.host !== void 0) {
239
+ parsed.host = reescapeHostDelimiters(unescape(parsed.host), isIP);
240
+ }
241
+ }
242
+ if (parsed.path) {
243
+ parsed.path = normalizePathEncoding(parsed.path);
244
+ }
245
+ if (parsed.fragment) {
246
+ try {
247
+ parsed.fragment = encodeURI(decodeURIComponent(parsed.fragment));
248
+ } catch {
249
+ parsed.error = parsed.error || "URI malformed";
250
+ }
251
+ }
252
+ }
253
+ if (schemeHandler && schemeHandler.parse) {
254
+ schemeHandler.parse(parsed, options);
255
+ }
256
+ } else {
257
+ parsed.error = parsed.error || "URI can not be parsed.";
248
258
  }
249
- if (schemeHandler && schemeHandler.parse) {
250
- schemeHandler.parse(parsed, options);
251
- }
252
- } else {
253
- parsed.error = parsed.error || "URI can not be parsed.";
259
+ return { parsed, malformedAuthorityOrPort };
254
260
  }
255
- return { parsed, malformedAuthorityOrPort };
256
- }
257
- function parse(uri, opts) {
258
- return parseWithStatus(uri, opts).parsed;
259
- }
260
- function normalizeString(uri, opts) {
261
- return normalizeStringWithStatus(uri, opts).normalized;
262
- }
263
- function normalizeStringWithStatus(uri, opts) {
264
- const { parsed, malformedAuthorityOrPort } = parseWithStatus(uri, opts);
265
- return {
266
- normalized: malformedAuthorityOrPort ? uri : serialize(parsed, opts),
267
- malformedAuthorityOrPort
268
- };
269
- }
270
- function normalizeComparableURI(uri, opts) {
271
- if (typeof uri === "string") {
272
- const { normalized, malformedAuthorityOrPort } = normalizeStringWithStatus(uri, opts);
273
- return malformedAuthorityOrPort ? void 0 : normalized;
261
+ function parse(uri, opts) {
262
+ return parseWithStatus(uri, opts).parsed;
263
+ }
264
+ function normalizeString(uri, opts) {
265
+ return normalizeStringWithStatus(uri, opts).normalized;
266
+ }
267
+ function normalizeStringWithStatus(uri, opts) {
268
+ const { parsed, malformedAuthorityOrPort } = parseWithStatus(uri, opts);
269
+ return {
270
+ normalized: malformedAuthorityOrPort ? uri : serialize(parsed, opts),
271
+ malformedAuthorityOrPort
272
+ };
274
273
  }
275
- if (typeof uri === "object") {
276
- return serialize(uri, opts);
274
+ function normalizeComparableURI(uri, opts) {
275
+ if (typeof uri === "string") {
276
+ const { normalized, malformedAuthorityOrPort } = normalizeStringWithStatus(uri, opts);
277
+ return malformedAuthorityOrPort ? void 0 : normalized;
278
+ }
279
+ if (typeof uri === "object") {
280
+ return serialize(uri, opts);
281
+ }
277
282
  }
283
+ const fastUri$1 = {
284
+ SCHEMES,
285
+ normalize,
286
+ resolve,
287
+ resolveComponent,
288
+ equal,
289
+ serialize,
290
+ parse
291
+ };
292
+ fastUri.exports = fastUri$1;
293
+ fastUri.exports.default = fastUri$1;
294
+ fastUri.exports.fastUri = fastUri$1;
295
+ return fastUri.exports;
278
296
  }
279
- const fastUri = {
280
- SCHEMES,
281
- normalize,
282
- resolve,
283
- resolveComponent,
284
- equal,
285
- serialize,
286
- parse
287
- };
288
- fastUri$1.exports = fastUri;
289
- fastUri$1.exports.default = fastUri;
290
- fastUri$1.exports.fastUri = fastUri;
291
- var fastUriExports = fastUri$1.exports;
292
297
  export {
293
- fastUriExports as f
298
+ requireFastUri as __require
294
299
  };
295
300
  //# sourceMappingURL=index.js.map