@spotlightjs/spotlight 4.11.3 → 4.11.5

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 (191) 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/index4.js +3 -3
  9. package/dist/_virtual/index5.js +3 -3
  10. package/dist/_virtual/index6.js +3 -3
  11. package/dist/_virtual/index7.js +3 -3
  12. package/dist/_virtual/index8.js +3 -3
  13. 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
  14. 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
  15. 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
  16. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/formats.js +203 -194
  17. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/formats.js.map +1 -1
  18. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/index.js +47 -47
  19. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/index.js.map +1 -1
  20. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/limit.js +77 -69
  21. package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.18.0/node_modules/ajv-formats/dist/limit.js.map +1 -1
  22. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/ajv.js +80 -85
  23. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/ajv.js.map +1 -1
  24. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js +145 -136
  25. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/code.js.map +1 -1
  26. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js +692 -685
  27. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/index.js.map +1 -1
  28. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js +143 -135
  29. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/codegen/scope.js.map +1 -1
  30. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js +122 -116
  31. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/errors.js.map +1 -1
  32. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/index.js +218 -218
  33. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/index.js.map +1 -1
  34. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/names.js +43 -35
  35. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/names.js.map +1 -1
  36. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js +19 -11
  37. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/ref_error.js.map +1 -1
  38. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js +149 -144
  39. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/resolve.js.map +1 -1
  40. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js +31 -25
  41. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/rules.js.map +1 -1
  42. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/util.js +164 -160
  43. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/util.js.map +1 -1
  44. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js +23 -17
  45. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/applicability.js.map +1 -1
  46. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js +52 -49
  47. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/boolSchema.js.map +1 -1
  48. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js +174 -173
  49. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/dataType.js.map +1 -1
  50. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js +36 -32
  51. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/defaults.js.map +1 -1
  52. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js +473 -478
  53. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/index.js.map +1 -1
  54. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js +113 -111
  55. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/keyword.js.map +1 -1
  56. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js +81 -77
  57. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/compile/validate/subschema.js.map +1 -1
  58. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/core.js +573 -574
  59. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/core.js.map +1 -1
  60. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/data.json.js +3 -17
  61. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/data.json.js.map +1 -1
  62. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js +4 -236
  63. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js.map +1 -1
  64. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js +16 -7
  65. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/equal.js.map +1 -1
  66. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js +27 -18
  67. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/ucs2length.js.map +1 -1
  68. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js +16 -7
  69. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/uri.js.map +1 -1
  70. package/dist/node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/runtime/validation_error.js +17 -8
  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 +62 -57
  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 +103 -99
  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 +300 -0
  151. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js.map +1 -0
  152. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js +223 -0
  153. package/dist/node_modules/.pnpm/{fast-uri@3.1.0 → 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 +325 -0
  155. package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js.map +1 -0
  156. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/helper/streaming/sse.js.map +1 -0
  157. package/dist/node_modules/.pnpm/{hono@4.12.8 → hono@4.12.18}/node_modules/hono/dist/middleware/cors/index.js +8 -8
  158. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/middleware/cors/index.js.map +1 -0
  159. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/utils/html.js.map +1 -0
  160. package/dist/node_modules/.pnpm/hono@4.12.18/node_modules/hono/dist/utils/stream.js.map +1 -0
  161. package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js +83 -78
  162. package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js.map +1 -1
  163. 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
  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.map +1 -1
  165. package/dist/node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/util.js +1 -1
  166. package/dist/node_modules/.pnpm/zod@4.1.13/node_modules/zod/v4/core/util.js.map +1 -1
  167. package/dist/sentry-config.js +2 -2
  168. package/dist/server/cli/run.js +2 -2
  169. package/dist/server/cli.js +2 -2
  170. package/dist/server/main.js +2 -2
  171. package/dist/server/mcp/mcp.js +2 -2
  172. package/dist/server/routes/stream/streaming.js +2 -2
  173. package/dist/ui/assets/index.js +61 -70
  174. package/dist/ui/assets/index2.js +1 -1
  175. package/dist/ui/assets/instrumentation.js +18 -18
  176. package/dist/ui/assets/main.css +1 -1
  177. package/dist/ui/assets/main.js +1 -1
  178. package/dist/ui/assets/serverTimingMeta.js +23 -30
  179. package/package.json +9 -9
  180. package/dist/node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/index.js +0 -264
  181. package/dist/node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/index.js.map +0 -1
  182. package/dist/node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/lib/schemes.js +0 -197
  183. package/dist/node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js +0 -261
  184. package/dist/node_modules/.pnpm/fast-uri@3.1.0/node_modules/fast-uri/lib/utils.js.map +0 -1
  185. package/dist/node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/helper/streaming/sse.js.map +0 -1
  186. package/dist/node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/middleware/cors/index.js.map +0 -1
  187. package/dist/node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/utils/html.js.map +0 -1
  188. package/dist/node_modules/.pnpm/hono@4.12.8/node_modules/hono/dist/utils/stream.js.map +0 -1
  189. /package/dist/node_modules/.pnpm/{hono@4.12.8 → hono@4.12.18}/node_modules/hono/dist/helper/streaming/sse.js +0 -0
  190. /package/dist/node_modules/.pnpm/{hono@4.12.8 → hono@4.12.18}/node_modules/hono/dist/utils/html.js +0 -0
  191. /package/dist/node_modules/.pnpm/{hono@4.12.8 → hono@4.12.18}/node_modules/hono/dist/utils/stream.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.DiscrError = void 0;\nvar DiscrError;\n(function (DiscrError) {\n DiscrError[\"Tag\"] = \"tag\";\n DiscrError[\"Mapping\"] = \"mapping\";\n})(DiscrError || (exports.DiscrError = DiscrError = {}));\n//# sourceMappingURL=types.js.map"],"names":["DiscrError"],"mappings":";;;;;;;;;AACA,OAAO,eAAe,OAAS,cAAc,EAAE,OAAO,KAAI,CAAE;AAC5D,MAAA,aAAqB;AACrB,IAAI;AAAA,CACH,SAAUA,aAAY;AACnB,EAAAA,YAAW,KAAK,IAAI;AACpB,EAAAA,YAAW,SAAS,IAAI;AAC5B,GAAG,eAAe,MAAA,aAAqB,aAAa,CAAA,EAAG;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"types.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/discriminator/types.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.DiscrError = void 0;\nvar DiscrError;\n(function (DiscrError) {\n DiscrError[\"Tag\"] = \"tag\";\n DiscrError[\"Mapping\"] = \"mapping\";\n})(DiscrError || (exports.DiscrError = DiscrError = {}));\n//# sourceMappingURL=types.js.map"],"names":["DiscrError"],"mappings":";;;;;;;;;;;;;AACA,SAAO,eAAe,OAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,QAAA,aAAqB;AACrB,MAAI;AACJ,GAAC,SAAUA,aAAY;AACnB,IAAAA,YAAW,KAAK,IAAI;AACpB,IAAAA,YAAW,SAAS,IAAI;AAAA,EAC5B,GAAG,eAAe,MAAA,aAAqB,aAAa,CAAA,EAAG;;;","x_google_ignoreList":[0]}
@@ -2,34 +2,38 @@
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] = "ca461db5-f206-495f-a53a-6a0cd98d45e1", e._sentryDebugIdIdentifier = "sentry-dbid-ca461db5-f206-495f-a53a-6a0cd98d45e1");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "b6ba1c59-b7c4-4561-b5e8-12a9fcb60016", e._sentryDebugIdIdentifier = "sentry-dbid-b6ba1c59-b7c4-4561-b5e8-12a9fcb60016");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
9
  import { __exports as draft7 } from "../../../../../../../_virtual/draft7.js";
10
- import "./core/index.js";
11
- import "./validation/index.js";
12
- import "./applicator/index.js";
13
- import "./format/index.js";
14
- import "./metadata.js";
15
- import { __exports as core } from "../../../../../../../_virtual/index6.js";
16
- import { __exports as validation } from "../../../../../../../_virtual/index7.js";
17
- import { __exports as format } from "../../../../../../../_virtual/index8.js";
18
- import { __exports as metadata } from "../../../../../../../_virtual/metadata.js";
19
- import { __exports as applicator } from "../../../../../../../_virtual/index9.js";
20
- Object.defineProperty(draft7, "__esModule", { value: true });
21
- const core_1 = core;
22
- const validation_1 = validation;
23
- const applicator_1 = applicator;
24
- const format_1 = format;
25
- const metadata_1 = metadata;
26
- const draft7Vocabularies = [
27
- core_1.default,
28
- validation_1.default,
29
- (0, applicator_1.default)(),
30
- format_1.default,
31
- metadata_1.metadataVocabulary,
32
- metadata_1.contentVocabulary
33
- ];
34
- draft7.default = draft7Vocabularies;
10
+ import { __require as requireCore } from "./core/index.js";
11
+ import { __require as requireValidation } from "./validation/index.js";
12
+ import { __require as requireApplicator } from "./applicator/index.js";
13
+ import { __require as requireFormat } from "./format/index.js";
14
+ import { __require as requireMetadata } from "./metadata.js";
15
+ var hasRequiredDraft7;
16
+ function requireDraft7() {
17
+ if (hasRequiredDraft7) return draft7;
18
+ hasRequiredDraft7 = 1;
19
+ Object.defineProperty(draft7, "__esModule", { value: true });
20
+ const core_1 = /* @__PURE__ */ requireCore();
21
+ const validation_1 = /* @__PURE__ */ requireValidation();
22
+ const applicator_1 = /* @__PURE__ */ requireApplicator();
23
+ const format_1 = /* @__PURE__ */ requireFormat();
24
+ const metadata_1 = /* @__PURE__ */ requireMetadata();
25
+ const draft7Vocabularies = [
26
+ core_1.default,
27
+ validation_1.default,
28
+ (0, applicator_1.default)(),
29
+ format_1.default,
30
+ metadata_1.metadataVocabulary,
31
+ metadata_1.contentVocabulary
32
+ ];
33
+ draft7.default = draft7Vocabularies;
34
+ return draft7;
35
+ }
36
+ export {
37
+ requireDraft7 as __require
38
+ };
35
39
  //# sourceMappingURL=draft7.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"draft7.js","sources":["../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst core_1 = require(\"./core\");\nconst validation_1 = require(\"./validation\");\nconst applicator_1 = require(\"./applicator\");\nconst format_1 = require(\"./format\");\nconst metadata_1 = require(\"./metadata\");\nconst draft7Vocabularies = [\n core_1.default,\n validation_1.default,\n (0, applicator_1.default)(),\n format_1.default,\n metadata_1.metadataVocabulary,\n metadata_1.contentVocabulary,\n];\nexports.default = draft7Vocabularies;\n//# sourceMappingURL=draft7.js.map"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;;;;;;;;;;;;;;AACA,OAAO,eAAe,QAAS,cAAc,EAAE,OAAO,KAAI,CAAE;AAC5D,MAAM,SAASA;AACf,MAAM,eAAeC;AACrB,MAAM,eAAeC;AACrB,MAAM,WAAWC;AACjB,MAAM,aAAaC;AACnB,MAAM,qBAAqB;AAAA,EACvB,OAAO;AAAA,EACP,aAAa;AAAA,GACb,GAAI,aAAa,SAAO;AAAA,EACxB,SAAS;AAAA,EACT,WAAW;AAAA,EACX,WAAW;AACf;AACA,OAAA,UAAkB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"draft7.js","sources":["../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/draft7.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst core_1 = require(\"./core\");\nconst validation_1 = require(\"./validation\");\nconst applicator_1 = require(\"./applicator\");\nconst format_1 = require(\"./format\");\nconst metadata_1 = require(\"./metadata\");\nconst draft7Vocabularies = [\n core_1.default,\n validation_1.default,\n (0, applicator_1.default)(),\n format_1.default,\n metadata_1.metadataVocabulary,\n metadata_1.contentVocabulary,\n];\nexports.default = draft7Vocabularies;\n//# sourceMappingURL=draft7.js.map"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;;;;;;;;;;;;;AACA,SAAO,eAAe,QAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,QAAM,SAASA,4BAAA;AACf,QAAM,eAAeC,kCAAA;AACrB,QAAM,eAAeC,kCAAA;AACrB,QAAM,WAAWC,8BAAA;AACjB,QAAM,aAAaC,gCAAA;AACnB,QAAM,qBAAqB;AAAA,IACvB,OAAO;AAAA,IACP,aAAa;AAAA,KACb,GAAI,aAAa,SAAO;AAAA,IACxB,SAAS;AAAA,IACT,WAAW;AAAA,IACX,WAAW;AAAA;AAEf,SAAA,UAAkB;;;","x_google_ignoreList":[0]}
@@ -2,94 +2,102 @@
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] = "49236719-164c-4752-981f-c6fd6ddc2937", e._sentryDebugIdIdentifier = "sentry-dbid-49236719-164c-4752-981f-c6fd6ddc2937");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "ea950725-f6a8-4dd1-bb24-3d29594e698f", e._sentryDebugIdIdentifier = "sentry-dbid-ea950725-f6a8-4dd1-bb24-3d29594e698f");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
9
  import { __exports as format } from "../../../../../../../../_virtual/format.js";
10
- import "../../compile/codegen/index.js";
11
- import { __exports as codegen } from "../../../../../../../../_virtual/index2.js";
12
- Object.defineProperty(format, "__esModule", { value: true });
13
- const codegen_1 = codegen;
14
- const error = {
15
- message: ({ schemaCode }) => (0, codegen_1.str)`must match format "${schemaCode}"`,
16
- params: ({ schemaCode }) => (0, codegen_1._)`{format: ${schemaCode}}`
17
- };
18
- const def = {
19
- keyword: "format",
20
- type: ["number", "string"],
21
- schemaType: "string",
22
- $data: true,
23
- error,
24
- code(cxt, ruleType) {
25
- const { gen, data, $data, schema, schemaCode, it } = cxt;
26
- const { opts, errSchemaPath, schemaEnv, self: self2 } = it;
27
- if (!opts.validateFormats)
28
- return;
29
- if ($data)
30
- validate$DataFormat();
31
- else
32
- validateFormat();
33
- function validate$DataFormat() {
34
- const fmts = gen.scopeValue("formats", {
35
- ref: self2.formats,
36
- code: opts.code.formats
37
- });
38
- const fDef = gen.const("fDef", (0, codegen_1._)`${fmts}[${schemaCode}]`);
39
- const fType = gen.let("fType");
40
- const format2 = gen.let("format");
41
- gen.if((0, codegen_1._)`typeof ${fDef} == "object" && !(${fDef} instanceof RegExp)`, () => gen.assign(fType, (0, codegen_1._)`${fDef}.type || "string"`).assign(format2, (0, codegen_1._)`${fDef}.validate`), () => gen.assign(fType, (0, codegen_1._)`"string"`).assign(format2, fDef));
42
- cxt.fail$data((0, codegen_1.or)(unknownFmt(), invalidFmt()));
43
- function unknownFmt() {
44
- if (opts.strictSchema === false)
45
- return codegen_1.nil;
46
- return (0, codegen_1._)`${schemaCode} && !${format2}`;
47
- }
48
- function invalidFmt() {
49
- const callFormat = schemaEnv.$async ? (0, codegen_1._)`(${fDef}.async ? await ${format2}(${data}) : ${format2}(${data}))` : (0, codegen_1._)`${format2}(${data})`;
50
- const validData = (0, codegen_1._)`(typeof ${format2} == "function" ? ${callFormat} : ${format2}.test(${data}))`;
51
- return (0, codegen_1._)`${format2} && ${format2} !== true && ${fType} === ${ruleType} && !${validData}`;
52
- }
53
- }
54
- function validateFormat() {
55
- const formatDef = self2.formats[schema];
56
- if (!formatDef) {
57
- unknownFormat();
10
+ import { __require as requireCodegen } from "../../compile/codegen/index.js";
11
+ var hasRequiredFormat;
12
+ function requireFormat() {
13
+ if (hasRequiredFormat) return format;
14
+ hasRequiredFormat = 1;
15
+ Object.defineProperty(format, "__esModule", { value: true });
16
+ const codegen_1 = /* @__PURE__ */ requireCodegen();
17
+ const error = {
18
+ message: ({ schemaCode }) => (0, codegen_1.str)`must match format "${schemaCode}"`,
19
+ params: ({ schemaCode }) => (0, codegen_1._)`{format: ${schemaCode}}`
20
+ };
21
+ const def = {
22
+ keyword: "format",
23
+ type: ["number", "string"],
24
+ schemaType: "string",
25
+ $data: true,
26
+ error,
27
+ code(cxt, ruleType) {
28
+ const { gen, data, $data, schema, schemaCode, it } = cxt;
29
+ const { opts, errSchemaPath, schemaEnv, self: self2 } = it;
30
+ if (!opts.validateFormats)
58
31
  return;
32
+ if ($data)
33
+ validate$DataFormat();
34
+ else
35
+ validateFormat();
36
+ function validate$DataFormat() {
37
+ const fmts = gen.scopeValue("formats", {
38
+ ref: self2.formats,
39
+ code: opts.code.formats
40
+ });
41
+ const fDef = gen.const("fDef", (0, codegen_1._)`${fmts}[${schemaCode}]`);
42
+ const fType = gen.let("fType");
43
+ const format2 = gen.let("format");
44
+ gen.if((0, codegen_1._)`typeof ${fDef} == "object" && !(${fDef} instanceof RegExp)`, () => gen.assign(fType, (0, codegen_1._)`${fDef}.type || "string"`).assign(format2, (0, codegen_1._)`${fDef}.validate`), () => gen.assign(fType, (0, codegen_1._)`"string"`).assign(format2, fDef));
45
+ cxt.fail$data((0, codegen_1.or)(unknownFmt(), invalidFmt()));
46
+ function unknownFmt() {
47
+ if (opts.strictSchema === false)
48
+ return codegen_1.nil;
49
+ return (0, codegen_1._)`${schemaCode} && !${format2}`;
50
+ }
51
+ function invalidFmt() {
52
+ const callFormat = schemaEnv.$async ? (0, codegen_1._)`(${fDef}.async ? await ${format2}(${data}) : ${format2}(${data}))` : (0, codegen_1._)`${format2}(${data})`;
53
+ const validData = (0, codegen_1._)`(typeof ${format2} == "function" ? ${callFormat} : ${format2}.test(${data}))`;
54
+ return (0, codegen_1._)`${format2} && ${format2} !== true && ${fType} === ${ruleType} && !${validData}`;
55
+ }
59
56
  }
60
- if (formatDef === true)
61
- return;
62
- const [fmtType, format2, fmtRef] = getFormat(formatDef);
63
- if (fmtType === ruleType)
64
- cxt.pass(validCondition());
65
- function unknownFormat() {
66
- if (opts.strictSchema === false) {
67
- self2.logger.warn(unknownMsg());
57
+ function validateFormat() {
58
+ const formatDef = self2.formats[schema];
59
+ if (!formatDef) {
60
+ unknownFormat();
68
61
  return;
69
62
  }
70
- throw new Error(unknownMsg());
71
- function unknownMsg() {
72
- return `unknown format "${schema}" ignored in schema at path "${errSchemaPath}"`;
63
+ if (formatDef === true)
64
+ return;
65
+ const [fmtType, format2, fmtRef] = getFormat(formatDef);
66
+ if (fmtType === ruleType)
67
+ cxt.pass(validCondition());
68
+ function unknownFormat() {
69
+ if (opts.strictSchema === false) {
70
+ self2.logger.warn(unknownMsg());
71
+ return;
72
+ }
73
+ throw new Error(unknownMsg());
74
+ function unknownMsg() {
75
+ return `unknown format "${schema}" ignored in schema at path "${errSchemaPath}"`;
76
+ }
73
77
  }
74
- }
75
- function getFormat(fmtDef) {
76
- const code = fmtDef instanceof RegExp ? (0, codegen_1.regexpCode)(fmtDef) : opts.code.formats ? (0, codegen_1._)`${opts.code.formats}${(0, codegen_1.getProperty)(schema)}` : void 0;
77
- const fmt = gen.scopeValue("formats", { key: schema, ref: fmtDef, code });
78
- if (typeof fmtDef == "object" && !(fmtDef instanceof RegExp)) {
79
- return [fmtDef.type || "string", fmtDef.validate, (0, codegen_1._)`${fmt}.validate`];
78
+ function getFormat(fmtDef) {
79
+ const code = fmtDef instanceof RegExp ? (0, codegen_1.regexpCode)(fmtDef) : opts.code.formats ? (0, codegen_1._)`${opts.code.formats}${(0, codegen_1.getProperty)(schema)}` : void 0;
80
+ const fmt = gen.scopeValue("formats", { key: schema, ref: fmtDef, code });
81
+ if (typeof fmtDef == "object" && !(fmtDef instanceof RegExp)) {
82
+ return [fmtDef.type || "string", fmtDef.validate, (0, codegen_1._)`${fmt}.validate`];
83
+ }
84
+ return ["string", fmtDef, fmt];
80
85
  }
81
- return ["string", fmtDef, fmt];
82
- }
83
- function validCondition() {
84
- if (typeof formatDef == "object" && !(formatDef instanceof RegExp) && formatDef.async) {
85
- if (!schemaEnv.$async)
86
- throw new Error("async format in sync schema");
87
- return (0, codegen_1._)`await ${fmtRef}(${data})`;
86
+ function validCondition() {
87
+ if (typeof formatDef == "object" && !(formatDef instanceof RegExp) && formatDef.async) {
88
+ if (!schemaEnv.$async)
89
+ throw new Error("async format in sync schema");
90
+ return (0, codegen_1._)`await ${fmtRef}(${data})`;
91
+ }
92
+ return typeof format2 == "function" ? (0, codegen_1._)`${fmtRef}(${data})` : (0, codegen_1._)`${fmtRef}.test(${data})`;
88
93
  }
89
- return typeof format2 == "function" ? (0, codegen_1._)`${fmtRef}(${data})` : (0, codegen_1._)`${fmtRef}.test(${data})`;
90
94
  }
91
95
  }
92
- }
96
+ };
97
+ format.default = def;
98
+ return format;
99
+ }
100
+ export {
101
+ requireFormat as __require
93
102
  };
94
- format.default = def;
95
103
  //# sourceMappingURL=format.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"format.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst codegen_1 = require(\"../../compile/codegen\");\nconst error = {\n message: ({ schemaCode }) => (0, codegen_1.str) `must match format \"${schemaCode}\"`,\n params: ({ schemaCode }) => (0, codegen_1._) `{format: ${schemaCode}}`,\n};\nconst def = {\n keyword: \"format\",\n type: [\"number\", \"string\"],\n schemaType: \"string\",\n $data: true,\n error,\n code(cxt, ruleType) {\n const { gen, data, $data, schema, schemaCode, it } = cxt;\n const { opts, errSchemaPath, schemaEnv, self } = it;\n if (!opts.validateFormats)\n return;\n if ($data)\n validate$DataFormat();\n else\n validateFormat();\n function validate$DataFormat() {\n const fmts = gen.scopeValue(\"formats\", {\n ref: self.formats,\n code: opts.code.formats,\n });\n const fDef = gen.const(\"fDef\", (0, codegen_1._) `${fmts}[${schemaCode}]`);\n const fType = gen.let(\"fType\");\n const format = gen.let(\"format\");\n // TODO simplify\n gen.if((0, codegen_1._) `typeof ${fDef} == \"object\" && !(${fDef} instanceof RegExp)`, () => gen.assign(fType, (0, codegen_1._) `${fDef}.type || \"string\"`).assign(format, (0, codegen_1._) `${fDef}.validate`), () => gen.assign(fType, (0, codegen_1._) `\"string\"`).assign(format, fDef));\n cxt.fail$data((0, codegen_1.or)(unknownFmt(), invalidFmt()));\n function unknownFmt() {\n if (opts.strictSchema === false)\n return codegen_1.nil;\n return (0, codegen_1._) `${schemaCode} && !${format}`;\n }\n function invalidFmt() {\n const callFormat = schemaEnv.$async\n ? (0, codegen_1._) `(${fDef}.async ? await ${format}(${data}) : ${format}(${data}))`\n : (0, codegen_1._) `${format}(${data})`;\n const validData = (0, codegen_1._) `(typeof ${format} == \"function\" ? ${callFormat} : ${format}.test(${data}))`;\n return (0, codegen_1._) `${format} && ${format} !== true && ${fType} === ${ruleType} && !${validData}`;\n }\n }\n function validateFormat() {\n const formatDef = self.formats[schema];\n if (!formatDef) {\n unknownFormat();\n return;\n }\n if (formatDef === true)\n return;\n const [fmtType, format, fmtRef] = getFormat(formatDef);\n if (fmtType === ruleType)\n cxt.pass(validCondition());\n function unknownFormat() {\n if (opts.strictSchema === false) {\n self.logger.warn(unknownMsg());\n return;\n }\n throw new Error(unknownMsg());\n function unknownMsg() {\n return `unknown format \"${schema}\" ignored in schema at path \"${errSchemaPath}\"`;\n }\n }\n function getFormat(fmtDef) {\n const code = fmtDef instanceof RegExp\n ? (0, codegen_1.regexpCode)(fmtDef)\n : opts.code.formats\n ? (0, codegen_1._) `${opts.code.formats}${(0, codegen_1.getProperty)(schema)}`\n : undefined;\n const fmt = gen.scopeValue(\"formats\", { key: schema, ref: fmtDef, code });\n if (typeof fmtDef == \"object\" && !(fmtDef instanceof RegExp)) {\n return [fmtDef.type || \"string\", fmtDef.validate, (0, codegen_1._) `${fmt}.validate`];\n }\n return [\"string\", fmtDef, fmt];\n }\n function validCondition() {\n if (typeof formatDef == \"object\" && !(formatDef instanceof RegExp) && formatDef.async) {\n if (!schemaEnv.$async)\n throw new Error(\"async format in sync schema\");\n return (0, codegen_1._) `await ${fmtRef}(${data})`;\n }\n return typeof format == \"function\" ? (0, codegen_1._) `${fmtRef}(${data})` : (0, codegen_1._) `${fmtRef}.test(${data})`;\n }\n }\n },\n};\nexports.default = def;\n//# sourceMappingURL=format.js.map"],"names":["require$$0","self","format"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"format.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/format.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst codegen_1 = require(\"../../compile/codegen\");\nconst error = {\n message: ({ schemaCode }) => (0, codegen_1.str) `must match format \"${schemaCode}\"`,\n params: ({ schemaCode }) => (0, codegen_1._) `{format: ${schemaCode}}`,\n};\nconst def = {\n keyword: \"format\",\n type: [\"number\", \"string\"],\n schemaType: \"string\",\n $data: true,\n error,\n code(cxt, ruleType) {\n const { gen, data, $data, schema, schemaCode, it } = cxt;\n const { opts, errSchemaPath, schemaEnv, self } = it;\n if (!opts.validateFormats)\n return;\n if ($data)\n validate$DataFormat();\n else\n validateFormat();\n function validate$DataFormat() {\n const fmts = gen.scopeValue(\"formats\", {\n ref: self.formats,\n code: opts.code.formats,\n });\n const fDef = gen.const(\"fDef\", (0, codegen_1._) `${fmts}[${schemaCode}]`);\n const fType = gen.let(\"fType\");\n const format = gen.let(\"format\");\n // TODO simplify\n gen.if((0, codegen_1._) `typeof ${fDef} == \"object\" && !(${fDef} instanceof RegExp)`, () => gen.assign(fType, (0, codegen_1._) `${fDef}.type || \"string\"`).assign(format, (0, codegen_1._) `${fDef}.validate`), () => gen.assign(fType, (0, codegen_1._) `\"string\"`).assign(format, fDef));\n cxt.fail$data((0, codegen_1.or)(unknownFmt(), invalidFmt()));\n function unknownFmt() {\n if (opts.strictSchema === false)\n return codegen_1.nil;\n return (0, codegen_1._) `${schemaCode} && !${format}`;\n }\n function invalidFmt() {\n const callFormat = schemaEnv.$async\n ? (0, codegen_1._) `(${fDef}.async ? await ${format}(${data}) : ${format}(${data}))`\n : (0, codegen_1._) `${format}(${data})`;\n const validData = (0, codegen_1._) `(typeof ${format} == \"function\" ? ${callFormat} : ${format}.test(${data}))`;\n return (0, codegen_1._) `${format} && ${format} !== true && ${fType} === ${ruleType} && !${validData}`;\n }\n }\n function validateFormat() {\n const formatDef = self.formats[schema];\n if (!formatDef) {\n unknownFormat();\n return;\n }\n if (formatDef === true)\n return;\n const [fmtType, format, fmtRef] = getFormat(formatDef);\n if (fmtType === ruleType)\n cxt.pass(validCondition());\n function unknownFormat() {\n if (opts.strictSchema === false) {\n self.logger.warn(unknownMsg());\n return;\n }\n throw new Error(unknownMsg());\n function unknownMsg() {\n return `unknown format \"${schema}\" ignored in schema at path \"${errSchemaPath}\"`;\n }\n }\n function getFormat(fmtDef) {\n const code = fmtDef instanceof RegExp\n ? (0, codegen_1.regexpCode)(fmtDef)\n : opts.code.formats\n ? (0, codegen_1._) `${opts.code.formats}${(0, codegen_1.getProperty)(schema)}`\n : undefined;\n const fmt = gen.scopeValue(\"formats\", { key: schema, ref: fmtDef, code });\n if (typeof fmtDef == \"object\" && !(fmtDef instanceof RegExp)) {\n return [fmtDef.type || \"string\", fmtDef.validate, (0, codegen_1._) `${fmt}.validate`];\n }\n return [\"string\", fmtDef, fmt];\n }\n function validCondition() {\n if (typeof formatDef == \"object\" && !(formatDef instanceof RegExp) && formatDef.async) {\n if (!schemaEnv.$async)\n throw new Error(\"async format in sync schema\");\n return (0, codegen_1._) `await ${fmtRef}(${data})`;\n }\n return typeof format == \"function\" ? (0, codegen_1._) `${fmtRef}(${data})` : (0, codegen_1._) `${fmtRef}.test(${data})`;\n }\n }\n },\n};\nexports.default = def;\n//# sourceMappingURL=format.js.map"],"names":["require$$0","self","format"],"mappings":";;;;;;;;;;;;;;AACA,SAAO,eAAe,QAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,QAAM,YAAYA,+BAAA;AAClB,QAAM,QAAQ;AAAA,IACV,SAAS,CAAC,EAAE,WAAU,OAAO,GAAI,UAAU,0BAA2B,UAAU;AAAA,IAChF,QAAQ,CAAC,EAAE,WAAU,OAAO,GAAI,UAAU,cAAe,UAAU;AAAA;AAEvE,QAAM,MAAM;AAAA,IACR,SAAS;AAAA,IACT,MAAM,CAAC,UAAU,QAAQ;AAAA,IACzB,YAAY;AAAA,IACZ,OAAO;AAAA,IACP;AAAA,IACA,KAAK,KAAK,UAAU;AAChB,YAAM,EAAE,KAAK,MAAM,OAAO,QAAQ,YAAY,GAAE,IAAK;AACrD,YAAM,EAAE,MAAM,eAAe,WAAW,MAAAC,MAAI,IAAK;AACjD,UAAI,CAAC,KAAK;AACN;AACJ,UAAI;AACA,4BAAmB;AAAA;AAEnB,uBAAc;AAClB,eAAS,sBAAsB;AAC3B,cAAM,OAAO,IAAI,WAAW,WAAW;AAAA,UACnC,KAAKA,MAAK;AAAA,UACV,MAAM,KAAK,KAAK;AAAA,QAChC,CAAa;AACD,cAAM,OAAO,IAAI,MAAM,SAAQ,GAAI,UAAU,KAAM,IAAI,IAAI,UAAU,GAAG;AACxE,cAAM,QAAQ,IAAI,IAAI,OAAO;AAC7B,cAAMC,UAAS,IAAI,IAAI,QAAQ;AAE/B,YAAI,IAAG,GAAI,UAAU,YAAa,IAAI,qBAAqB,IAAI,uBAAuB,MAAM,IAAI,OAAO,QAAO,GAAI,UAAU,KAAM,IAAI,mBAAmB,EAAE,OAAOA,UAAQ,GAAI,UAAU,KAAM,IAAI,WAAW,GAAG,MAAM,IAAI,OAAO,QAAO,GAAI,UAAU,YAAa,EAAE,OAAOA,SAAQ,IAAI,CAAC;AACzR,YAAI,cAAc,UAAU,IAAI,WAAU,GAAI,WAAU,CAAE,CAAC;AAC3D,iBAAS,aAAa;AAClB,cAAI,KAAK,iBAAiB;AACtB,mBAAO,UAAU;AACrB,kBAAO,GAAI,UAAU,KAAM,UAAU,QAAQA,OAAM;AAAA,QACnE;AACY,iBAAS,aAAa;AAClB,gBAAM,aAAa,UAAU,UACvB,GAAI,UAAU,MAAO,IAAI,kBAAkBA,OAAM,IAAI,IAAI,OAAOA,OAAM,IAAI,IAAI,QAC9E,GAAI,UAAU,KAAMA,OAAM,IAAI,IAAI;AACxC,gBAAM,aAAY,GAAI,UAAU,aAAcA,OAAM,oBAAoB,UAAU,MAAMA,OAAM,SAAS,IAAI;AAC3G,kBAAO,GAAI,UAAU,KAAMA,OAAM,OAAOA,OAAM,gBAAgB,KAAK,QAAQ,QAAQ,QAAQ,SAAS;AAAA,QACpH;AAAA,MACA;AACQ,eAAS,iBAAiB;AACtB,cAAM,YAAYD,MAAK,QAAQ,MAAM;AACrC,YAAI,CAAC,WAAW;AACZ,wBAAa;AACb;AAAA,QAChB;AACY,YAAI,cAAc;AACd;AACJ,cAAM,CAAC,SAASC,SAAQ,MAAM,IAAI,UAAU,SAAS;AACrD,YAAI,YAAY;AACZ,cAAI,KAAK,gBAAgB;AAC7B,iBAAS,gBAAgB;AACrB,cAAI,KAAK,iBAAiB,OAAO;AAC7B,YAAAD,MAAK,OAAO,KAAK,YAAY;AAC7B;AAAA,UACpB;AACgB,gBAAM,IAAI,MAAM,YAAY;AAC5B,mBAAS,aAAa;AAClB,mBAAO,mBAAmB,MAAM,gCAAgC,aAAa;AAAA,UACjG;AAAA,QACA;AACY,iBAAS,UAAU,QAAQ;AACvB,gBAAM,OAAO,kBAAkB,UACzB,GAAI,UAAU,YAAY,MAAM,IAChC,KAAK,KAAK,WACN,GAAI,UAAU,KAAM,KAAK,KAAK,OAAO,IAAG,GAAI,UAAU,aAAa,MAAM,CAAC,KAC1E;AACV,gBAAM,MAAM,IAAI,WAAW,WAAW,EAAE,KAAK,QAAQ,KAAK,QAAQ,MAAM;AACxE,cAAI,OAAO,UAAU,YAAY,EAAE,kBAAkB,SAAS;AAC1D,mBAAO,CAAC,OAAO,QAAQ,UAAU,OAAO,WAAU,GAAI,UAAU,KAAM,GAAG,WAAW;AAAA,UACxG;AACgB,iBAAO,CAAC,UAAU,QAAQ,GAAG;AAAA,QAC7C;AACY,iBAAS,iBAAiB;AACtB,cAAI,OAAO,aAAa,YAAY,EAAE,qBAAqB,WAAW,UAAU,OAAO;AACnF,gBAAI,CAAC,UAAU;AACX,oBAAM,IAAI,MAAM,6BAA6B;AACjD,oBAAO,GAAI,UAAU,WAAY,MAAM,IAAI,IAAI;AAAA,UACnE;AACgB,iBAAO,OAAOC,WAAU,cAAa,GAAI,UAAU,KAAM,MAAM,IAAI,IAAI,OAAM,GAAI,UAAU,KAAM,MAAM,SAAS,IAAI;AAAA,QACpI;AAAA,MACA;AAAA,IACA;AAAA;AAEA,SAAA,UAAkB;;;","x_google_ignoreList":[0]}
@@ -2,15 +2,23 @@
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] = "b8d768c4-5620-4754-a842-f7781f4f130e", e._sentryDebugIdIdentifier = "sentry-dbid-b8d768c4-5620-4754-a842-f7781f4f130e");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "e0e92fe2-baeb-4140-bc49-da7280cf40a3", e._sentryDebugIdIdentifier = "sentry-dbid-e0e92fe2-baeb-4140-bc49-da7280cf40a3");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
- import { __exports as format$1 } from "../../../../../../../../_virtual/index8.js";
10
- import "./format.js";
11
- import { __exports as format$2 } from "../../../../../../../../_virtual/format.js";
12
- Object.defineProperty(format$1, "__esModule", { value: true });
13
- const format_1 = format$2;
14
- const format = [format_1.default];
15
- format$1.default = format;
9
+ import { __exports as format } from "../../../../../../../../_virtual/index10.js";
10
+ import { __require as requireFormat$1 } from "./format.js";
11
+ var hasRequiredFormat;
12
+ function requireFormat() {
13
+ if (hasRequiredFormat) return format;
14
+ hasRequiredFormat = 1;
15
+ Object.defineProperty(format, "__esModule", { value: true });
16
+ const format_1 = /* @__PURE__ */ requireFormat$1();
17
+ const format$1 = [format_1.default];
18
+ format.default = format$1;
19
+ return format;
20
+ }
21
+ export {
22
+ requireFormat as __require
23
+ };
16
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst format_1 = require(\"./format\");\nconst format = [format_1.default];\nexports.default = format;\n//# sourceMappingURL=index.js.map"],"names":["format_2","require$$0"],"mappings":";;;;;;;;;;;AACA,OAAO,eAAeA,UAAS,cAAc,EAAE,OAAO,KAAI,CAAE;AAC5D,MAAM,WAAWC;AACjB,MAAM,SAAS,CAAC,SAAS,OAAO;AAChCD,SAAA,UAAkB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/format/index.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst format_1 = require(\"./format\");\nconst format = [format_1.default];\nexports.default = format;\n//# sourceMappingURL=index.js.map"],"names":["format_2","require$$0","format"],"mappings":";;;;;;;;;;;;;;AACA,SAAO,eAAeA,QAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,QAAM,WAAWC,gCAAA;AACjB,QAAMC,WAAS,CAAC,SAAS,OAAO;AAChCF,SAAA,UAAkBE;;;","x_google_ignoreList":[0]}
@@ -2,28 +2,34 @@
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] = "668e3b19-2c71-420d-8866-3f5b3c620693", e._sentryDebugIdIdentifier = "sentry-dbid-668e3b19-2c71-420d-8866-3f5b3c620693");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "7aa57d97-eab1-4bcc-a077-d32e2d94881a", e._sentryDebugIdIdentifier = "sentry-dbid-7aa57d97-eab1-4bcc-a077-d32e2d94881a");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
9
  import { __exports as metadata } from "../../../../../../../_virtual/metadata.js";
10
- Object.defineProperty(metadata, "__esModule", { value: true });
11
- metadata.contentVocabulary = metadata.metadataVocabulary = void 0;
12
- metadata.metadataVocabulary = [
13
- "title",
14
- "description",
15
- "default",
16
- "deprecated",
17
- "readOnly",
18
- "writeOnly",
19
- "examples"
20
- ];
21
- metadata.contentVocabulary = [
22
- "contentMediaType",
23
- "contentEncoding",
24
- "contentSchema"
25
- ];
10
+ var hasRequiredMetadata;
11
+ function requireMetadata() {
12
+ if (hasRequiredMetadata) return metadata;
13
+ hasRequiredMetadata = 1;
14
+ Object.defineProperty(metadata, "__esModule", { value: true });
15
+ metadata.contentVocabulary = metadata.metadataVocabulary = void 0;
16
+ metadata.metadataVocabulary = [
17
+ "title",
18
+ "description",
19
+ "default",
20
+ "deprecated",
21
+ "readOnly",
22
+ "writeOnly",
23
+ "examples"
24
+ ];
25
+ metadata.contentVocabulary = [
26
+ "contentMediaType",
27
+ "contentEncoding",
28
+ "contentSchema"
29
+ ];
30
+ return metadata;
31
+ }
26
32
  export {
27
- metadata as default
33
+ requireMetadata as __require
28
34
  };
29
35
  //# sourceMappingURL=metadata.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"metadata.js","sources":["../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.contentVocabulary = exports.metadataVocabulary = void 0;\nexports.metadataVocabulary = [\n \"title\",\n \"description\",\n \"default\",\n \"deprecated\",\n \"readOnly\",\n \"writeOnly\",\n \"examples\",\n];\nexports.contentVocabulary = [\n \"contentMediaType\",\n \"contentEncoding\",\n \"contentSchema\",\n];\n//# sourceMappingURL=metadata.js.map"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,eAAe,UAAS,cAAc,EAAE,OAAO,KAAI,CAAE;AAC5D,SAAA,oBAA4B,SAAA,qBAA6B;AACzD,SAAA,qBAA6B;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACJ;AACA,SAAA,oBAA4B;AAAA,EACxB;AAAA,EACA;AAAA,EACA;AACJ;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"metadata.js","sources":["../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/metadata.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.contentVocabulary = exports.metadataVocabulary = void 0;\nexports.metadataVocabulary = [\n \"title\",\n \"description\",\n \"default\",\n \"deprecated\",\n \"readOnly\",\n \"writeOnly\",\n \"examples\",\n];\nexports.contentVocabulary = [\n \"contentMediaType\",\n \"contentEncoding\",\n \"contentSchema\",\n];\n//# sourceMappingURL=metadata.js.map"],"names":[],"mappings":";;;;;;;;;;;;;AACA,SAAO,eAAe,UAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,WAAA,oBAA4B,SAAA,qBAA6B;AACzD,WAAA,qBAA6B;AAAA,IACzB;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;AAEJ,WAAA,oBAA4B;AAAA,IACxB;AAAA,IACA;AAAA,IACA;AAAA;;;","x_google_ignoreList":[0]}
@@ -2,37 +2,43 @@
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] = "fad26261-5795-4912-895e-9899cfc26674", e._sentryDebugIdIdentifier = "sentry-dbid-fad26261-5795-4912-895e-9899cfc26674");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "9812c4da-e172-4671-97e5-c917aea2c5e6", e._sentryDebugIdIdentifier = "sentry-dbid-9812c4da-e172-4671-97e5-c917aea2c5e6");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
9
  import { __exports as _const } from "../../../../../../../../_virtual/const.js";
10
- import "../../compile/codegen/index.js";
11
- import "../../compile/util.js";
12
- import "../../runtime/equal.js";
13
- import { __exports as util } from "../../../../../../../../_virtual/util.js";
14
- import { __exports as equal } from "../../../../../../../../_virtual/equal.js";
15
- import { __exports as codegen } from "../../../../../../../../_virtual/index2.js";
16
- Object.defineProperty(_const, "__esModule", { value: true });
17
- const codegen_1 = codegen;
18
- const util_1 = util;
19
- const equal_1 = equal;
20
- const error = {
21
- message: "must be equal to constant",
22
- params: ({ schemaCode }) => (0, codegen_1._)`{allowedValue: ${schemaCode}}`
23
- };
24
- const def = {
25
- keyword: "const",
26
- $data: true,
27
- error,
28
- code(cxt) {
29
- const { gen, data, $data, schemaCode, schema } = cxt;
30
- if ($data || schema && typeof schema == "object") {
31
- cxt.fail$data((0, codegen_1._)`!${(0, util_1.useFunc)(gen, equal_1.default)}(${data}, ${schemaCode})`);
32
- } else {
33
- cxt.fail((0, codegen_1._)`${schema} !== ${data}`);
10
+ import { __require as requireCodegen } from "../../compile/codegen/index.js";
11
+ import { __require as requireUtil } from "../../compile/util.js";
12
+ import { __require as requireEqual } from "../../runtime/equal.js";
13
+ var hasRequired_const;
14
+ function require_const() {
15
+ if (hasRequired_const) return _const;
16
+ hasRequired_const = 1;
17
+ Object.defineProperty(_const, "__esModule", { value: true });
18
+ const codegen_1 = /* @__PURE__ */ requireCodegen();
19
+ const util_1 = /* @__PURE__ */ requireUtil();
20
+ const equal_1 = /* @__PURE__ */ requireEqual();
21
+ const error = {
22
+ message: "must be equal to constant",
23
+ params: ({ schemaCode }) => (0, codegen_1._)`{allowedValue: ${schemaCode}}`
24
+ };
25
+ const def = {
26
+ keyword: "const",
27
+ $data: true,
28
+ error,
29
+ code(cxt) {
30
+ const { gen, data, $data, schemaCode, schema } = cxt;
31
+ if ($data || schema && typeof schema == "object") {
32
+ cxt.fail$data((0, codegen_1._)`!${(0, util_1.useFunc)(gen, equal_1.default)}(${data}, ${schemaCode})`);
33
+ } else {
34
+ cxt.fail((0, codegen_1._)`${schema} !== ${data}`);
35
+ }
34
36
  }
35
- }
37
+ };
38
+ _const.default = def;
39
+ return _const;
40
+ }
41
+ export {
42
+ require_const as __require
36
43
  };
37
- _const.default = def;
38
44
  //# sourceMappingURL=const.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst codegen_1 = require(\"../../compile/codegen\");\nconst util_1 = require(\"../../compile/util\");\nconst equal_1 = require(\"../../runtime/equal\");\nconst error = {\n message: \"must be equal to constant\",\n params: ({ schemaCode }) => (0, codegen_1._) `{allowedValue: ${schemaCode}}`,\n};\nconst def = {\n keyword: \"const\",\n $data: true,\n error,\n code(cxt) {\n const { gen, data, $data, schemaCode, schema } = cxt;\n if ($data || (schema && typeof schema == \"object\")) {\n cxt.fail$data((0, codegen_1._) `!${(0, util_1.useFunc)(gen, equal_1.default)}(${data}, ${schemaCode})`);\n }\n else {\n cxt.fail((0, codegen_1._) `${schema} !== ${data}`);\n }\n },\n};\nexports.default = def;\n//# sourceMappingURL=const.js.map"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,eAAe,QAAS,cAAc,EAAE,OAAO,KAAI,CAAE;AAC5D,MAAM,YAAYA;AAClB,MAAM,SAASC;AACf,MAAM,UAAUC;AAChB,MAAM,QAAQ;AAAA,EACV,SAAS;AAAA,EACT,QAAQ,CAAC,EAAE,WAAU,OAAO,GAAI,UAAU,oBAAqB,UAAU;AAC7E;AACA,MAAM,MAAM;AAAA,EACR,SAAS;AAAA,EACT,OAAO;AAAA,EACP;AAAA,EACA,KAAK,KAAK;AACN,UAAM,EAAE,KAAK,MAAM,OAAO,YAAY,OAAM,IAAK;AACjD,QAAI,SAAU,UAAU,OAAO,UAAU,UAAW;AAChD,UAAI,cAAc,UAAU,OAAO,GAAI,OAAO,SAAS,KAAK,QAAQ,OAAO,CAAC,IAAI,IAAI,KAAK,UAAU,GAAG;AAAA,IAClH,OACa;AACD,UAAI,MAAK,GAAI,UAAU,KAAM,MAAM,QAAQ,IAAI,EAAE;AAAA,IAC7D;AAAA,EACA;AACA;AACA,OAAA,UAAkB;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"const.js","sources":["../../../../../../../../../../../node_modules/.pnpm/ajv@8.18.0/node_modules/ajv/dist/vocabularies/validation/const.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst codegen_1 = require(\"../../compile/codegen\");\nconst util_1 = require(\"../../compile/util\");\nconst equal_1 = require(\"../../runtime/equal\");\nconst error = {\n message: \"must be equal to constant\",\n params: ({ schemaCode }) => (0, codegen_1._) `{allowedValue: ${schemaCode}}`,\n};\nconst def = {\n keyword: \"const\",\n $data: true,\n error,\n code(cxt) {\n const { gen, data, $data, schemaCode, schema } = cxt;\n if ($data || (schema && typeof schema == \"object\")) {\n cxt.fail$data((0, codegen_1._) `!${(0, util_1.useFunc)(gen, equal_1.default)}(${data}, ${schemaCode})`);\n }\n else {\n cxt.fail((0, codegen_1._) `${schema} !== ${data}`);\n }\n },\n};\nexports.default = def;\n//# sourceMappingURL=const.js.map"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;;;;;;AACA,SAAO,eAAe,QAAS,cAAc,EAAE,OAAO,MAAM;AAC5D,QAAM,YAAYA,+BAAA;AAClB,QAAM,SAASC,4BAAA;AACf,QAAM,UAAUC,6BAAA;AAChB,QAAM,QAAQ;AAAA,IACV,SAAS;AAAA,IACT,QAAQ,CAAC,EAAE,WAAU,OAAO,GAAI,UAAU,oBAAqB,UAAU;AAAA;AAE7E,QAAM,MAAM;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP;AAAA,IACA,KAAK,KAAK;AACN,YAAM,EAAE,KAAK,MAAM,OAAO,YAAY,OAAM,IAAK;AACjD,UAAI,SAAU,UAAU,OAAO,UAAU,UAAW;AAChD,YAAI,cAAc,UAAU,OAAO,GAAI,OAAO,SAAS,KAAK,QAAQ,OAAO,CAAC,IAAI,IAAI,KAAK,UAAU,GAAG;AAAA,MAClH,OACa;AACD,YAAI,MAAK,GAAI,UAAU,KAAM,MAAM,QAAQ,IAAI,EAAE;AAAA,MAC7D;AAAA,IACA;AAAA;AAEA,SAAA,UAAkB;;;","x_google_ignoreList":[0]}
@@ -2,57 +2,63 @@
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] = "e517ebc6-dbd5-47cf-95d8-333b6efe76a3", e._sentryDebugIdIdentifier = "sentry-dbid-e517ebc6-dbd5-47cf-95d8-333b6efe76a3");
5
+ n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "620c63ff-484c-416c-a495-78b8fe50c9c7", e._sentryDebugIdIdentifier = "sentry-dbid-620c63ff-484c-416c-a495-78b8fe50c9c7");
6
6
  } catch (e2) {
7
7
  }
8
8
  })();
9
9
  import { __exports as _enum } from "../../../../../../../../_virtual/enum.js";
10
- import "../../compile/codegen/index.js";
11
- import "../../compile/util.js";
12
- import "../../runtime/equal.js";
13
- import { __exports as codegen } from "../../../../../../../../_virtual/index2.js";
14
- import { __exports as util } from "../../../../../../../../_virtual/util.js";
15
- import { __exports as equal } from "../../../../../../../../_virtual/equal.js";
16
- Object.defineProperty(_enum, "__esModule", { value: true });
17
- const codegen_1 = codegen;
18
- const util_1 = util;
19
- const equal_1 = equal;
20
- const error = {
21
- message: "must be equal to one of the allowed values",
22
- params: ({ schemaCode }) => (0, codegen_1._)`{allowedValues: ${schemaCode}}`
23
- };
24
- const def = {
25
- keyword: "enum",
26
- schemaType: "array",
27
- $data: true,
28
- error,
29
- code(cxt) {
30
- const { gen, data, $data, schema, schemaCode, it } = cxt;
31
- if (!$data && schema.length === 0)
32
- throw new Error("enum must have non-empty array");
33
- const useLoop = schema.length >= it.opts.loopEnum;
34
- let eql;
35
- const getEql = () => eql !== null && eql !== void 0 ? eql : eql = (0, util_1.useFunc)(gen, equal_1.default);
36
- let valid;
37
- if (useLoop || $data) {
38
- valid = gen.let("valid");
39
- cxt.block$data(valid, loopEnum);
40
- } else {
41
- if (!Array.isArray(schema))
42
- throw new Error("ajv implementation error");
43
- const vSchema = gen.const("vSchema", schemaCode);
44
- valid = (0, codegen_1.or)(...schema.map((_x, i) => equalCode(vSchema, i)));
45
- }
46
- cxt.pass(valid);
47
- function loopEnum() {
48
- gen.assign(valid, false);
49
- gen.forOf("v", schemaCode, (v) => gen.if((0, codegen_1._)`${getEql()}(${data}, ${v})`, () => gen.assign(valid, true).break()));
10
+ import { __require as requireCodegen } from "../../compile/codegen/index.js";
11
+ import { __require as requireUtil } from "../../compile/util.js";
12
+ import { __require as requireEqual } from "../../runtime/equal.js";
13
+ var hasRequired_enum;
14
+ function require_enum() {
15
+ if (hasRequired_enum) return _enum;
16
+ hasRequired_enum = 1;
17
+ Object.defineProperty(_enum, "__esModule", { value: true });
18
+ const codegen_1 = /* @__PURE__ */ requireCodegen();
19
+ const util_1 = /* @__PURE__ */ requireUtil();
20
+ const equal_1 = /* @__PURE__ */ requireEqual();
21
+ const error = {
22
+ message: "must be equal to one of the allowed values",
23
+ params: ({ schemaCode }) => (0, codegen_1._)`{allowedValues: ${schemaCode}}`
24
+ };
25
+ const def = {
26
+ keyword: "enum",
27
+ schemaType: "array",
28
+ $data: true,
29
+ error,
30
+ code(cxt) {
31
+ const { gen, data, $data, schema, schemaCode, it } = cxt;
32
+ if (!$data && schema.length === 0)
33
+ throw new Error("enum must have non-empty array");
34
+ const useLoop = schema.length >= it.opts.loopEnum;
35
+ let eql;
36
+ const getEql = () => eql !== null && eql !== void 0 ? eql : eql = (0, util_1.useFunc)(gen, equal_1.default);
37
+ let valid;
38
+ if (useLoop || $data) {
39
+ valid = gen.let("valid");
40
+ cxt.block$data(valid, loopEnum);
41
+ } else {
42
+ if (!Array.isArray(schema))
43
+ throw new Error("ajv implementation error");
44
+ const vSchema = gen.const("vSchema", schemaCode);
45
+ valid = (0, codegen_1.or)(...schema.map((_x, i) => equalCode(vSchema, i)));
46
+ }
47
+ cxt.pass(valid);
48
+ function loopEnum() {
49
+ gen.assign(valid, false);
50
+ gen.forOf("v", schemaCode, (v) => gen.if((0, codegen_1._)`${getEql()}(${data}, ${v})`, () => gen.assign(valid, true).break()));
51
+ }
52
+ function equalCode(vSchema, i) {
53
+ const sch = schema[i];
54
+ return typeof sch === "object" && sch !== null ? (0, codegen_1._)`${getEql()}(${data}, ${vSchema}[${i}])` : (0, codegen_1._)`${data} === ${sch}`;
55
+ }
50
56
  }
51
- function equalCode(vSchema, i) {
52
- const sch = schema[i];
53
- return typeof sch === "object" && sch !== null ? (0, codegen_1._)`${getEql()}(${data}, ${vSchema}[${i}])` : (0, codegen_1._)`${data} === ${sch}`;
54
- }
55
- }
57
+ };
58
+ _enum.default = def;
59
+ return _enum;
60
+ }
61
+ export {
62
+ require_enum as __require
56
63
  };
57
- _enum.default = def;
58
64
  //# sourceMappingURL=enum.js.map