@luffysolution/pi-scholar 0.1.1 → 0.2.0

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 (3863) hide show
  1. package/README.en.md +131 -0
  2. package/README.md +86 -103
  3. package/THIRD_PARTY_NOTICES.md +2 -2
  4. package/bin/pi-scholar.mjs +13 -3
  5. package/docs/CONFIGURATION.en.md +150 -0
  6. package/docs/CONFIGURATION.md +150 -0
  7. package/package.json +8 -10
  8. package/pi-scholar.config.example.json +2 -2
  9. package/skills/pi-scholar/SKILL.md +1 -1
  10. package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/mcp.ts +2 -2
  11. package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/rest-tools.ts +1 -1
  12. package/src/config.ts +0 -0
  13. package/src/index.ts +1 -1
  14. package/src/output.ts +3 -2
  15. package/node_modules/@hono/node-server/LICENSE +0 -21
  16. package/node_modules/@hono/node-server/README.md +0 -437
  17. package/node_modules/@hono/node-server/dist/conninfo.cjs +0 -22
  18. package/node_modules/@hono/node-server/dist/conninfo.d.cts +0 -11
  19. package/node_modules/@hono/node-server/dist/conninfo.d.mts +0 -11
  20. package/node_modules/@hono/node-server/dist/conninfo.mjs +0 -20
  21. package/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs +0 -5
  22. package/node_modules/@hono/node-server/dist/constants-BXAKTxRC.cjs +0 -11
  23. package/node_modules/@hono/node-server/dist/early-hints.cjs +0 -35
  24. package/node_modules/@hono/node-server/dist/early-hints.d.cts +0 -16
  25. package/node_modules/@hono/node-server/dist/early-hints.d.mts +0 -16
  26. package/node_modules/@hono/node-server/dist/early-hints.mjs +0 -33
  27. package/node_modules/@hono/node-server/dist/index.cjs +0 -1318
  28. package/node_modules/@hono/node-server/dist/index.d.cts +0 -101
  29. package/node_modules/@hono/node-server/dist/index.d.mts +0 -101
  30. package/node_modules/@hono/node-server/dist/index.mjs +0 -1313
  31. package/node_modules/@hono/node-server/dist/serve-static.cjs +0 -151
  32. package/node_modules/@hono/node-server/dist/serve-static.d.cts +0 -18
  33. package/node_modules/@hono/node-server/dist/serve-static.d.mts +0 -18
  34. package/node_modules/@hono/node-server/dist/serve-static.mjs +0 -150
  35. package/node_modules/@hono/node-server/dist/utils/response.cjs +0 -8
  36. package/node_modules/@hono/node-server/dist/utils/response.d.cts +0 -4
  37. package/node_modules/@hono/node-server/dist/utils/response.d.mts +0 -4
  38. package/node_modules/@hono/node-server/dist/utils/response.mjs +0 -7
  39. package/node_modules/@hono/node-server/dist/utils/stream.cjs +0 -65
  40. package/node_modules/@hono/node-server/dist/utils/stream.d.cts +0 -6
  41. package/node_modules/@hono/node-server/dist/utils/stream.d.mts +0 -6
  42. package/node_modules/@hono/node-server/dist/utils/stream.mjs +0 -64
  43. package/node_modules/@hono/node-server/package.json +0 -127
  44. package/node_modules/@modelcontextprotocol/sdk/LICENSE +0 -21
  45. package/node_modules/@modelcontextprotocol/sdk/README.md +0 -172
  46. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts +0 -190
  47. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.d.ts.map +0 -1
  48. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js +0 -299
  49. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth-extensions.js.map +0 -1
  50. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts +0 -451
  51. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.d.ts.map +0 -1
  52. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js +0 -943
  53. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/auth.js.map +0 -1
  54. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts +0 -591
  55. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.d.ts.map +0 -1
  56. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js +0 -618
  57. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/index.js.map +0 -1
  58. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts +0 -169
  59. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.d.ts.map +0 -1
  60. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js +0 -252
  61. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/middleware.js.map +0 -1
  62. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts +0 -81
  63. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.d.ts.map +0 -1
  64. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js +0 -211
  65. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/sse.js.map +0 -1
  66. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts +0 -84
  67. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.d.ts.map +0 -1
  68. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js +0 -202
  69. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/stdio.js.map +0 -1
  70. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts +0 -171
  71. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.d.ts.map +0 -1
  72. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js +0 -484
  73. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/streamableHttp.js.map +0 -1
  74. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts +0 -17
  75. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.d.ts.map +0 -1
  76. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js +0 -58
  77. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/client/websocket.js.map +0 -1
  78. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts +0 -2
  79. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.d.ts.map +0 -1
  80. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js +0 -680
  81. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/elicitationUrlExample.js.map +0 -1
  82. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts +0 -2
  83. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.d.ts.map +0 -1
  84. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js +0 -134
  85. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/multipleClientsParallel.js.map +0 -1
  86. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts +0 -2
  87. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.d.ts.map +0 -1
  88. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js +0 -176
  89. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/parallelToolCallsClient.js.map +0 -1
  90. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts +0 -20
  91. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.d.ts.map +0 -1
  92. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js +0 -70
  93. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleClientCredentials.js.map +0 -1
  94. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts +0 -3
  95. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.d.ts.map +0 -1
  96. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js +0 -397
  97. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClient.js.map +0 -1
  98. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts +0 -26
  99. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.d.ts.map +0 -1
  100. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js +0 -51
  101. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleOAuthClientProvider.js.map +0 -1
  102. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts +0 -2
  103. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.d.ts.map +0 -1
  104. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js +0 -857
  105. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleStreamableHttp.js.map +0 -1
  106. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts +0 -10
  107. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.d.ts.map +0 -1
  108. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js +0 -157
  109. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/simpleTaskInteractiveClient.js.map +0 -1
  110. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts +0 -2
  111. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.d.ts.map +0 -1
  112. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js +0 -95
  113. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/ssePollingClient.js.map +0 -1
  114. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts +0 -2
  115. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +0 -1
  116. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js +0 -168
  117. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/client/streamableHttpWithSseFallbackClient.js.map +0 -1
  118. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts +0 -78
  119. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.d.ts.map +0 -1
  120. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js +0 -205
  121. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/demoInMemoryOAuthProvider.js.map +0 -1
  122. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts +0 -2
  123. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.d.ts.map +0 -1
  124. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js +0 -460
  125. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationFormExample.js.map +0 -1
  126. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts +0 -2
  127. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.d.ts.map +0 -1
  128. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js +0 -656
  129. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/elicitationUrlExample.js.map +0 -1
  130. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts +0 -10
  131. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.d.ts.map +0 -1
  132. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js +0 -85
  133. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/honoWebStandardStreamableHttp.js.map +0 -1
  134. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts +0 -2
  135. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.d.ts.map +0 -1
  136. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js +0 -171
  137. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/jsonResponseStreamableHttp.js.map +0 -1
  138. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts +0 -7
  139. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.d.ts.map +0 -1
  140. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js +0 -95
  141. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/mcpServerOutputSchema.js.map +0 -1
  142. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts +0 -12
  143. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.d.ts.map +0 -1
  144. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js +0 -49
  145. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/progressExample.js.map +0 -1
  146. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts +0 -2
  147. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.d.ts.map +0 -1
  148. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js +0 -168
  149. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleSseServer.js.map +0 -1
  150. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts +0 -2
  151. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.d.ts.map +0 -1
  152. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js +0 -166
  153. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStatelessStreamableHttp.js.map +0 -1
  154. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts +0 -2
  155. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.d.ts.map +0 -1
  156. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js +0 -750
  157. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleStreamableHttp.js.map +0 -1
  158. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts +0 -12
  159. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.d.ts.map +0 -1
  160. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js +0 -600
  161. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/simpleTaskInteractive.js.map +0 -1
  162. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +0 -2
  163. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +0 -1
  164. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js +0 -256
  165. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/sseAndStreamableHttpCompatibleServer.js.map +0 -1
  166. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts +0 -2
  167. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.d.ts.map +0 -1
  168. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js +0 -107
  169. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/ssePollingExample.js.map +0 -1
  170. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts +0 -2
  171. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +0 -1
  172. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js +0 -124
  173. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/standaloneSseWithGetStreamableHttp.js.map +0 -1
  174. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts +0 -2
  175. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.d.ts.map +0 -1
  176. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js +0 -73
  177. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/server/toolWithSampleServer.js.map +0 -1
  178. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts +0 -31
  179. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.d.ts.map +0 -1
  180. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js +0 -69
  181. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/examples/shared/inMemoryEventStore.js.map +0 -1
  182. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts +0 -13
  183. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.d.ts.map +0 -1
  184. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js +0 -29
  185. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/index.js.map +0 -1
  186. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts +0 -121
  187. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.d.ts.map +0 -1
  188. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js +0 -188
  189. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/client.js.map +0 -1
  190. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts +0 -47
  191. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.d.ts.map +0 -1
  192. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js +0 -68
  193. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/helpers.js.map +0 -1
  194. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts +0 -16
  195. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.d.ts.map +0 -1
  196. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js +0 -39
  197. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/index.js.map +0 -1
  198. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts +0 -232
  199. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.d.ts.map +0 -1
  200. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js +0 -19
  201. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/interfaces.js.map +0 -1
  202. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts +0 -77
  203. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.d.ts.map +0 -1
  204. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js +0 -36
  205. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/mcp-server.js.map +0 -1
  206. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts +0 -170
  207. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.d.ts.map +0 -1
  208. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js +0 -250
  209. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/server.js.map +0 -1
  210. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts +0 -94
  211. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.d.ts.map +0 -1
  212. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js +0 -251
  213. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/stores/in-memory.js.map +0 -1
  214. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts +0 -10
  215. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.d.ts.map +0 -1
  216. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js +0 -28
  217. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/experimental/tasks/types.js.map +0 -1
  218. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts +0 -31
  219. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.d.ts.map +0 -1
  220. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js +0 -51
  221. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/inMemory.js.map +0 -1
  222. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/package.json +0 -1
  223. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts +0 -19
  224. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.d.ts.map +0 -1
  225. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js +0 -3
  226. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/clients.js.map +0 -1
  227. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts +0 -148
  228. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.d.ts.map +0 -1
  229. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js +0 -202
  230. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/errors.js.map +0 -1
  231. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts +0 -24
  232. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.d.ts.map +0 -1
  233. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js +0 -201
  234. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/authorize.js.map +0 -1
  235. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts +0 -4
  236. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.d.ts.map +0 -1
  237. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js +0 -21
  238. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/metadata.js.map +0 -1
  239. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts +0 -29
  240. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.d.ts.map +0 -1
  241. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js +0 -77
  242. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/register.js.map +0 -1
  243. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts +0 -13
  244. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.d.ts.map +0 -1
  245. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js +0 -65
  246. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/revoke.js.map +0 -1
  247. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts +0 -13
  248. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.d.ts.map +0 -1
  249. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js +0 -136
  250. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/handlers/token.js.map +0 -1
  251. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts +0 -9
  252. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.d.ts.map +0 -1
  253. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js +0 -21
  254. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/allowedMethods.js.map +0 -1
  255. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts +0 -35
  256. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.d.ts.map +0 -1
  257. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js +0 -75
  258. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/bearerAuth.js.map +0 -1
  259. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts +0 -19
  260. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.d.ts.map +0 -1
  261. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js +0 -71
  262. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/middleware/clientAuth.js.map +0 -1
  263. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts +0 -68
  264. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.d.ts.map +0 -1
  265. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js +0 -3
  266. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/provider.js.map +0 -1
  267. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts +0 -49
  268. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.d.ts.map +0 -1
  269. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js +0 -159
  270. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/providers/proxyProvider.js.map +0 -1
  271. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts +0 -101
  272. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.d.ts.map +0 -1
  273. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js +0 -128
  274. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/router.js.map +0 -1
  275. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts +0 -32
  276. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.d.ts.map +0 -1
  277. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js +0 -3
  278. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/auth/types.js.map +0 -1
  279. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts +0 -38
  280. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.d.ts.map +0 -1
  281. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js +0 -48
  282. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/completable.js.map +0 -1
  283. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts +0 -45
  284. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.d.ts.map +0 -1
  285. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js +0 -56
  286. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/express.js.map +0 -1
  287. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts +0 -196
  288. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.d.ts.map +0 -1
  289. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js +0 -433
  290. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/index.js.map +0 -1
  291. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts +0 -364
  292. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.d.ts.map +0 -1
  293. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js +0 -922
  294. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/mcp.js.map +0 -1
  295. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts +0 -32
  296. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.d.ts.map +0 -1
  297. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js +0 -80
  298. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/middleware/hostHeaderValidation.js.map +0 -1
  299. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts +0 -82
  300. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.d.ts.map +0 -1
  301. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js +0 -172
  302. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sse.js.map +0 -1
  303. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts +0 -5
  304. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.d.ts.map +0 -1
  305. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js +0 -17
  306. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/sseKeepAlive.js.map +0 -1
  307. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts +0 -36
  308. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.d.ts.map +0 -1
  309. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js +0 -88
  310. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/stdio.js.map +0 -1
  311. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts +0 -122
  312. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.d.ts.map +0 -1
  313. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js +0 -165
  314. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/streamableHttp.js.map +0 -1
  315. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts +0 -289
  316. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.d.ts.map +0 -1
  317. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js +0 -953
  318. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/webStandardStreamableHttp.js.map +0 -1
  319. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts +0 -84
  320. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.d.ts.map +0 -1
  321. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js +0 -263
  322. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-compat.js.map +0 -1
  323. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts +0 -12
  324. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.d.ts.map +0 -1
  325. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js +0 -79
  326. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/server/zod-json-schema-compat.js.map +0 -1
  327. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts +0 -23
  328. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.d.ts.map +0 -1
  329. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js +0 -48
  330. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth-utils.js.map +0 -1
  331. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts +0 -240
  332. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.d.ts.map +0 -1
  333. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js +0 -224
  334. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/auth.js.map +0 -1
  335. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts +0 -32
  336. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.d.ts.map +0 -1
  337. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js +0 -64
  338. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/mediaType.js.map +0 -1
  339. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts +0 -16
  340. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.d.ts.map +0 -1
  341. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js +0 -25
  342. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/metadataUtils.js.map +0 -1
  343. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts +0 -443
  344. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.d.ts.map +0 -1
  345. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js +0 -1112
  346. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/protocol.js.map +0 -1
  347. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts +0 -45
  348. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.d.ts.map +0 -1
  349. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js +0 -23
  350. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/responseMessage.js.map +0 -1
  351. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts +0 -18
  352. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.d.ts.map +0 -1
  353. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js +0 -46
  354. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/stdio.js.map +0 -1
  355. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts +0 -31
  356. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.d.ts.map +0 -1
  357. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js +0 -97
  358. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/toolNameValidation.js.map +0 -1
  359. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts +0 -89
  360. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.d.ts.map +0 -1
  361. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js +0 -43
  362. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/transport.js.map +0 -1
  363. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts +0 -25
  364. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.d.ts.map +0 -1
  365. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js +0 -243
  366. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/shared/uriTemplate.js.map +0 -1
  367. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts +0 -2311
  368. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.d.ts.map +0 -1
  369. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js +0 -27
  370. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/spec.types.js.map +0 -1
  371. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts +0 -8168
  372. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.d.ts.map +0 -1
  373. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js +0 -2105
  374. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/types.js.map +0 -1
  375. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts +0 -53
  376. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.d.ts.map +0 -1
  377. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js +0 -94
  378. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/ajv-provider.js.map +0 -1
  379. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts +0 -51
  380. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.d.ts.map +0 -1
  381. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js +0 -69
  382. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/cfworker-provider.js.map +0 -1
  383. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts +0 -29
  384. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.d.ts.map +0 -1
  385. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js +0 -30
  386. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/index.js.map +0 -1
  387. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts +0 -65
  388. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.d.ts.map +0 -1
  389. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js +0 -3
  390. package/node_modules/@modelcontextprotocol/sdk/dist/cjs/validation/types.js.map +0 -1
  391. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts +0 -190
  392. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.d.ts.map +0 -1
  393. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js +0 -269
  394. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth-extensions.js.map +0 -1
  395. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts +0 -451
  396. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.d.ts.map +0 -1
  397. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js +0 -918
  398. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/auth.js.map +0 -1
  399. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts +0 -591
  400. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.d.ts.map +0 -1
  401. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js +0 -613
  402. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js.map +0 -1
  403. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts +0 -169
  404. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.d.ts.map +0 -1
  405. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js +0 -245
  406. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/middleware.js.map +0 -1
  407. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts +0 -81
  408. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.d.ts.map +0 -1
  409. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js +0 -206
  410. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/sse.js.map +0 -1
  411. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts +0 -84
  412. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.d.ts.map +0 -1
  413. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +0 -194
  414. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js.map +0 -1
  415. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts +0 -171
  416. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.d.ts.map +0 -1
  417. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js +0 -479
  418. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/streamableHttp.js.map +0 -1
  419. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts +0 -17
  420. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.d.ts.map +0 -1
  421. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js +0 -54
  422. package/node_modules/@modelcontextprotocol/sdk/dist/esm/client/websocket.js.map +0 -1
  423. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts +0 -2
  424. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.d.ts.map +0 -1
  425. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js +0 -678
  426. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/elicitationUrlExample.js.map +0 -1
  427. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts +0 -2
  428. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.d.ts.map +0 -1
  429. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js +0 -132
  430. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/multipleClientsParallel.js.map +0 -1
  431. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts +0 -2
  432. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.d.ts.map +0 -1
  433. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js +0 -174
  434. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/parallelToolCallsClient.js.map +0 -1
  435. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts +0 -20
  436. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.d.ts.map +0 -1
  437. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js +0 -68
  438. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleClientCredentials.js.map +0 -1
  439. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts +0 -3
  440. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.d.ts.map +0 -1
  441. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js +0 -395
  442. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClient.js.map +0 -1
  443. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts +0 -26
  444. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.d.ts.map +0 -1
  445. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js +0 -47
  446. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleOAuthClientProvider.js.map +0 -1
  447. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts +0 -2
  448. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.d.ts.map +0 -1
  449. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js +0 -855
  450. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleStreamableHttp.js.map +0 -1
  451. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts +0 -10
  452. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.d.ts.map +0 -1
  453. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js +0 -155
  454. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/simpleTaskInteractiveClient.js.map +0 -1
  455. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts +0 -2
  456. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.d.ts.map +0 -1
  457. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js +0 -93
  458. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/ssePollingClient.js.map +0 -1
  459. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts +0 -2
  460. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.d.ts.map +0 -1
  461. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js +0 -166
  462. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/client/streamableHttpWithSseFallbackClient.js.map +0 -1
  463. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts +0 -78
  464. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.d.ts.map +0 -1
  465. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js +0 -196
  466. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/demoInMemoryOAuthProvider.js.map +0 -1
  467. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts +0 -2
  468. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.d.ts.map +0 -1
  469. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js +0 -458
  470. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationFormExample.js.map +0 -1
  471. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts +0 -2
  472. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.d.ts.map +0 -1
  473. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js +0 -651
  474. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/elicitationUrlExample.js.map +0 -1
  475. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts +0 -10
  476. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.d.ts.map +0 -1
  477. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js +0 -60
  478. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/honoWebStandardStreamableHttp.js.map +0 -1
  479. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts +0 -2
  480. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.d.ts.map +0 -1
  481. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js +0 -146
  482. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/jsonResponseStreamableHttp.js.map +0 -1
  483. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts +0 -7
  484. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.d.ts.map +0 -1
  485. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js +0 -70
  486. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/mcpServerOutputSchema.js.map +0 -1
  487. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts +0 -12
  488. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.d.ts.map +0 -1
  489. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js +0 -47
  490. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/progressExample.js.map +0 -1
  491. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts +0 -2
  492. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.d.ts.map +0 -1
  493. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js +0 -143
  494. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleSseServer.js.map +0 -1
  495. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts +0 -2
  496. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.d.ts.map +0 -1
  497. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js +0 -141
  498. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStatelessStreamableHttp.js.map +0 -1
  499. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts +0 -2
  500. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.d.ts.map +0 -1
  501. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js +0 -725
  502. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleStreamableHttp.js.map +0 -1
  503. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts +0 -12
  504. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.d.ts.map +0 -1
  505. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js +0 -598
  506. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/simpleTaskInteractive.js.map +0 -1
  507. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts +0 -2
  508. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.d.ts.map +0 -1
  509. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js +0 -231
  510. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/sseAndStreamableHttpCompatibleServer.js.map +0 -1
  511. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts +0 -2
  512. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.d.ts.map +0 -1
  513. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js +0 -102
  514. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/ssePollingExample.js.map +0 -1
  515. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts +0 -2
  516. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.d.ts.map +0 -1
  517. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js +0 -122
  518. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/standaloneSseWithGetStreamableHttp.js.map +0 -1
  519. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts +0 -2
  520. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.d.ts.map +0 -1
  521. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js +0 -48
  522. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/server/toolWithSampleServer.js.map +0 -1
  523. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts +0 -31
  524. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.d.ts.map +0 -1
  525. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js +0 -65
  526. package/node_modules/@modelcontextprotocol/sdk/dist/esm/examples/shared/inMemoryEventStore.js.map +0 -1
  527. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts +0 -13
  528. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.d.ts.map +0 -1
  529. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js +0 -13
  530. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/index.js.map +0 -1
  531. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts +0 -121
  532. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.d.ts.map +0 -1
  533. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js +0 -184
  534. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js.map +0 -1
  535. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts +0 -47
  536. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.d.ts.map +0 -1
  537. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js +0 -64
  538. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js.map +0 -1
  539. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts +0 -16
  540. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.d.ts.map +0 -1
  541. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js +0 -20
  542. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/index.js.map +0 -1
  543. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts +0 -232
  544. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.d.ts.map +0 -1
  545. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js +0 -16
  546. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js.map +0 -1
  547. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts +0 -77
  548. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.d.ts.map +0 -1
  549. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js +0 -32
  550. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/mcp-server.js.map +0 -1
  551. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts +0 -170
  552. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.d.ts.map +0 -1
  553. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js +0 -246
  554. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js.map +0 -1
  555. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts +0 -94
  556. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.d.ts.map +0 -1
  557. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js +0 -246
  558. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/stores/in-memory.js.map +0 -1
  559. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts +0 -10
  560. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.d.ts.map +0 -1
  561. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js +0 -10
  562. package/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/types.js.map +0 -1
  563. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts +0 -31
  564. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.d.ts.map +0 -1
  565. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js +0 -47
  566. package/node_modules/@modelcontextprotocol/sdk/dist/esm/inMemory.js.map +0 -1
  567. package/node_modules/@modelcontextprotocol/sdk/dist/esm/package.json +0 -1
  568. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts +0 -19
  569. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.d.ts.map +0 -1
  570. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js +0 -2
  571. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/clients.js.map +0 -1
  572. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts +0 -148
  573. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.d.ts.map +0 -1
  574. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +0 -180
  575. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js.map +0 -1
  576. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts +0 -24
  577. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.d.ts.map +0 -1
  578. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js +0 -171
  579. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/authorize.js.map +0 -1
  580. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts +0 -4
  581. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.d.ts.map +0 -1
  582. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js +0 -15
  583. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/metadata.js.map +0 -1
  584. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts +0 -29
  585. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.d.ts.map +0 -1
  586. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js +0 -71
  587. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/register.js.map +0 -1
  588. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts +0 -13
  589. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.d.ts.map +0 -1
  590. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js +0 -59
  591. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/revoke.js.map +0 -1
  592. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts +0 -13
  593. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.d.ts.map +0 -1
  594. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js +0 -107
  595. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/handlers/token.js.map +0 -1
  596. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts +0 -9
  597. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.d.ts.map +0 -1
  598. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js +0 -18
  599. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/allowedMethods.js.map +0 -1
  600. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts +0 -35
  601. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.d.ts.map +0 -1
  602. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js +0 -72
  603. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/bearerAuth.js.map +0 -1
  604. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts +0 -19
  605. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.d.ts.map +0 -1
  606. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js +0 -45
  607. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/middleware/clientAuth.js.map +0 -1
  608. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts +0 -68
  609. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.d.ts.map +0 -1
  610. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js +0 -2
  611. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/provider.js.map +0 -1
  612. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts +0 -49
  613. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.d.ts.map +0 -1
  614. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js +0 -155
  615. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/providers/proxyProvider.js.map +0 -1
  616. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts +0 -101
  617. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.d.ts.map +0 -1
  618. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js +0 -118
  619. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/router.js.map +0 -1
  620. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts +0 -32
  621. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.d.ts.map +0 -1
  622. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js +0 -2
  623. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/types.js.map +0 -1
  624. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts +0 -38
  625. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.d.ts.map +0 -1
  626. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js +0 -41
  627. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js.map +0 -1
  628. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts +0 -45
  629. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.d.ts.map +0 -1
  630. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js +0 -50
  631. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/express.js.map +0 -1
  632. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts +0 -196
  633. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.d.ts.map +0 -1
  634. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +0 -429
  635. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +0 -1
  636. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts +0 -364
  637. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.d.ts.map +0 -1
  638. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js +0 -917
  639. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js.map +0 -1
  640. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts +0 -32
  641. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.d.ts.map +0 -1
  642. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js +0 -76
  643. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/middleware/hostHeaderValidation.js.map +0 -1
  644. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts +0 -82
  645. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.d.ts.map +0 -1
  646. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js +0 -165
  647. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sse.js.map +0 -1
  648. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts +0 -5
  649. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.d.ts.map +0 -1
  650. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js +0 -13
  651. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/sseKeepAlive.js.map +0 -1
  652. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts +0 -36
  653. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.d.ts.map +0 -1
  654. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js +0 -81
  655. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js.map +0 -1
  656. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts +0 -122
  657. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.d.ts.map +0 -1
  658. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js +0 -161
  659. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/streamableHttp.js.map +0 -1
  660. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts +0 -289
  661. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.d.ts.map +0 -1
  662. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js +0 -949
  663. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/webStandardStreamableHttp.js.map +0 -1
  664. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts +0 -84
  665. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.d.ts.map +0 -1
  666. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +0 -228
  667. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +0 -1
  668. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts +0 -12
  669. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.d.ts.map +0 -1
  670. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +0 -51
  671. package/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +0 -1
  672. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts +0 -23
  673. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.d.ts.map +0 -1
  674. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js +0 -44
  675. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth-utils.js.map +0 -1
  676. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts +0 -240
  677. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.d.ts.map +0 -1
  678. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +0 -198
  679. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js.map +0 -1
  680. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts +0 -32
  681. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.d.ts.map +0 -1
  682. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js +0 -57
  683. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/mediaType.js.map +0 -1
  684. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts +0 -16
  685. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.d.ts.map +0 -1
  686. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js +0 -22
  687. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/metadataUtils.js.map +0 -1
  688. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts +0 -443
  689. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.d.ts.map +0 -1
  690. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +0 -1107
  691. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +0 -1
  692. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts +0 -45
  693. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.d.ts.map +0 -1
  694. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js +0 -19
  695. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/responseMessage.js.map +0 -1
  696. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts +0 -18
  697. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.d.ts.map +0 -1
  698. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js +0 -40
  699. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js.map +0 -1
  700. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts +0 -31
  701. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.d.ts.map +0 -1
  702. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js +0 -92
  703. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/toolNameValidation.js.map +0 -1
  704. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts +0 -89
  705. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.d.ts.map +0 -1
  706. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js +0 -39
  707. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/transport.js.map +0 -1
  708. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts +0 -25
  709. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.d.ts.map +0 -1
  710. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js +0 -239
  711. package/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js.map +0 -1
  712. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts +0 -2311
  713. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.d.ts.map +0 -1
  714. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js +0 -24
  715. package/node_modules/@modelcontextprotocol/sdk/dist/esm/spec.types.js.map +0 -1
  716. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts +0 -8168
  717. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.d.ts.map +0 -1
  718. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +0 -2065
  719. package/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +0 -1
  720. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts +0 -53
  721. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.d.ts.map +0 -1
  722. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +0 -87
  723. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +0 -1
  724. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts +0 -51
  725. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.d.ts.map +0 -1
  726. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js +0 -65
  727. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/cfworker-provider.js.map +0 -1
  728. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts +0 -29
  729. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.d.ts.map +0 -1
  730. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js +0 -29
  731. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/index.js.map +0 -1
  732. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts +0 -65
  733. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.d.ts.map +0 -1
  734. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js +0 -2
  735. package/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/types.js.map +0 -1
  736. package/node_modules/@modelcontextprotocol/sdk/package.json +0 -165
  737. package/node_modules/accepts/HISTORY.md +0 -250
  738. package/node_modules/accepts/LICENSE +0 -23
  739. package/node_modules/accepts/README.md +0 -140
  740. package/node_modules/accepts/index.js +0 -238
  741. package/node_modules/accepts/package.json +0 -47
  742. package/node_modules/ajv/.runkit_example.js +0 -23
  743. package/node_modules/ajv/LICENSE +0 -22
  744. package/node_modules/ajv/README.md +0 -207
  745. package/node_modules/ajv/dist/2019.d.ts +0 -19
  746. package/node_modules/ajv/dist/2019.js +0 -61
  747. package/node_modules/ajv/dist/2019.js.map +0 -1
  748. package/node_modules/ajv/dist/2020.d.ts +0 -19
  749. package/node_modules/ajv/dist/2020.js +0 -55
  750. package/node_modules/ajv/dist/2020.js.map +0 -1
  751. package/node_modules/ajv/dist/ajv.d.ts +0 -18
  752. package/node_modules/ajv/dist/ajv.js +0 -50
  753. package/node_modules/ajv/dist/ajv.js.map +0 -1
  754. package/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  755. package/node_modules/ajv/dist/compile/codegen/code.js +0 -156
  756. package/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
  757. package/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  758. package/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  759. package/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
  760. package/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  761. package/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  762. package/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
  763. package/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  764. package/node_modules/ajv/dist/compile/errors.js +0 -123
  765. package/node_modules/ajv/dist/compile/errors.js.map +0 -1
  766. package/node_modules/ajv/dist/compile/index.d.ts +0 -80
  767. package/node_modules/ajv/dist/compile/index.js +0 -242
  768. package/node_modules/ajv/dist/compile/index.js.map +0 -1
  769. package/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  770. package/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  771. package/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
  772. package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  773. package/node_modules/ajv/dist/compile/jtd/serialize.js +0 -236
  774. package/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
  775. package/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  776. package/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  777. package/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
  778. package/node_modules/ajv/dist/compile/names.d.ts +0 -20
  779. package/node_modules/ajv/dist/compile/names.js +0 -28
  780. package/node_modules/ajv/dist/compile/names.js.map +0 -1
  781. package/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  782. package/node_modules/ajv/dist/compile/ref_error.js +0 -12
  783. package/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
  784. package/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  785. package/node_modules/ajv/dist/compile/resolve.js +0 -155
  786. package/node_modules/ajv/dist/compile/resolve.js.map +0 -1
  787. package/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  788. package/node_modules/ajv/dist/compile/rules.js +0 -26
  789. package/node_modules/ajv/dist/compile/rules.js.map +0 -1
  790. package/node_modules/ajv/dist/compile/util.d.ts +0 -40
  791. package/node_modules/ajv/dist/compile/util.js +0 -178
  792. package/node_modules/ajv/dist/compile/util.js.map +0 -1
  793. package/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  794. package/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  795. package/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
  796. package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  797. package/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  798. package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
  799. package/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  800. package/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  801. package/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
  802. package/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  803. package/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  804. package/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
  805. package/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  806. package/node_modules/ajv/dist/compile/validate/index.js +0 -520
  807. package/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
  808. package/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  809. package/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  810. package/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
  811. package/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  812. package/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  813. package/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
  814. package/node_modules/ajv/dist/core.d.ts +0 -174
  815. package/node_modules/ajv/dist/core.js +0 -618
  816. package/node_modules/ajv/dist/core.js.map +0 -1
  817. package/node_modules/ajv/dist/jtd.d.ts +0 -47
  818. package/node_modules/ajv/dist/jtd.js +0 -72
  819. package/node_modules/ajv/dist/jtd.js.map +0 -1
  820. package/node_modules/ajv/dist/refs/data.json +0 -13
  821. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  822. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  823. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
  824. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  825. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  826. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  827. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  828. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  829. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  830. package/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  831. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  832. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  833. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
  834. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  835. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  836. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  837. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  838. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  839. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  840. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  841. package/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  842. package/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  843. package/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  844. package/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  845. package/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  846. package/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  847. package/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
  848. package/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  849. package/node_modules/ajv/dist/runtime/equal.js +0 -7
  850. package/node_modules/ajv/dist/runtime/equal.js.map +0 -1
  851. package/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  852. package/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  853. package/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
  854. package/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  855. package/node_modules/ajv/dist/runtime/quote.js +0 -30
  856. package/node_modules/ajv/dist/runtime/quote.js.map +0 -1
  857. package/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  858. package/node_modules/ajv/dist/runtime/re2.js +0 -6
  859. package/node_modules/ajv/dist/runtime/re2.js.map +0 -1
  860. package/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  861. package/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  862. package/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
  863. package/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  864. package/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  865. package/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
  866. package/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  867. package/node_modules/ajv/dist/runtime/uri.js +0 -6
  868. package/node_modules/ajv/dist/runtime/uri.js.map +0 -1
  869. package/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  870. package/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  871. package/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
  872. package/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  873. package/node_modules/ajv/dist/standalone/index.js +0 -90
  874. package/node_modules/ajv/dist/standalone/index.js.map +0 -1
  875. package/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  876. package/node_modules/ajv/dist/standalone/instance.js +0 -35
  877. package/node_modules/ajv/dist/standalone/instance.js.map +0 -1
  878. package/node_modules/ajv/dist/types/index.d.ts +0 -183
  879. package/node_modules/ajv/dist/types/index.js +0 -3
  880. package/node_modules/ajv/dist/types/index.js.map +0 -1
  881. package/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  882. package/node_modules/ajv/dist/types/json-schema.js +0 -3
  883. package/node_modules/ajv/dist/types/json-schema.js.map +0 -1
  884. package/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  885. package/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  886. package/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
  887. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  888. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  889. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  890. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  891. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  892. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  893. package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  894. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  895. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
  896. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  897. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  898. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
  899. package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  900. package/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  901. package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
  902. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  903. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  904. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
  905. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  906. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  907. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  908. package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  909. package/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  910. package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
  911. package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  912. package/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  913. package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
  914. package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  915. package/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  916. package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
  917. package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  918. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  919. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
  920. package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  921. package/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  922. package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
  923. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  924. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  925. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
  926. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  927. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  928. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  929. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  930. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  931. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  932. package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  933. package/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  934. package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
  935. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  936. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  937. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  938. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  939. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  940. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
  941. package/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  942. package/node_modules/ajv/dist/vocabularies/code.js +0 -131
  943. package/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
  944. package/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  945. package/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  946. package/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
  947. package/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  948. package/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  949. package/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
  950. package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  951. package/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  952. package/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
  953. package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  954. package/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -104
  955. package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
  956. package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  957. package/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  958. package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
  959. package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  960. package/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  961. package/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
  962. package/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  963. package/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  964. package/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
  965. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  966. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  967. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  968. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  969. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  970. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  971. package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  972. package/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  973. package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
  974. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  975. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  976. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  977. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  978. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  979. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  980. package/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  981. package/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  982. package/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
  983. package/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  984. package/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  985. package/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
  986. package/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  987. package/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  988. package/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
  989. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  990. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  991. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
  992. package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  993. package/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  994. package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
  995. package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  996. package/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  997. package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
  998. package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  999. package/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  1000. package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
  1001. package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  1002. package/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  1003. package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
  1004. package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  1005. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  1006. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
  1007. package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  1008. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  1009. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
  1010. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  1011. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  1012. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  1013. package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  1014. package/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  1015. package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
  1016. package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  1017. package/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  1018. package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
  1019. package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  1020. package/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  1021. package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
  1022. package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  1023. package/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  1024. package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
  1025. package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  1026. package/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  1027. package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
  1028. package/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  1029. package/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  1030. package/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
  1031. package/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  1032. package/node_modules/ajv/dist/vocabularies/next.js +0 -8
  1033. package/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
  1034. package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  1035. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  1036. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
  1037. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  1038. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  1039. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  1040. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  1041. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  1042. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  1043. package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  1044. package/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  1045. package/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
  1046. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  1047. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  1048. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  1049. package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  1050. package/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  1051. package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
  1052. package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  1053. package/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  1054. package/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
  1055. package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  1056. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  1057. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
  1058. package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  1059. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  1060. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
  1061. package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  1062. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  1063. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
  1064. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  1065. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  1066. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
  1067. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  1068. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  1069. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
  1070. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  1071. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  1072. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
  1073. package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  1074. package/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -33
  1075. package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
  1076. package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  1077. package/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  1078. package/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
  1079. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  1080. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  1081. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  1082. package/node_modules/ajv/lib/2019.ts +0 -81
  1083. package/node_modules/ajv/lib/2020.ts +0 -75
  1084. package/node_modules/ajv/lib/ajv.ts +0 -70
  1085. package/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  1086. package/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  1087. package/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  1088. package/node_modules/ajv/lib/compile/errors.ts +0 -184
  1089. package/node_modules/ajv/lib/compile/index.ts +0 -324
  1090. package/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  1091. package/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -277
  1092. package/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  1093. package/node_modules/ajv/lib/compile/names.ts +0 -27
  1094. package/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  1095. package/node_modules/ajv/lib/compile/resolve.ts +0 -149
  1096. package/node_modules/ajv/lib/compile/rules.ts +0 -50
  1097. package/node_modules/ajv/lib/compile/util.ts +0 -213
  1098. package/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  1099. package/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  1100. package/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  1101. package/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  1102. package/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  1103. package/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  1104. package/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  1105. package/node_modules/ajv/lib/core.ts +0 -892
  1106. package/node_modules/ajv/lib/jtd.ts +0 -132
  1107. package/node_modules/ajv/lib/refs/data.json +0 -13
  1108. package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  1109. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  1110. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  1111. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  1112. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  1113. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  1114. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  1115. package/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  1116. package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  1117. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  1118. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  1119. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  1120. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  1121. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  1122. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  1123. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  1124. package/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  1125. package/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  1126. package/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  1127. package/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  1128. package/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  1129. package/node_modules/ajv/lib/runtime/equal.ts +0 -7
  1130. package/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  1131. package/node_modules/ajv/lib/runtime/quote.ts +0 -31
  1132. package/node_modules/ajv/lib/runtime/re2.ts +0 -6
  1133. package/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  1134. package/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  1135. package/node_modules/ajv/lib/runtime/uri.ts +0 -6
  1136. package/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  1137. package/node_modules/ajv/lib/standalone/index.ts +0 -100
  1138. package/node_modules/ajv/lib/standalone/instance.ts +0 -36
  1139. package/node_modules/ajv/lib/types/index.ts +0 -244
  1140. package/node_modules/ajv/lib/types/json-schema.ts +0 -187
  1141. package/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  1142. package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  1143. package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  1144. package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  1145. package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  1146. package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  1147. package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  1148. package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  1149. package/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  1150. package/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  1151. package/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  1152. package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  1153. package/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  1154. package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  1155. package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  1156. package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  1157. package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  1158. package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  1159. package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  1160. package/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  1161. package/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  1162. package/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  1163. package/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  1164. package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  1165. package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  1166. package/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  1167. package/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  1168. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  1169. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  1170. package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  1171. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  1172. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  1173. package/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  1174. package/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  1175. package/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  1176. package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  1177. package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  1178. package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  1179. package/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  1180. package/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  1181. package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  1182. package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  1183. package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  1184. package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  1185. package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  1186. package/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  1187. package/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  1188. package/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  1189. package/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  1190. package/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  1191. package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  1192. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  1193. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  1194. package/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  1195. package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  1196. package/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  1197. package/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  1198. package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  1199. package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  1200. package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  1201. package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  1202. package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  1203. package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  1204. package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -39
  1205. package/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  1206. package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  1207. package/node_modules/ajv/package.json +0 -126
  1208. package/node_modules/ajv-formats/LICENSE +0 -21
  1209. package/node_modules/ajv-formats/README.md +0 -125
  1210. package/node_modules/ajv-formats/dist/formats.d.ts +0 -9
  1211. package/node_modules/ajv-formats/dist/formats.js +0 -208
  1212. package/node_modules/ajv-formats/dist/formats.js.map +0 -1
  1213. package/node_modules/ajv-formats/dist/index.d.ts +0 -15
  1214. package/node_modules/ajv-formats/dist/index.js +0 -37
  1215. package/node_modules/ajv-formats/dist/index.js.map +0 -1
  1216. package/node_modules/ajv-formats/dist/limit.d.ts +0 -10
  1217. package/node_modules/ajv-formats/dist/limit.js +0 -69
  1218. package/node_modules/ajv-formats/dist/limit.js.map +0 -1
  1219. package/node_modules/ajv-formats/package.json +0 -74
  1220. package/node_modules/ajv-formats/src/formats.ts +0 -269
  1221. package/node_modules/ajv-formats/src/index.ts +0 -62
  1222. package/node_modules/ajv-formats/src/limit.ts +0 -99
  1223. package/node_modules/body-parser/LICENSE +0 -23
  1224. package/node_modules/body-parser/README.md +0 -509
  1225. package/node_modules/body-parser/index.js +0 -55
  1226. package/node_modules/body-parser/lib/read.js +0 -247
  1227. package/node_modules/body-parser/lib/types/json.js +0 -186
  1228. package/node_modules/body-parser/lib/types/raw.js +0 -42
  1229. package/node_modules/body-parser/lib/types/text.js +0 -36
  1230. package/node_modules/body-parser/lib/types/urlencoded.js +0 -138
  1231. package/node_modules/body-parser/lib/utils.js +0 -100
  1232. package/node_modules/body-parser/node_modules/content-type/LICENSE +0 -22
  1233. package/node_modules/body-parser/node_modules/content-type/README.md +0 -71
  1234. package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +0 -46
  1235. package/node_modules/body-parser/node_modules/content-type/dist/index.js +0 -176
  1236. package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +0 -1
  1237. package/node_modules/body-parser/node_modules/content-type/package.json +0 -52
  1238. package/node_modules/body-parser/package.json +0 -65
  1239. package/node_modules/bytes/History.md +0 -97
  1240. package/node_modules/bytes/LICENSE +0 -23
  1241. package/node_modules/bytes/Readme.md +0 -152
  1242. package/node_modules/bytes/index.js +0 -170
  1243. package/node_modules/bytes/package.json +0 -42
  1244. package/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  1245. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  1246. package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  1247. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  1248. package/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  1249. package/node_modules/call-bind-apply-helpers/README.md +0 -62
  1250. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  1251. package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  1252. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  1253. package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  1254. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  1255. package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  1256. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  1257. package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  1258. package/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  1259. package/node_modules/call-bind-apply-helpers/index.js +0 -15
  1260. package/node_modules/call-bind-apply-helpers/package.json +0 -85
  1261. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  1262. package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  1263. package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  1264. package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  1265. package/node_modules/call-bound/.eslintrc +0 -13
  1266. package/node_modules/call-bound/.github/FUNDING.yml +0 -12
  1267. package/node_modules/call-bound/.nycrc +0 -9
  1268. package/node_modules/call-bound/CHANGELOG.md +0 -42
  1269. package/node_modules/call-bound/LICENSE +0 -21
  1270. package/node_modules/call-bound/README.md +0 -53
  1271. package/node_modules/call-bound/index.d.ts +0 -94
  1272. package/node_modules/call-bound/index.js +0 -19
  1273. package/node_modules/call-bound/package.json +0 -99
  1274. package/node_modules/call-bound/test/index.js +0 -61
  1275. package/node_modules/call-bound/tsconfig.json +0 -10
  1276. package/node_modules/content-disposition/LICENSE +0 -22
  1277. package/node_modules/content-disposition/README.md +0 -141
  1278. package/node_modules/content-disposition/index.js +0 -536
  1279. package/node_modules/content-disposition/package.json +0 -40
  1280. package/node_modules/content-type/HISTORY.md +0 -29
  1281. package/node_modules/content-type/LICENSE +0 -22
  1282. package/node_modules/content-type/README.md +0 -94
  1283. package/node_modules/content-type/index.js +0 -225
  1284. package/node_modules/content-type/package.json +0 -42
  1285. package/node_modules/cookie/LICENSE +0 -24
  1286. package/node_modules/cookie/README.md +0 -317
  1287. package/node_modules/cookie/SECURITY.md +0 -25
  1288. package/node_modules/cookie/index.js +0 -335
  1289. package/node_modules/cookie/package.json +0 -44
  1290. package/node_modules/cookie-signature/History.md +0 -70
  1291. package/node_modules/cookie-signature/LICENSE +0 -22
  1292. package/node_modules/cookie-signature/Readme.md +0 -23
  1293. package/node_modules/cookie-signature/index.js +0 -47
  1294. package/node_modules/cookie-signature/package.json +0 -24
  1295. package/node_modules/cors/LICENSE +0 -22
  1296. package/node_modules/cors/README.md +0 -277
  1297. package/node_modules/cors/lib/index.js +0 -238
  1298. package/node_modules/cors/package.json +0 -42
  1299. package/node_modules/cross-spawn/LICENSE +0 -21
  1300. package/node_modules/cross-spawn/README.md +0 -89
  1301. package/node_modules/cross-spawn/index.js +0 -39
  1302. package/node_modules/cross-spawn/lib/enoent.js +0 -59
  1303. package/node_modules/cross-spawn/lib/parse.js +0 -91
  1304. package/node_modules/cross-spawn/lib/util/escape.js +0 -47
  1305. package/node_modules/cross-spawn/lib/util/readShebang.js +0 -23
  1306. package/node_modules/cross-spawn/lib/util/resolveCommand.js +0 -52
  1307. package/node_modules/cross-spawn/package.json +0 -73
  1308. package/node_modules/debug/LICENSE +0 -20
  1309. package/node_modules/debug/README.md +0 -481
  1310. package/node_modules/debug/package.json +0 -64
  1311. package/node_modules/debug/src/browser.js +0 -272
  1312. package/node_modules/debug/src/common.js +0 -292
  1313. package/node_modules/debug/src/index.js +0 -10
  1314. package/node_modules/debug/src/node.js +0 -263
  1315. package/node_modules/depd/History.md +0 -103
  1316. package/node_modules/depd/LICENSE +0 -22
  1317. package/node_modules/depd/Readme.md +0 -280
  1318. package/node_modules/depd/index.js +0 -538
  1319. package/node_modules/depd/lib/browser/index.js +0 -77
  1320. package/node_modules/depd/package.json +0 -45
  1321. package/node_modules/dunder-proto/.eslintrc +0 -5
  1322. package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  1323. package/node_modules/dunder-proto/.nycrc +0 -13
  1324. package/node_modules/dunder-proto/CHANGELOG.md +0 -24
  1325. package/node_modules/dunder-proto/LICENSE +0 -21
  1326. package/node_modules/dunder-proto/README.md +0 -54
  1327. package/node_modules/dunder-proto/get.d.ts +0 -5
  1328. package/node_modules/dunder-proto/get.js +0 -30
  1329. package/node_modules/dunder-proto/package.json +0 -76
  1330. package/node_modules/dunder-proto/set.d.ts +0 -5
  1331. package/node_modules/dunder-proto/set.js +0 -35
  1332. package/node_modules/dunder-proto/test/get.js +0 -34
  1333. package/node_modules/dunder-proto/test/index.js +0 -4
  1334. package/node_modules/dunder-proto/test/set.js +0 -50
  1335. package/node_modules/dunder-proto/tsconfig.json +0 -9
  1336. package/node_modules/ee-first/LICENSE +0 -22
  1337. package/node_modules/ee-first/README.md +0 -80
  1338. package/node_modules/ee-first/index.js +0 -95
  1339. package/node_modules/ee-first/package.json +0 -29
  1340. package/node_modules/encodeurl/LICENSE +0 -22
  1341. package/node_modules/encodeurl/README.md +0 -109
  1342. package/node_modules/encodeurl/index.js +0 -60
  1343. package/node_modules/encodeurl/package.json +0 -40
  1344. package/node_modules/es-define-property/.eslintrc +0 -13
  1345. package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  1346. package/node_modules/es-define-property/.nycrc +0 -9
  1347. package/node_modules/es-define-property/CHANGELOG.md +0 -29
  1348. package/node_modules/es-define-property/LICENSE +0 -21
  1349. package/node_modules/es-define-property/README.md +0 -49
  1350. package/node_modules/es-define-property/index.d.ts +0 -3
  1351. package/node_modules/es-define-property/index.js +0 -14
  1352. package/node_modules/es-define-property/package.json +0 -81
  1353. package/node_modules/es-define-property/test/index.js +0 -56
  1354. package/node_modules/es-define-property/tsconfig.json +0 -10
  1355. package/node_modules/es-errors/.eslintrc +0 -5
  1356. package/node_modules/es-errors/.github/FUNDING.yml +0 -12
  1357. package/node_modules/es-errors/CHANGELOG.md +0 -40
  1358. package/node_modules/es-errors/LICENSE +0 -21
  1359. package/node_modules/es-errors/README.md +0 -55
  1360. package/node_modules/es-errors/eval.d.ts +0 -3
  1361. package/node_modules/es-errors/eval.js +0 -4
  1362. package/node_modules/es-errors/index.d.ts +0 -3
  1363. package/node_modules/es-errors/index.js +0 -4
  1364. package/node_modules/es-errors/package.json +0 -80
  1365. package/node_modules/es-errors/range.d.ts +0 -3
  1366. package/node_modules/es-errors/range.js +0 -4
  1367. package/node_modules/es-errors/ref.d.ts +0 -3
  1368. package/node_modules/es-errors/ref.js +0 -4
  1369. package/node_modules/es-errors/syntax.d.ts +0 -3
  1370. package/node_modules/es-errors/syntax.js +0 -4
  1371. package/node_modules/es-errors/test/index.js +0 -19
  1372. package/node_modules/es-errors/tsconfig.json +0 -49
  1373. package/node_modules/es-errors/type.d.ts +0 -3
  1374. package/node_modules/es-errors/type.js +0 -4
  1375. package/node_modules/es-errors/uri.d.ts +0 -3
  1376. package/node_modules/es-errors/uri.js +0 -4
  1377. package/node_modules/es-object-atoms/.eslintrc +0 -16
  1378. package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  1379. package/node_modules/es-object-atoms/CHANGELOG.md +0 -44
  1380. package/node_modules/es-object-atoms/LICENSE +0 -21
  1381. package/node_modules/es-object-atoms/README.md +0 -63
  1382. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  1383. package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  1384. package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  1385. package/node_modules/es-object-atoms/ToObject.js +0 -10
  1386. package/node_modules/es-object-atoms/index.d.ts +0 -3
  1387. package/node_modules/es-object-atoms/index.js +0 -4
  1388. package/node_modules/es-object-atoms/isObject.d.ts +0 -3
  1389. package/node_modules/es-object-atoms/isObject.js +0 -6
  1390. package/node_modules/es-object-atoms/package.json +0 -79
  1391. package/node_modules/es-object-atoms/test/index.js +0 -38
  1392. package/node_modules/es-object-atoms/tsconfig.json +0 -7
  1393. package/node_modules/escape-html/LICENSE +0 -24
  1394. package/node_modules/escape-html/Readme.md +0 -43
  1395. package/node_modules/escape-html/index.js +0 -78
  1396. package/node_modules/escape-html/package.json +0 -24
  1397. package/node_modules/etag/HISTORY.md +0 -83
  1398. package/node_modules/etag/LICENSE +0 -22
  1399. package/node_modules/etag/README.md +0 -159
  1400. package/node_modules/etag/index.js +0 -131
  1401. package/node_modules/etag/package.json +0 -47
  1402. package/node_modules/eventsource/LICENSE +0 -22
  1403. package/node_modules/eventsource/README.md +0 -167
  1404. package/node_modules/eventsource/dist/index.cjs +0 -273
  1405. package/node_modules/eventsource/dist/index.cjs.map +0 -1
  1406. package/node_modules/eventsource/dist/index.d.cts +0 -332
  1407. package/node_modules/eventsource/dist/index.d.ts +0 -332
  1408. package/node_modules/eventsource/dist/index.js +0 -273
  1409. package/node_modules/eventsource/dist/index.js.map +0 -1
  1410. package/node_modules/eventsource/package.json +0 -130
  1411. package/node_modules/eventsource/src/EventSource.ts +0 -596
  1412. package/node_modules/eventsource/src/errors.ts +0 -141
  1413. package/node_modules/eventsource/src/index.ts +0 -3
  1414. package/node_modules/eventsource/src/types.ts +0 -152
  1415. package/node_modules/eventsource-parser/LICENSE +0 -21
  1416. package/node_modules/eventsource-parser/README.md +0 -157
  1417. package/node_modules/eventsource-parser/dist/index.cjs +0 -177
  1418. package/node_modules/eventsource-parser/dist/index.cjs.map +0 -1
  1419. package/node_modules/eventsource-parser/dist/index.d.cts +0 -169
  1420. package/node_modules/eventsource-parser/dist/index.d.ts +0 -169
  1421. package/node_modules/eventsource-parser/dist/index.js +0 -177
  1422. package/node_modules/eventsource-parser/dist/index.js.map +0 -1
  1423. package/node_modules/eventsource-parser/dist/stream.cjs +0 -29
  1424. package/node_modules/eventsource-parser/dist/stream.cjs.map +0 -1
  1425. package/node_modules/eventsource-parser/dist/stream.d.cts +0 -134
  1426. package/node_modules/eventsource-parser/dist/stream.d.ts +0 -134
  1427. package/node_modules/eventsource-parser/dist/stream.js +0 -30
  1428. package/node_modules/eventsource-parser/dist/stream.js.map +0 -1
  1429. package/node_modules/eventsource-parser/package.json +0 -92
  1430. package/node_modules/eventsource-parser/src/errors.ts +0 -44
  1431. package/node_modules/eventsource-parser/src/index.ts +0 -8
  1432. package/node_modules/eventsource-parser/src/parse.ts +0 -439
  1433. package/node_modules/eventsource-parser/src/stream.ts +0 -107
  1434. package/node_modules/eventsource-parser/src/types.ts +0 -122
  1435. package/node_modules/eventsource-parser/stream.js +0 -2
  1436. package/node_modules/express/LICENSE +0 -24
  1437. package/node_modules/express/Readme.md +0 -276
  1438. package/node_modules/express/index.js +0 -11
  1439. package/node_modules/express/lib/application.js +0 -631
  1440. package/node_modules/express/lib/express.js +0 -81
  1441. package/node_modules/express/lib/request.js +0 -514
  1442. package/node_modules/express/lib/response.js +0 -1053
  1443. package/node_modules/express/lib/utils.js +0 -271
  1444. package/node_modules/express/lib/view.js +0 -205
  1445. package/node_modules/express/package.json +0 -99
  1446. package/node_modules/express-rate-limit/dist/index.cjs +0 -1088
  1447. package/node_modules/express-rate-limit/dist/index.d.cts +0 -699
  1448. package/node_modules/express-rate-limit/dist/index.d.mts +0 -699
  1449. package/node_modules/express-rate-limit/dist/index.d.ts +0 -699
  1450. package/node_modules/express-rate-limit/dist/index.mjs +0 -1044
  1451. package/node_modules/express-rate-limit/license +0 -21
  1452. package/node_modules/express-rate-limit/package.json +0 -116
  1453. package/node_modules/express-rate-limit/readme.md +0 -140
  1454. package/node_modules/express-rate-limit/tsconfig.json +0 -8
  1455. package/node_modules/fast-deep-equal/LICENSE +0 -21
  1456. package/node_modules/fast-deep-equal/README.md +0 -96
  1457. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  1458. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  1459. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  1460. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  1461. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  1462. package/node_modules/fast-deep-equal/index.js +0 -46
  1463. package/node_modules/fast-deep-equal/package.json +0 -61
  1464. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  1465. package/node_modules/fast-deep-equal/react.js +0 -53
  1466. package/node_modules/fast-uri/.gitattributes +0 -2
  1467. package/node_modules/fast-uri/.github/dependabot.yml +0 -13
  1468. package/node_modules/fast-uri/.github/workflows/ci.yml +0 -106
  1469. package/node_modules/fast-uri/.github/workflows/lock-threads.yml +0 -19
  1470. package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +0 -24
  1471. package/node_modules/fast-uri/LICENSE +0 -30
  1472. package/node_modules/fast-uri/README.md +0 -152
  1473. package/node_modules/fast-uri/benchmark/benchmark.mjs +0 -159
  1474. package/node_modules/fast-uri/benchmark/equal.mjs +0 -51
  1475. package/node_modules/fast-uri/benchmark/non-simple-domain.mjs +0 -22
  1476. package/node_modules/fast-uri/benchmark/package.json +0 -17
  1477. package/node_modules/fast-uri/benchmark/string-array-to-hex-stripped.mjs +0 -24
  1478. package/node_modules/fast-uri/benchmark/ws-is-secure.mjs +0 -65
  1479. package/node_modules/fast-uri/eslint.config.js +0 -6
  1480. package/node_modules/fast-uri/index.js +0 -627
  1481. package/node_modules/fast-uri/lib/schemes.js +0 -272
  1482. package/node_modules/fast-uri/lib/utils.js +0 -747
  1483. package/node_modules/fast-uri/package.json +0 -68
  1484. package/node_modules/fast-uri/test/ajv.test.js +0 -43
  1485. package/node_modules/fast-uri/test/component-safe-serialization.test.js +0 -163
  1486. package/node_modules/fast-uri/test/equal.test.js +0 -145
  1487. package/node_modules/fast-uri/test/fixtures/uri-js-parse.json +0 -503
  1488. package/node_modules/fast-uri/test/fixtures/uri-js-serialize.json +0 -120
  1489. package/node_modules/fast-uri/test/ipv6-canonical.test.js +0 -34
  1490. package/node_modules/fast-uri/test/ipv6-validation.test.js +0 -124
  1491. package/node_modules/fast-uri/test/malformed-percent.test.js +0 -77
  1492. package/node_modules/fast-uri/test/malformed-urn.test.js +0 -61
  1493. package/node_modules/fast-uri/test/parse.test.js +0 -327
  1494. package/node_modules/fast-uri/test/query-fragment-normalization.test.js +0 -33
  1495. package/node_modules/fast-uri/test/reserved-path-normalization.test.js +0 -109
  1496. package/node_modules/fast-uri/test/resolve.test.js +0 -87
  1497. package/node_modules/fast-uri/test/rfc-3986.test.js +0 -90
  1498. package/node_modules/fast-uri/test/scheme-validation.test.js +0 -124
  1499. package/node_modules/fast-uri/test/security-normalization.test.js +0 -140
  1500. package/node_modules/fast-uri/test/security.test.js +0 -431
  1501. package/node_modules/fast-uri/test/serialize.test.js +0 -151
  1502. package/node_modules/fast-uri/test/uri-js-compatibility.test.js +0 -33
  1503. package/node_modules/fast-uri/test/uri-js.test.js +0 -912
  1504. package/node_modules/fast-uri/test/urn-full-input.test.js +0 -29
  1505. package/node_modules/fast-uri/test/util.test.js +0 -38
  1506. package/node_modules/fast-uri/test/websocket-query-preservation.test.js +0 -24
  1507. package/node_modules/fast-uri/tsconfig.json +0 -9
  1508. package/node_modules/fast-uri/types/index.d.ts +0 -60
  1509. package/node_modules/fast-uri/types/index.test-d.ts +0 -17
  1510. package/node_modules/finalhandler/HISTORY.md +0 -239
  1511. package/node_modules/finalhandler/LICENSE +0 -22
  1512. package/node_modules/finalhandler/README.md +0 -150
  1513. package/node_modules/finalhandler/index.js +0 -293
  1514. package/node_modules/finalhandler/package.json +0 -47
  1515. package/node_modules/forwarded/HISTORY.md +0 -21
  1516. package/node_modules/forwarded/LICENSE +0 -22
  1517. package/node_modules/forwarded/README.md +0 -57
  1518. package/node_modules/forwarded/index.js +0 -90
  1519. package/node_modules/forwarded/package.json +0 -45
  1520. package/node_modules/fresh/HISTORY.md +0 -80
  1521. package/node_modules/fresh/LICENSE +0 -23
  1522. package/node_modules/fresh/README.md +0 -117
  1523. package/node_modules/fresh/index.js +0 -136
  1524. package/node_modules/fresh/package.json +0 -46
  1525. package/node_modules/function-bind/.eslintrc +0 -21
  1526. package/node_modules/function-bind/.github/FUNDING.yml +0 -12
  1527. package/node_modules/function-bind/.github/SECURITY.md +0 -3
  1528. package/node_modules/function-bind/.nycrc +0 -13
  1529. package/node_modules/function-bind/CHANGELOG.md +0 -136
  1530. package/node_modules/function-bind/LICENSE +0 -20
  1531. package/node_modules/function-bind/README.md +0 -46
  1532. package/node_modules/function-bind/implementation.js +0 -84
  1533. package/node_modules/function-bind/index.js +0 -5
  1534. package/node_modules/function-bind/package.json +0 -87
  1535. package/node_modules/function-bind/test/.eslintrc +0 -9
  1536. package/node_modules/function-bind/test/index.js +0 -252
  1537. package/node_modules/get-intrinsic/.eslintrc +0 -42
  1538. package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  1539. package/node_modules/get-intrinsic/.nycrc +0 -9
  1540. package/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  1541. package/node_modules/get-intrinsic/LICENSE +0 -21
  1542. package/node_modules/get-intrinsic/README.md +0 -71
  1543. package/node_modules/get-intrinsic/index.js +0 -378
  1544. package/node_modules/get-intrinsic/package.json +0 -97
  1545. package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  1546. package/node_modules/get-proto/.eslintrc +0 -10
  1547. package/node_modules/get-proto/.github/FUNDING.yml +0 -12
  1548. package/node_modules/get-proto/.nycrc +0 -9
  1549. package/node_modules/get-proto/CHANGELOG.md +0 -21
  1550. package/node_modules/get-proto/LICENSE +0 -21
  1551. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  1552. package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  1553. package/node_modules/get-proto/README.md +0 -50
  1554. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  1555. package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  1556. package/node_modules/get-proto/index.d.ts +0 -5
  1557. package/node_modules/get-proto/index.js +0 -27
  1558. package/node_modules/get-proto/package.json +0 -81
  1559. package/node_modules/get-proto/test/index.js +0 -68
  1560. package/node_modules/get-proto/tsconfig.json +0 -9
  1561. package/node_modules/gopd/.eslintrc +0 -16
  1562. package/node_modules/gopd/.github/FUNDING.yml +0 -12
  1563. package/node_modules/gopd/CHANGELOG.md +0 -45
  1564. package/node_modules/gopd/LICENSE +0 -21
  1565. package/node_modules/gopd/README.md +0 -40
  1566. package/node_modules/gopd/gOPD.d.ts +0 -1
  1567. package/node_modules/gopd/gOPD.js +0 -4
  1568. package/node_modules/gopd/index.d.ts +0 -5
  1569. package/node_modules/gopd/index.js +0 -15
  1570. package/node_modules/gopd/package.json +0 -77
  1571. package/node_modules/gopd/test/index.js +0 -36
  1572. package/node_modules/gopd/tsconfig.json +0 -9
  1573. package/node_modules/has-symbols/.eslintrc +0 -11
  1574. package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  1575. package/node_modules/has-symbols/.nycrc +0 -9
  1576. package/node_modules/has-symbols/CHANGELOG.md +0 -91
  1577. package/node_modules/has-symbols/LICENSE +0 -21
  1578. package/node_modules/has-symbols/README.md +0 -46
  1579. package/node_modules/has-symbols/index.d.ts +0 -3
  1580. package/node_modules/has-symbols/index.js +0 -14
  1581. package/node_modules/has-symbols/package.json +0 -111
  1582. package/node_modules/has-symbols/shams.d.ts +0 -3
  1583. package/node_modules/has-symbols/shams.js +0 -45
  1584. package/node_modules/has-symbols/test/index.js +0 -22
  1585. package/node_modules/has-symbols/test/shams/core-js.js +0 -29
  1586. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  1587. package/node_modules/has-symbols/test/tests.js +0 -58
  1588. package/node_modules/has-symbols/tsconfig.json +0 -10
  1589. package/node_modules/hasown/.github/FUNDING.yml +0 -12
  1590. package/node_modules/hasown/.nycrc +0 -13
  1591. package/node_modules/hasown/CHANGELOG.md +0 -58
  1592. package/node_modules/hasown/LICENSE +0 -21
  1593. package/node_modules/hasown/README.md +0 -40
  1594. package/node_modules/hasown/eslint.config.mjs +0 -6
  1595. package/node_modules/hasown/index.d.ts +0 -3
  1596. package/node_modules/hasown/index.js +0 -8
  1597. package/node_modules/hasown/package.json +0 -91
  1598. package/node_modules/hasown/tsconfig.json +0 -6
  1599. package/node_modules/hono/LICENSE +0 -21
  1600. package/node_modules/hono/README.md +0 -85
  1601. package/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +0 -24
  1602. package/node_modules/hono/dist/adapter/aws-lambda/handler.js +0 -364
  1603. package/node_modules/hono/dist/adapter/aws-lambda/index.js +0 -9
  1604. package/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
  1605. package/node_modules/hono/dist/adapter/bun/conninfo.js +0 -27
  1606. package/node_modules/hono/dist/adapter/bun/index.js +0 -16
  1607. package/node_modules/hono/dist/adapter/bun/serve-static.js +0 -30
  1608. package/node_modules/hono/dist/adapter/bun/server.js +0 -5
  1609. package/node_modules/hono/dist/adapter/bun/ssg.js +0 -17
  1610. package/node_modules/hono/dist/adapter/bun/websocket.js +0 -73
  1611. package/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +0 -9
  1612. package/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +0 -67
  1613. package/node_modules/hono/dist/adapter/cloudflare-pages/index.js +0 -9
  1614. package/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +0 -9
  1615. package/node_modules/hono/dist/adapter/cloudflare-workers/index.js +0 -9
  1616. package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +0 -8
  1617. package/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +0 -22
  1618. package/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +0 -35
  1619. package/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +0 -41
  1620. package/node_modules/hono/dist/adapter/deno/conninfo.js +0 -14
  1621. package/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
  1622. package/node_modules/hono/dist/adapter/deno/index.js +0 -12
  1623. package/node_modules/hono/dist/adapter/deno/serve-static.js +0 -40
  1624. package/node_modules/hono/dist/adapter/deno/ssg.js +0 -18
  1625. package/node_modules/hono/dist/adapter/deno/websocket.js +0 -32
  1626. package/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +0 -9
  1627. package/node_modules/hono/dist/adapter/lambda-edge/handler.js +0 -96
  1628. package/node_modules/hono/dist/adapter/lambda-edge/index.js +0 -7
  1629. package/node_modules/hono/dist/adapter/netlify/conninfo.js +0 -9
  1630. package/node_modules/hono/dist/adapter/netlify/handler.js +0 -9
  1631. package/node_modules/hono/dist/adapter/netlify/index.js +0 -2
  1632. package/node_modules/hono/dist/adapter/netlify/mod.js +0 -7
  1633. package/node_modules/hono/dist/adapter/service-worker/handler.js +0 -20
  1634. package/node_modules/hono/dist/adapter/service-worker/index.js +0 -9
  1635. package/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
  1636. package/node_modules/hono/dist/adapter/vercel/conninfo.js +0 -10
  1637. package/node_modules/hono/dist/adapter/vercel/handler.js +0 -7
  1638. package/node_modules/hono/dist/adapter/vercel/index.js +0 -7
  1639. package/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +0 -46
  1640. package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +0 -395
  1641. package/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +0 -34
  1642. package/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +0 -15
  1643. package/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +0 -49
  1644. package/node_modules/hono/dist/cjs/adapter/bun/index.js +0 -45
  1645. package/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +0 -52
  1646. package/node_modules/hono/dist/cjs/adapter/bun/server.js +0 -27
  1647. package/node_modules/hono/dist/cjs/adapter/bun/ssg.js +0 -40
  1648. package/node_modules/hono/dist/cjs/adapter/bun/websocket.js +0 -98
  1649. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +0 -31
  1650. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +0 -91
  1651. package/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +0 -34
  1652. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +0 -31
  1653. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +0 -33
  1654. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +0 -30
  1655. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +0 -44
  1656. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +0 -57
  1657. package/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +0 -63
  1658. package/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +0 -36
  1659. package/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
  1660. package/node_modules/hono/dist/cjs/adapter/deno/index.js +0 -38
  1661. package/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +0 -62
  1662. package/node_modules/hono/dist/cjs/adapter/deno/ssg.js +0 -41
  1663. package/node_modules/hono/dist/cjs/adapter/deno/websocket.js +0 -54
  1664. package/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +0 -31
  1665. package/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +0 -130
  1666. package/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +0 -30
  1667. package/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +0 -31
  1668. package/node_modules/hono/dist/cjs/adapter/netlify/handler.js +0 -31
  1669. package/node_modules/hono/dist/cjs/adapter/netlify/index.js +0 -21
  1670. package/node_modules/hono/dist/cjs/adapter/netlify/mod.js +0 -30
  1671. package/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +0 -42
  1672. package/node_modules/hono/dist/cjs/adapter/service-worker/index.js +0 -32
  1673. package/node_modules/hono/dist/cjs/adapter/service-worker/types.js +0 -15
  1674. package/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +0 -32
  1675. package/node_modules/hono/dist/cjs/adapter/vercel/handler.js +0 -29
  1676. package/node_modules/hono/dist/cjs/adapter/vercel/index.js +0 -30
  1677. package/node_modules/hono/dist/cjs/client/client.js +0 -218
  1678. package/node_modules/hono/dist/cjs/client/fetch-result-please.js +0 -85
  1679. package/node_modules/hono/dist/cjs/client/index.js +0 -32
  1680. package/node_modules/hono/dist/cjs/client/types.js +0 -15
  1681. package/node_modules/hono/dist/cjs/client/utils.js +0 -108
  1682. package/node_modules/hono/dist/cjs/compose.js +0 -68
  1683. package/node_modules/hono/dist/cjs/context.js +0 -454
  1684. package/node_modules/hono/dist/cjs/helper/accepts/accepts.js +0 -77
  1685. package/node_modules/hono/dist/cjs/helper/accepts/index.js +0 -27
  1686. package/node_modules/hono/dist/cjs/helper/adapter/index.js +0 -81
  1687. package/node_modules/hono/dist/cjs/helper/conninfo/index.js +0 -15
  1688. package/node_modules/hono/dist/cjs/helper/conninfo/types.js +0 -15
  1689. package/node_modules/hono/dist/cjs/helper/cookie/index.js +0 -130
  1690. package/node_modules/hono/dist/cjs/helper/css/common.js +0 -273
  1691. package/node_modules/hono/dist/cjs/helper/css/index.js +0 -157
  1692. package/node_modules/hono/dist/cjs/helper/dev/index.js +0 -79
  1693. package/node_modules/hono/dist/cjs/helper/factory/index.js +0 -54
  1694. package/node_modules/hono/dist/cjs/helper/html/index.js +0 -64
  1695. package/node_modules/hono/dist/cjs/helper/proxy/index.js +0 -115
  1696. package/node_modules/hono/dist/cjs/helper/route/index.js +0 -71
  1697. package/node_modules/hono/dist/cjs/helper/ssg/index.js +0 -43
  1698. package/node_modules/hono/dist/cjs/helper/ssg/middleware.js +0 -73
  1699. package/node_modules/hono/dist/cjs/helper/ssg/plugins.js +0 -70
  1700. package/node_modules/hono/dist/cjs/helper/ssg/ssg.js +0 -320
  1701. package/node_modules/hono/dist/cjs/helper/ssg/utils.js +0 -113
  1702. package/node_modules/hono/dist/cjs/helper/streaming/index.js +0 -35
  1703. package/node_modules/hono/dist/cjs/helper/streaming/sse.js +0 -91
  1704. package/node_modules/hono/dist/cjs/helper/streaming/stream.js +0 -56
  1705. package/node_modules/hono/dist/cjs/helper/streaming/text.js +0 -34
  1706. package/node_modules/hono/dist/cjs/helper/streaming/utils.js +0 -35
  1707. package/node_modules/hono/dist/cjs/helper/testing/index.js +0 -33
  1708. package/node_modules/hono/dist/cjs/helper/websocket/index.js +0 -81
  1709. package/node_modules/hono/dist/cjs/hono-base.js +0 -407
  1710. package/node_modules/hono/dist/cjs/hono.js +0 -43
  1711. package/node_modules/hono/dist/cjs/http-exception.js +0 -57
  1712. package/node_modules/hono/dist/cjs/index.js +0 -30
  1713. package/node_modules/hono/dist/cjs/jsx/base.js +0 -395
  1714. package/node_modules/hono/dist/cjs/jsx/children.js +0 -44
  1715. package/node_modules/hono/dist/cjs/jsx/components.js +0 -220
  1716. package/node_modules/hono/dist/cjs/jsx/constants.js +0 -42
  1717. package/node_modules/hono/dist/cjs/jsx/context.js +0 -188
  1718. package/node_modules/hono/dist/cjs/jsx/dom/client.js +0 -76
  1719. package/node_modules/hono/dist/cjs/jsx/dom/components.js +0 -55
  1720. package/node_modules/hono/dist/cjs/jsx/dom/context.js +0 -71
  1721. package/node_modules/hono/dist/cjs/jsx/dom/css.js +0 -168
  1722. package/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +0 -74
  1723. package/node_modules/hono/dist/cjs/jsx/dom/index.js +0 -181
  1724. package/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +0 -399
  1725. package/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +0 -52
  1726. package/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +0 -32
  1727. package/node_modules/hono/dist/cjs/jsx/dom/render.js +0 -643
  1728. package/node_modules/hono/dist/cjs/jsx/dom/server.js +0 -71
  1729. package/node_modules/hono/dist/cjs/jsx/dom/utils.js +0 -32
  1730. package/node_modules/hono/dist/cjs/jsx/hooks/index.js +0 -373
  1731. package/node_modules/hono/dist/cjs/jsx/index.js +0 -138
  1732. package/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +0 -50
  1733. package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +0 -189
  1734. package/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +0 -15
  1735. package/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +0 -41
  1736. package/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +0 -71
  1737. package/node_modules/hono/dist/cjs/jsx/streaming.js +0 -178
  1738. package/node_modules/hono/dist/cjs/jsx/types.js +0 -15
  1739. package/node_modules/hono/dist/cjs/jsx/utils.js +0 -200
  1740. package/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +0 -88
  1741. package/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +0 -114
  1742. package/node_modules/hono/dist/cjs/middleware/body-limit/index.js +0 -75
  1743. package/node_modules/hono/dist/cjs/middleware/cache/index.js +0 -219
  1744. package/node_modules/hono/dist/cjs/middleware/combine/index.js +0 -101
  1745. package/node_modules/hono/dist/cjs/middleware/compress/index.js +0 -97
  1746. package/node_modules/hono/dist/cjs/middleware/context-storage/index.js +0 -47
  1747. package/node_modules/hono/dist/cjs/middleware/cors/index.js +0 -109
  1748. package/node_modules/hono/dist/cjs/middleware/csrf/index.js +0 -77
  1749. package/node_modules/hono/dist/cjs/middleware/etag/digest.js +0 -101
  1750. package/node_modules/hono/dist/cjs/middleware/etag/index.js +0 -99
  1751. package/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +0 -176
  1752. package/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +0 -82
  1753. package/node_modules/hono/dist/cjs/middleware/jwk/index.js +0 -27
  1754. package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +0 -139
  1755. package/node_modules/hono/dist/cjs/middleware/jwt/index.js +0 -38
  1756. package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +0 -145
  1757. package/node_modules/hono/dist/cjs/middleware/language/index.js +0 -35
  1758. package/node_modules/hono/dist/cjs/middleware/language/language.js +0 -203
  1759. package/node_modules/hono/dist/cjs/middleware/logger/index.js +0 -72
  1760. package/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +0 -90
  1761. package/node_modules/hono/dist/cjs/middleware/method-override/index.js +0 -106
  1762. package/node_modules/hono/dist/cjs/middleware/powered-by/index.js +0 -32
  1763. package/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +0 -39
  1764. package/node_modules/hono/dist/cjs/middleware/request-id/index.js +0 -27
  1765. package/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +0 -43
  1766. package/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +0 -29
  1767. package/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +0 -15
  1768. package/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +0 -198
  1769. package/node_modules/hono/dist/cjs/middleware/serve-static/index.js +0 -99
  1770. package/node_modules/hono/dist/cjs/middleware/serve-static/path.js +0 -40
  1771. package/node_modules/hono/dist/cjs/middleware/timeout/index.js +0 -47
  1772. package/node_modules/hono/dist/cjs/middleware/timing/index.js +0 -35
  1773. package/node_modules/hono/dist/cjs/middleware/timing/timing.js +0 -130
  1774. package/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +0 -62
  1775. package/node_modules/hono/dist/cjs/package.json +0 -3
  1776. package/node_modules/hono/dist/cjs/preset/quick.js +0 -38
  1777. package/node_modules/hono/dist/cjs/preset/tiny.js +0 -34
  1778. package/node_modules/hono/dist/cjs/request/constants.js +0 -27
  1779. package/node_modules/hono/dist/cjs/request.js +0 -346
  1780. package/node_modules/hono/dist/cjs/router/linear-router/index.js +0 -27
  1781. package/node_modules/hono/dist/cjs/router/linear-router/router.js +0 -145
  1782. package/node_modules/hono/dist/cjs/router/pattern-router/index.js +0 -27
  1783. package/node_modules/hono/dist/cjs/router/pattern-router/router.js +0 -64
  1784. package/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +0 -34
  1785. package/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +0 -48
  1786. package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +0 -140
  1787. package/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +0 -166
  1788. package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +0 -151
  1789. package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +0 -90
  1790. package/node_modules/hono/dist/cjs/router/smart-router/index.js +0 -27
  1791. package/node_modules/hono/dist/cjs/router/smart-router/router.js +0 -80
  1792. package/node_modules/hono/dist/cjs/router/trie-router/index.js +0 -27
  1793. package/node_modules/hono/dist/cjs/router/trie-router/node.js +0 -187
  1794. package/node_modules/hono/dist/cjs/router/trie-router/router.js +0 -40
  1795. package/node_modules/hono/dist/cjs/router/utils.js +0 -27
  1796. package/node_modules/hono/dist/cjs/router.js +0 -40
  1797. package/node_modules/hono/dist/cjs/types.js +0 -28
  1798. package/node_modules/hono/dist/cjs/utils/accept.js +0 -245
  1799. package/node_modules/hono/dist/cjs/utils/basic-auth.js +0 -45
  1800. package/node_modules/hono/dist/cjs/utils/body.js +0 -123
  1801. package/node_modules/hono/dist/cjs/utils/buffer.js +0 -103
  1802. package/node_modules/hono/dist/cjs/utils/color.js +0 -48
  1803. package/node_modules/hono/dist/cjs/utils/compress.js +0 -27
  1804. package/node_modules/hono/dist/cjs/utils/concurrent.js +0 -61
  1805. package/node_modules/hono/dist/cjs/utils/constants.js +0 -27
  1806. package/node_modules/hono/dist/cjs/utils/cookie.js +0 -199
  1807. package/node_modules/hono/dist/cjs/utils/crypto.js +0 -69
  1808. package/node_modules/hono/dist/cjs/utils/encode.js +0 -54
  1809. package/node_modules/hono/dist/cjs/utils/filepath.js +0 -58
  1810. package/node_modules/hono/dist/cjs/utils/handler.js +0 -36
  1811. package/node_modules/hono/dist/cjs/utils/headers.js +0 -15
  1812. package/node_modules/hono/dist/cjs/utils/html.js +0 -150
  1813. package/node_modules/hono/dist/cjs/utils/http-status.js +0 -15
  1814. package/node_modules/hono/dist/cjs/utils/ipaddr.js +0 -320
  1815. package/node_modules/hono/dist/cjs/utils/jwt/index.js +0 -28
  1816. package/node_modules/hono/dist/cjs/utils/jwt/jwa.js +0 -42
  1817. package/node_modules/hono/dist/cjs/utils/jwt/jws.js +0 -215
  1818. package/node_modules/hono/dist/cjs/utils/jwt/jwt.js +0 -219
  1819. package/node_modules/hono/dist/cjs/utils/jwt/types.js +0 -161
  1820. package/node_modules/hono/dist/cjs/utils/jwt/utf8.js +0 -30
  1821. package/node_modules/hono/dist/cjs/utils/mime.js +0 -106
  1822. package/node_modules/hono/dist/cjs/utils/stream.js +0 -112
  1823. package/node_modules/hono/dist/cjs/utils/types.js +0 -15
  1824. package/node_modules/hono/dist/cjs/utils/url.js +0 -264
  1825. package/node_modules/hono/dist/cjs/validator/index.js +0 -27
  1826. package/node_modules/hono/dist/cjs/validator/utils.js +0 -15
  1827. package/node_modules/hono/dist/cjs/validator/validator.js +0 -108
  1828. package/node_modules/hono/dist/client/client.js +0 -203
  1829. package/node_modules/hono/dist/client/fetch-result-please.js +0 -62
  1830. package/node_modules/hono/dist/client/index.js +0 -8
  1831. package/node_modules/hono/dist/client/types.js +0 -0
  1832. package/node_modules/hono/dist/client/utils.js +0 -79
  1833. package/node_modules/hono/dist/compose.js +0 -46
  1834. package/node_modules/hono/dist/context.js +0 -431
  1835. package/node_modules/hono/dist/helper/accepts/accepts.js +0 -54
  1836. package/node_modules/hono/dist/helper/accepts/index.js +0 -5
  1837. package/node_modules/hono/dist/helper/adapter/index.js +0 -56
  1838. package/node_modules/hono/dist/helper/conninfo/index.js +0 -0
  1839. package/node_modules/hono/dist/helper/conninfo/types.js +0 -0
  1840. package/node_modules/hono/dist/helper/cookie/index.js +0 -102
  1841. package/node_modules/hono/dist/helper/css/common.js +0 -236
  1842. package/node_modules/hono/dist/helper/css/index.js +0 -140
  1843. package/node_modules/hono/dist/helper/dev/index.js +0 -55
  1844. package/node_modules/hono/dist/helper/factory/index.js +0 -30
  1845. package/node_modules/hono/dist/helper/html/index.js +0 -41
  1846. package/node_modules/hono/dist/helper/proxy/index.js +0 -93
  1847. package/node_modules/hono/dist/helper/route/index.js +0 -46
  1848. package/node_modules/hono/dist/helper/ssg/index.js +0 -19
  1849. package/node_modules/hono/dist/helper/ssg/middleware.js +0 -45
  1850. package/node_modules/hono/dist/helper/ssg/plugins.js +0 -47
  1851. package/node_modules/hono/dist/helper/ssg/ssg.js +0 -297
  1852. package/node_modules/hono/dist/helper/ssg/utils.js +0 -87
  1853. package/node_modules/hono/dist/helper/streaming/index.js +0 -10
  1854. package/node_modules/hono/dist/helper/streaming/sse.js +0 -68
  1855. package/node_modules/hono/dist/helper/streaming/stream.js +0 -34
  1856. package/node_modules/hono/dist/helper/streaming/text.js +0 -12
  1857. package/node_modules/hono/dist/helper/streaming/utils.js +0 -13
  1858. package/node_modules/hono/dist/helper/testing/index.js +0 -11
  1859. package/node_modules/hono/dist/helper/websocket/index.js +0 -57
  1860. package/node_modules/hono/dist/hono-base.js +0 -385
  1861. package/node_modules/hono/dist/hono.js +0 -21
  1862. package/node_modules/hono/dist/http-exception.js +0 -35
  1863. package/node_modules/hono/dist/index.js +0 -7
  1864. package/node_modules/hono/dist/jsx/base.js +0 -360
  1865. package/node_modules/hono/dist/jsx/children.js +0 -21
  1866. package/node_modules/hono/dist/jsx/components.js +0 -197
  1867. package/node_modules/hono/dist/jsx/constants.js +0 -15
  1868. package/node_modules/hono/dist/jsx/context.js +0 -162
  1869. package/node_modules/hono/dist/jsx/dom/client.js +0 -53
  1870. package/node_modules/hono/dist/jsx/dom/components.js +0 -32
  1871. package/node_modules/hono/dist/jsx/dom/context.js +0 -48
  1872. package/node_modules/hono/dist/jsx/dom/css.js +0 -150
  1873. package/node_modules/hono/dist/jsx/dom/hooks/index.js +0 -48
  1874. package/node_modules/hono/dist/jsx/dom/index.js +0 -142
  1875. package/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +0 -374
  1876. package/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +0 -19
  1877. package/node_modules/hono/dist/jsx/dom/jsx-runtime.js +0 -8
  1878. package/node_modules/hono/dist/jsx/dom/render.js +0 -619
  1879. package/node_modules/hono/dist/jsx/dom/server.js +0 -37
  1880. package/node_modules/hono/dist/jsx/dom/utils.js +0 -10
  1881. package/node_modules/hono/dist/jsx/hooks/index.js +0 -331
  1882. package/node_modules/hono/dist/jsx/index.js +0 -103
  1883. package/node_modules/hono/dist/jsx/intrinsic-element/common.js +0 -24
  1884. package/node_modules/hono/dist/jsx/intrinsic-element/components.js +0 -165
  1885. package/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
  1886. package/node_modules/hono/dist/jsx/jsx-dev-runtime.js +0 -18
  1887. package/node_modules/hono/dist/jsx/jsx-runtime.js +0 -44
  1888. package/node_modules/hono/dist/jsx/streaming.js +0 -154
  1889. package/node_modules/hono/dist/jsx/types.js +0 -0
  1890. package/node_modules/hono/dist/jsx/utils.js +0 -175
  1891. package/node_modules/hono/dist/middleware/basic-auth/index.js +0 -66
  1892. package/node_modules/hono/dist/middleware/bearer-auth/index.js +0 -92
  1893. package/node_modules/hono/dist/middleware/body-limit/index.js +0 -53
  1894. package/node_modules/hono/dist/middleware/cache/index.js +0 -197
  1895. package/node_modules/hono/dist/middleware/combine/index.js +0 -77
  1896. package/node_modules/hono/dist/middleware/compress/index.js +0 -74
  1897. package/node_modules/hono/dist/middleware/context-storage/index.js +0 -23
  1898. package/node_modules/hono/dist/middleware/cors/index.js +0 -87
  1899. package/node_modules/hono/dist/middleware/csrf/index.js +0 -55
  1900. package/node_modules/hono/dist/middleware/etag/digest.js +0 -79
  1901. package/node_modules/hono/dist/middleware/etag/index.js +0 -76
  1902. package/node_modules/hono/dist/middleware/ip-restriction/index.js +0 -162
  1903. package/node_modules/hono/dist/middleware/jsx-renderer/index.js +0 -58
  1904. package/node_modules/hono/dist/middleware/jwk/index.js +0 -5
  1905. package/node_modules/hono/dist/middleware/jwk/jwk.js +0 -117
  1906. package/node_modules/hono/dist/middleware/jwt/index.js +0 -11
  1907. package/node_modules/hono/dist/middleware/jwt/jwt.js +0 -119
  1908. package/node_modules/hono/dist/middleware/language/index.js +0 -15
  1909. package/node_modules/hono/dist/middleware/language/language.js +0 -172
  1910. package/node_modules/hono/dist/middleware/logger/index.js +0 -44
  1911. package/node_modules/hono/dist/middleware/method-not-allowed/index.js +0 -68
  1912. package/node_modules/hono/dist/middleware/method-override/index.js +0 -84
  1913. package/node_modules/hono/dist/middleware/powered-by/index.js +0 -10
  1914. package/node_modules/hono/dist/middleware/pretty-json/index.js +0 -17
  1915. package/node_modules/hono/dist/middleware/request-id/index.js +0 -5
  1916. package/node_modules/hono/dist/middleware/request-id/request-id.js +0 -21
  1917. package/node_modules/hono/dist/middleware/secure-headers/index.js +0 -6
  1918. package/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
  1919. package/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +0 -175
  1920. package/node_modules/hono/dist/middleware/serve-static/index.js +0 -77
  1921. package/node_modules/hono/dist/middleware/serve-static/path.js +0 -18
  1922. package/node_modules/hono/dist/middleware/timeout/index.js +0 -25
  1923. package/node_modules/hono/dist/middleware/timing/index.js +0 -9
  1924. package/node_modules/hono/dist/middleware/timing/timing.js +0 -104
  1925. package/node_modules/hono/dist/middleware/trailing-slash/index.js +0 -39
  1926. package/node_modules/hono/dist/preset/quick.js +0 -16
  1927. package/node_modules/hono/dist/preset/tiny.js +0 -12
  1928. package/node_modules/hono/dist/request/constants.js +0 -5
  1929. package/node_modules/hono/dist/request.js +0 -323
  1930. package/node_modules/hono/dist/router/linear-router/index.js +0 -5
  1931. package/node_modules/hono/dist/router/linear-router/router.js +0 -123
  1932. package/node_modules/hono/dist/router/pattern-router/index.js +0 -5
  1933. package/node_modules/hono/dist/router/pattern-router/router.js +0 -42
  1934. package/node_modules/hono/dist/router/reg-exp-router/index.js +0 -9
  1935. package/node_modules/hono/dist/router/reg-exp-router/matcher.js +0 -25
  1936. package/node_modules/hono/dist/router/reg-exp-router/node.js +0 -114
  1937. package/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +0 -142
  1938. package/node_modules/hono/dist/router/reg-exp-router/router.js +0 -138
  1939. package/node_modules/hono/dist/router/reg-exp-router/trie.js +0 -68
  1940. package/node_modules/hono/dist/router/smart-router/index.js +0 -5
  1941. package/node_modules/hono/dist/router/smart-router/router.js +0 -58
  1942. package/node_modules/hono/dist/router/trie-router/index.js +0 -5
  1943. package/node_modules/hono/dist/router/trie-router/node.js +0 -165
  1944. package/node_modules/hono/dist/router/trie-router/router.js +0 -18
  1945. package/node_modules/hono/dist/router/utils.js +0 -5
  1946. package/node_modules/hono/dist/router.js +0 -14
  1947. package/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +0 -27
  1948. package/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +0 -184
  1949. package/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +0 -8
  1950. package/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +0 -153
  1951. package/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +0 -7
  1952. package/node_modules/hono/dist/types/adapter/bun/index.d.ts +0 -10
  1953. package/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +0 -3
  1954. package/node_modules/hono/dist/types/adapter/bun/server.d.ts +0 -12
  1955. package/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +0 -13
  1956. package/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +0 -39
  1957. package/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +0 -21
  1958. package/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +0 -33
  1959. package/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +0 -7
  1960. package/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +0 -2
  1961. package/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +0 -7
  1962. package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +0 -4
  1963. package/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +0 -16
  1964. package/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +0 -5
  1965. package/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +0 -2
  1966. package/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +0 -7
  1967. package/node_modules/hono/dist/types/adapter/deno/index.d.ts +0 -8
  1968. package/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +0 -3
  1969. package/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +0 -13
  1970. package/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +0 -2
  1971. package/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +0 -2
  1972. package/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +0 -87
  1973. package/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +0 -7
  1974. package/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +0 -21
  1975. package/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +0 -2
  1976. package/node_modules/hono/dist/types/adapter/netlify/index.d.ts +0 -5
  1977. package/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +0 -2
  1978. package/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +0 -16
  1979. package/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +0 -28
  1980. package/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +0 -12
  1981. package/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +0 -2
  1982. package/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +0 -2
  1983. package/node_modules/hono/dist/types/adapter/vercel/index.d.ts +0 -6
  1984. package/node_modules/hono/dist/types/client/client.d.ts +0 -4
  1985. package/node_modules/hono/dist/types/client/fetch-result-please.d.ts +0 -35
  1986. package/node_modules/hono/dist/types/client/index.d.ts +0 -7
  1987. package/node_modules/hono/dist/types/client/types.d.ts +0 -229
  1988. package/node_modules/hono/dist/types/client/utils.d.ts +0 -18
  1989. package/node_modules/hono/dist/types/compose.d.ts +0 -14
  1990. package/node_modules/hono/dist/types/context.d.ts +0 -459
  1991. package/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +0 -30
  1992. package/node_modules/hono/dist/types/helper/accepts/index.d.ts +0 -5
  1993. package/node_modules/hono/dist/types/helper/adapter/index.d.ts +0 -12
  1994. package/node_modules/hono/dist/types/helper/conninfo/index.d.ts +0 -5
  1995. package/node_modules/hono/dist/types/helper/conninfo/types.d.ts +0 -36
  1996. package/node_modules/hono/dist/types/helper/cookie/index.d.ts +0 -24
  1997. package/node_modules/hono/dist/types/helper/css/common.d.ts +0 -59
  1998. package/node_modules/hono/dist/types/helper/css/index.d.ts +0 -80
  1999. package/node_modules/hono/dist/types/helper/dev/index.d.ts +0 -20
  2000. package/node_modules/hono/dist/types/helper/factory/index.d.ts +0 -82
  2001. package/node_modules/hono/dist/types/helper/html/index.d.ts +0 -8
  2002. package/node_modules/hono/dist/types/helper/proxy/index.d.ts +0 -72
  2003. package/node_modules/hono/dist/types/helper/route/index.d.ts +0 -75
  2004. package/node_modules/hono/dist/types/helper/ssg/index.d.ts +0 -7
  2005. package/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +0 -44
  2006. package/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +0 -27
  2007. package/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +0 -91
  2008. package/node_modules/hono/dist/types/helper/ssg/utils.d.ts +0 -16
  2009. package/node_modules/hono/dist/types/helper/streaming/index.d.ts +0 -8
  2010. package/node_modules/hono/dist/types/helper/streaming/sse.d.ts +0 -13
  2011. package/node_modules/hono/dist/types/helper/streaming/stream.d.ts +0 -3
  2012. package/node_modules/hono/dist/types/helper/streaming/text.d.ts +0 -3
  2013. package/node_modules/hono/dist/types/helper/streaming/utils.d.ts +0 -1
  2014. package/node_modules/hono/dist/types/helper/testing/index.d.ts +0 -12
  2015. package/node_modules/hono/dist/types/helper/websocket/index.d.ts +0 -69
  2016. package/node_modules/hono/dist/types/hono-base.d.ts +0 -221
  2017. package/node_modules/hono/dist/types/hono.d.ts +0 -19
  2018. package/node_modules/hono/dist/types/http-exception.d.ts +0 -59
  2019. package/node_modules/hono/dist/types/index.d.ts +0 -37
  2020. package/node_modules/hono/dist/types/jsx/base.d.ts +0 -61
  2021. package/node_modules/hono/dist/types/jsx/children.d.ts +0 -9
  2022. package/node_modules/hono/dist/types/jsx/components.d.ts +0 -15
  2023. package/node_modules/hono/dist/types/jsx/constants.d.ts +0 -6
  2024. package/node_modules/hono/dist/types/jsx/context.d.ts +0 -51
  2025. package/node_modules/hono/dist/types/jsx/dom/client.d.ts +0 -31
  2026. package/node_modules/hono/dist/types/jsx/dom/components.d.ts +0 -10
  2027. package/node_modules/hono/dist/types/jsx/dom/context.d.ts +0 -3
  2028. package/node_modules/hono/dist/types/jsx/dom/css.d.ts +0 -83
  2029. package/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +0 -39
  2030. package/node_modules/hono/dist/types/jsx/dom/index.d.ts +0 -88
  2031. package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +0 -16
  2032. package/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +0 -8
  2033. package/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +0 -7
  2034. package/node_modules/hono/dist/types/jsx/dom/render.d.ts +0 -73
  2035. package/node_modules/hono/dist/types/jsx/dom/server.d.ts +0 -106
  2036. package/node_modules/hono/dist/types/jsx/dom/utils.d.ts +0 -1
  2037. package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +0 -47
  2038. package/node_modules/hono/dist/types/jsx/index.d.ts +0 -75
  2039. package/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +0 -6
  2040. package/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +0 -13
  2041. package/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +0 -722
  2042. package/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +0 -8
  2043. package/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +0 -12
  2044. package/node_modules/hono/dist/types/jsx/streaming.d.ts +0 -36
  2045. package/node_modules/hono/dist/types/jsx/types.d.ts +0 -35
  2046. package/node_modules/hono/dist/types/jsx/utils.d.ts +0 -4
  2047. package/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +0 -75
  2048. package/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +0 -92
  2049. package/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +0 -45
  2050. package/node_modules/hono/dist/types/middleware/cache/index.d.ts +0 -45
  2051. package/node_modules/hono/dist/types/middleware/combine/index.d.ts +0 -85
  2052. package/node_modules/hono/dist/types/middleware/compress/index.d.ts +0 -40
  2053. package/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +0 -40
  2054. package/node_modules/hono/dist/types/middleware/cors/index.d.ts +0 -55
  2055. package/node_modules/hono/dist/types/middleware/csrf/index.d.ts +0 -78
  2056. package/node_modules/hono/dist/types/middleware/etag/digest.d.ts +0 -1
  2057. package/node_modules/hono/dist/types/middleware/etag/index.d.ts +0 -42
  2058. package/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +0 -67
  2059. package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +0 -77
  2060. package/node_modules/hono/dist/types/middleware/jwk/index.d.ts +0 -1
  2061. package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +0 -56
  2062. package/node_modules/hono/dist/types/middleware/jwt/index.d.ts +0 -8
  2063. package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +0 -69
  2064. package/node_modules/hono/dist/types/middleware/language/index.d.ts +0 -7
  2065. package/node_modules/hono/dist/types/middleware/language/language.d.ts +0 -120
  2066. package/node_modules/hono/dist/types/middleware/logger/index.d.ts +0 -24
  2067. package/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +0 -49
  2068. package/node_modules/hono/dist/types/middleware/method-override/index.d.ts +0 -48
  2069. package/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +0 -29
  2070. package/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +0 -42
  2071. package/node_modules/hono/dist/types/middleware/request-id/index.d.ts +0 -7
  2072. package/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +0 -37
  2073. package/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +0 -8
  2074. package/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +0 -14
  2075. package/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +0 -109
  2076. package/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +0 -31
  2077. package/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +0 -5
  2078. package/node_modules/hono/dist/types/middleware/timeout/index.d.ts +0 -31
  2079. package/node_modules/hono/dist/types/middleware/timing/index.d.ts +0 -7
  2080. package/node_modules/hono/dist/types/middleware/timing/timing.d.ts +0 -129
  2081. package/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +0 -94
  2082. package/node_modules/hono/dist/types/package.json +0 -3
  2083. package/node_modules/hono/dist/types/preset/quick.d.ts +0 -10
  2084. package/node_modules/hono/dist/types/preset/tiny.d.ts +0 -10
  2085. package/node_modules/hono/dist/types/request/constants.d.ts +0 -1
  2086. package/node_modules/hono/dist/types/request.d.ts +0 -324
  2087. package/node_modules/hono/dist/types/router/linear-router/index.d.ts +0 -5
  2088. package/node_modules/hono/dist/types/router/linear-router/router.d.ts +0 -7
  2089. package/node_modules/hono/dist/types/router/pattern-router/index.d.ts +0 -5
  2090. package/node_modules/hono/dist/types/router/pattern-router/router.d.ts +0 -7
  2091. package/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +0 -6
  2092. package/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +0 -7
  2093. package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +0 -13
  2094. package/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +0 -17
  2095. package/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +0 -11
  2096. package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +0 -8
  2097. package/node_modules/hono/dist/types/router/smart-router/index.d.ts +0 -5
  2098. package/node_modules/hono/dist/types/router/smart-router/router.d.ts +0 -11
  2099. package/node_modules/hono/dist/types/router/trie-router/index.d.ts +0 -5
  2100. package/node_modules/hono/dist/types/router/trie-router/node.d.ts +0 -6
  2101. package/node_modules/hono/dist/types/router/trie-router/router.d.ts +0 -7
  2102. package/node_modules/hono/dist/types/router/utils.d.ts +0 -1
  2103. package/node_modules/hono/dist/types/router.d.ts +0 -97
  2104. package/node_modules/hono/dist/types/types.d.ts +0 -573
  2105. package/node_modules/hono/dist/types/utils/accept.d.ts +0 -6
  2106. package/node_modules/hono/dist/types/utils/basic-auth.d.ts +0 -5
  2107. package/node_modules/hono/dist/types/utils/body.d.ts +0 -79
  2108. package/node_modules/hono/dist/types/utils/buffer.d.ts +0 -17
  2109. package/node_modules/hono/dist/types/utils/color.d.ts +0 -21
  2110. package/node_modules/hono/dist/types/utils/compress.d.ts +0 -8
  2111. package/node_modules/hono/dist/types/utils/concurrent.d.ts +0 -11
  2112. package/node_modules/hono/dist/types/utils/constants.d.ts +0 -4
  2113. package/node_modules/hono/dist/types/utils/cookie.d.ts +0 -40
  2114. package/node_modules/hono/dist/types/utils/crypto.d.ts +0 -15
  2115. package/node_modules/hono/dist/types/utils/encode.d.ts +0 -8
  2116. package/node_modules/hono/dist/types/utils/filepath.d.ts +0 -12
  2117. package/node_modules/hono/dist/types/utils/handler.d.ts +0 -6
  2118. package/node_modules/hono/dist/types/utils/headers.d.ts +0 -8
  2119. package/node_modules/hono/dist/types/utils/html.d.ts +0 -44
  2120. package/node_modules/hono/dist/types/utils/http-status.d.ts +0 -32
  2121. package/node_modules/hono/dist/types/utils/ipaddr.d.ts +0 -56
  2122. package/node_modules/hono/dist/types/utils/jwt/index.d.ts +0 -18
  2123. package/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +0 -23
  2124. package/node_modules/hono/dist/types/utils/jwt/jws.d.ts +0 -12
  2125. package/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +0 -43
  2126. package/node_modules/hono/dist/types/utils/jwt/types.d.ts +0 -86
  2127. package/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +0 -6
  2128. package/node_modules/hono/dist/types/utils/mime.d.ts +0 -70
  2129. package/node_modules/hono/dist/types/utils/stream.d.ts +0 -31
  2130. package/node_modules/hono/dist/types/utils/types.d.ts +0 -74
  2131. package/node_modules/hono/dist/types/utils/url.d.ts +0 -44
  2132. package/node_modules/hono/dist/types/validator/index.d.ts +0 -7
  2133. package/node_modules/hono/dist/types/validator/utils.d.ts +0 -29
  2134. package/node_modules/hono/dist/types/validator/validator.d.ts +0 -16
  2135. package/node_modules/hono/dist/types.js +0 -6
  2136. package/node_modules/hono/dist/utils/accept.js +0 -223
  2137. package/node_modules/hono/dist/utils/basic-auth.js +0 -23
  2138. package/node_modules/hono/dist/utils/body.js +0 -101
  2139. package/node_modules/hono/dist/utils/buffer.js +0 -78
  2140. package/node_modules/hono/dist/utils/color.js +0 -25
  2141. package/node_modules/hono/dist/utils/compress.js +0 -5
  2142. package/node_modules/hono/dist/utils/concurrent.js +0 -39
  2143. package/node_modules/hono/dist/utils/constants.js +0 -5
  2144. package/node_modules/hono/dist/utils/cookie.js +0 -174
  2145. package/node_modules/hono/dist/utils/crypto.js +0 -44
  2146. package/node_modules/hono/dist/utils/encode.js +0 -29
  2147. package/node_modules/hono/dist/utils/filepath.js +0 -35
  2148. package/node_modules/hono/dist/utils/handler.js +0 -13
  2149. package/node_modules/hono/dist/utils/headers.js +0 -0
  2150. package/node_modules/hono/dist/utils/html.js +0 -123
  2151. package/node_modules/hono/dist/utils/http-status.js +0 -0
  2152. package/node_modules/hono/dist/utils/ipaddr.js +0 -290
  2153. package/node_modules/hono/dist/utils/jwt/index.js +0 -6
  2154. package/node_modules/hono/dist/utils/jwt/jwa.js +0 -20
  2155. package/node_modules/hono/dist/utils/jwt/jws.js +0 -192
  2156. package/node_modules/hono/dist/utils/jwt/jwt.js +0 -207
  2157. package/node_modules/hono/dist/utils/jwt/types.js +0 -124
  2158. package/node_modules/hono/dist/utils/jwt/utf8.js +0 -7
  2159. package/node_modules/hono/dist/utils/mime.js +0 -82
  2160. package/node_modules/hono/dist/utils/stream.js +0 -90
  2161. package/node_modules/hono/dist/utils/types.js +0 -0
  2162. package/node_modules/hono/dist/utils/url.js +0 -229
  2163. package/node_modules/hono/dist/validator/index.js +0 -5
  2164. package/node_modules/hono/dist/validator/utils.js +0 -0
  2165. package/node_modules/hono/dist/validator/validator.js +0 -86
  2166. package/node_modules/hono/package.json +0 -706
  2167. package/node_modules/http-errors/HISTORY.md +0 -186
  2168. package/node_modules/http-errors/LICENSE +0 -23
  2169. package/node_modules/http-errors/README.md +0 -169
  2170. package/node_modules/http-errors/index.js +0 -290
  2171. package/node_modules/http-errors/package.json +0 -54
  2172. package/node_modules/iconv-lite/LICENSE +0 -21
  2173. package/node_modules/iconv-lite/README.md +0 -138
  2174. package/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
  2175. package/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
  2176. package/node_modules/iconv-lite/encodings/index.js +0 -23
  2177. package/node_modules/iconv-lite/encodings/internal.js +0 -218
  2178. package/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
  2179. package/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  2180. package/node_modules/iconv-lite/encodings/sbcs-data.js +0 -180
  2181. package/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  2182. package/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  2183. package/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  2184. package/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  2185. package/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  2186. package/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  2187. package/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  2188. package/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  2189. package/node_modules/iconv-lite/encodings/utf16.js +0 -187
  2190. package/node_modules/iconv-lite/encodings/utf32.js +0 -314
  2191. package/node_modules/iconv-lite/encodings/utf7.js +0 -283
  2192. package/node_modules/iconv-lite/lib/bom-handling.js +0 -48
  2193. package/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
  2194. package/node_modules/iconv-lite/lib/index.d.ts +0 -129
  2195. package/node_modules/iconv-lite/lib/index.js +0 -182
  2196. package/node_modules/iconv-lite/lib/streams.js +0 -105
  2197. package/node_modules/iconv-lite/package.json +0 -70
  2198. package/node_modules/iconv-lite/types/encodings.d.ts +0 -425
  2199. package/node_modules/inherits/LICENSE +0 -16
  2200. package/node_modules/inherits/README.md +0 -42
  2201. package/node_modules/inherits/inherits.js +0 -9
  2202. package/node_modules/inherits/inherits_browser.js +0 -27
  2203. package/node_modules/inherits/package.json +0 -29
  2204. package/node_modules/ip-address/LICENSE +0 -19
  2205. package/node_modules/ip-address/README.md +0 -308
  2206. package/node_modules/ip-address/dist/address-error.d.ts +0 -15
  2207. package/node_modules/ip-address/dist/address-error.js +0 -12
  2208. package/node_modules/ip-address/dist/address-error.js.map +0 -1
  2209. package/node_modules/ip-address/dist/common.d.ts +0 -69
  2210. package/node_modules/ip-address/dist/common.js +0 -142
  2211. package/node_modules/ip-address/dist/common.js.map +0 -1
  2212. package/node_modules/ip-address/dist/ip-address.d.ts +0 -7
  2213. package/node_modules/ip-address/dist/ip-address.js +0 -35
  2214. package/node_modules/ip-address/dist/ip-address.js.map +0 -1
  2215. package/node_modules/ip-address/dist/ipv4.d.ts +0 -340
  2216. package/node_modules/ip-address/dist/ipv4.js +0 -580
  2217. package/node_modules/ip-address/dist/ipv4.js.map +0 -1
  2218. package/node_modules/ip-address/dist/ipv6.d.ts +0 -630
  2219. package/node_modules/ip-address/dist/ipv6.js +0 -1443
  2220. package/node_modules/ip-address/dist/ipv6.js.map +0 -1
  2221. package/node_modules/ip-address/dist/v4/constants.d.ts +0 -16
  2222. package/node_modules/ip-address/dist/v4/constants.js +0 -51
  2223. package/node_modules/ip-address/dist/v4/constants.js.map +0 -1
  2224. package/node_modules/ip-address/dist/v6/constants.d.ts +0 -58
  2225. package/node_modules/ip-address/dist/v6/constants.js +0 -128
  2226. package/node_modules/ip-address/dist/v6/constants.js.map +0 -1
  2227. package/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
  2228. package/node_modules/ip-address/dist/v6/helpers.js +0 -54
  2229. package/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
  2230. package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -5
  2231. package/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
  2232. package/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
  2233. package/node_modules/ip-address/package.json +0 -90
  2234. package/node_modules/ipaddr.js/LICENSE +0 -19
  2235. package/node_modules/ipaddr.js/README.md +0 -233
  2236. package/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  2237. package/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  2238. package/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  2239. package/node_modules/ipaddr.js/package.json +0 -35
  2240. package/node_modules/is-promise/LICENSE +0 -19
  2241. package/node_modules/is-promise/index.d.ts +0 -2
  2242. package/node_modules/is-promise/index.js +0 -6
  2243. package/node_modules/is-promise/index.mjs +0 -3
  2244. package/node_modules/is-promise/package.json +0 -30
  2245. package/node_modules/is-promise/readme.md +0 -33
  2246. package/node_modules/isexe/.npmignore +0 -2
  2247. package/node_modules/isexe/LICENSE +0 -15
  2248. package/node_modules/isexe/README.md +0 -51
  2249. package/node_modules/isexe/index.js +0 -57
  2250. package/node_modules/isexe/mode.js +0 -41
  2251. package/node_modules/isexe/package.json +0 -31
  2252. package/node_modules/isexe/test/basic.js +0 -221
  2253. package/node_modules/isexe/windows.js +0 -42
  2254. package/node_modules/jose/LICENSE.md +0 -21
  2255. package/node_modules/jose/README.md +0 -150
  2256. package/node_modules/jose/dist/types/index.d.ts +0 -56
  2257. package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +0 -28
  2258. package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +0 -43
  2259. package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +0 -28
  2260. package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +0 -49
  2261. package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +0 -34
  2262. package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +0 -54
  2263. package/node_modules/jose/dist/types/jwk/embedded.d.ts +0 -8
  2264. package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +0 -17
  2265. package/node_modules/jose/dist/types/jwks/local.d.ts +0 -16
  2266. package/node_modules/jose/dist/types/jwks/remote.d.ts +0 -95
  2267. package/node_modules/jose/dist/types/jws/compact/sign.d.ts +0 -20
  2268. package/node_modules/jose/dist/types/jws/compact/verify.d.ts +0 -28
  2269. package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +0 -22
  2270. package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +0 -28
  2271. package/node_modules/jose/dist/types/jws/general/sign.d.ts +0 -42
  2272. package/node_modules/jose/dist/types/jws/general/verify.d.ts +0 -35
  2273. package/node_modules/jose/dist/types/jwt/decrypt.d.ts +0 -31
  2274. package/node_modules/jose/dist/types/jwt/encrypt.d.ts +0 -55
  2275. package/node_modules/jose/dist/types/jwt/sign.d.ts +0 -25
  2276. package/node_modules/jose/dist/types/jwt/unsecured.d.ts +0 -23
  2277. package/node_modules/jose/dist/types/jwt/verify.d.ts +0 -28
  2278. package/node_modules/jose/dist/types/key/export.d.ts +0 -19
  2279. package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +0 -38
  2280. package/node_modules/jose/dist/types/key/generate_secret.d.ts +0 -30
  2281. package/node_modules/jose/dist/types/key/import.d.ts +0 -66
  2282. package/node_modules/jose/dist/types/types.d.ts +0 -831
  2283. package/node_modules/jose/dist/types/util/base64url.d.ts +0 -16
  2284. package/node_modules/jose/dist/types/util/decode_jwt.d.ts +0 -3
  2285. package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +0 -9
  2286. package/node_modules/jose/dist/types/util/errors.d.ts +0 -193
  2287. package/node_modules/jose/dist/webapi/index.js +0 -70
  2288. package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +0 -8
  2289. package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +0 -43
  2290. package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +0 -15
  2291. package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +0 -54
  2292. package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +0 -40
  2293. package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +0 -129
  2294. package/node_modules/jose/dist/webapi/jwk/embedded.js +0 -31
  2295. package/node_modules/jose/dist/webapi/jwk/thumbprint.js +0 -58
  2296. package/node_modules/jose/dist/webapi/jwks/local.js +0 -53
  2297. package/node_modules/jose/dist/webapi/jwks/remote.js +0 -101
  2298. package/node_modules/jose/dist/webapi/jws/compact/sign.js +0 -22
  2299. package/node_modules/jose/dist/webapi/jws/compact/verify.js +0 -8
  2300. package/node_modules/jose/dist/webapi/jws/flattened/sign.js +0 -30
  2301. package/node_modules/jose/dist/webapi/jws/flattened/verify.js +0 -22
  2302. package/node_modules/jose/dist/webapi/jws/general/sign.js +0 -65
  2303. package/node_modules/jose/dist/webapi/jws/general/verify.js +0 -50
  2304. package/node_modules/jose/dist/webapi/jwt/decrypt.js +0 -14
  2305. package/node_modules/jose/dist/webapi/jwt/encrypt.js +0 -59
  2306. package/node_modules/jose/dist/webapi/jwt/sign.js +0 -19
  2307. package/node_modules/jose/dist/webapi/jwt/unsecured.js +0 -35
  2308. package/node_modules/jose/dist/webapi/jwt/verify.js +0 -13
  2309. package/node_modules/jose/dist/webapi/key/export.js +0 -39
  2310. package/node_modules/jose/dist/webapi/key/generate_key_pair.js +0 -44
  2311. package/node_modules/jose/dist/webapi/key/generate_secret.js +0 -36
  2312. package/node_modules/jose/dist/webapi/key/import.js +0 -57
  2313. package/node_modules/jose/dist/webapi/lib/asn1.js +0 -140
  2314. package/node_modules/jose/dist/webapi/lib/base64.js +0 -20
  2315. package/node_modules/jose/dist/webapi/lib/buffer_utils.js +0 -40
  2316. package/node_modules/jose/dist/webapi/lib/content_encryption.js +0 -98
  2317. package/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
  2318. package/node_modules/jose/dist/webapi/lib/deflate.js +0 -50
  2319. package/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
  2320. package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
  2321. package/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
  2322. package/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -120
  2323. package/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +0 -220
  2324. package/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +0 -108
  2325. package/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
  2326. package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
  2327. package/node_modules/jose/dist/webapi/lib/jws_algorithms.js +0 -74
  2328. package/node_modules/jose/dist/webapi/lib/jws_sign.js +0 -60
  2329. package/node_modules/jose/dist/webapi/lib/jws_verify.js +0 -94
  2330. package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +0 -146
  2331. package/node_modules/jose/dist/webapi/lib/key.js +0 -95
  2332. package/node_modules/jose/dist/webapi/lib/key_algorithm.js +0 -15
  2333. package/node_modules/jose/dist/webapi/lib/key_descriptor.js +0 -9
  2334. package/node_modules/jose/dist/webapi/lib/key_management.js +0 -231
  2335. package/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
  2336. package/node_modules/jose/dist/webapi/lib/options.js +0 -61
  2337. package/node_modules/jose/dist/webapi/lib/signing.js +0 -22
  2338. package/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
  2339. package/node_modules/jose/dist/webapi/util/base64url.js +0 -30
  2340. package/node_modules/jose/dist/webapi/util/decode_jwt.js +0 -33
  2341. package/node_modules/jose/dist/webapi/util/decode_protected_header.js +0 -19
  2342. package/node_modules/jose/dist/webapi/util/errors.js +0 -109
  2343. package/node_modules/jose/package.json +0 -134
  2344. package/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  2345. package/node_modules/json-schema-traverse/.github/FUNDING.yml +0 -2
  2346. package/node_modules/json-schema-traverse/.github/workflows/build.yml +0 -28
  2347. package/node_modules/json-schema-traverse/.github/workflows/publish.yml +0 -27
  2348. package/node_modules/json-schema-traverse/LICENSE +0 -21
  2349. package/node_modules/json-schema-traverse/README.md +0 -95
  2350. package/node_modules/json-schema-traverse/index.d.ts +0 -40
  2351. package/node_modules/json-schema-traverse/index.js +0 -93
  2352. package/node_modules/json-schema-traverse/package.json +0 -43
  2353. package/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  2354. package/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  2355. package/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
  2356. package/node_modules/json-schema-typed/LICENSE.md +0 -57
  2357. package/node_modules/json-schema-typed/README.md +0 -108
  2358. package/node_modules/json-schema-typed/draft_07.d.ts +0 -882
  2359. package/node_modules/json-schema-typed/draft_07.js +0 -328
  2360. package/node_modules/json-schema-typed/draft_2019_09.d.ts +0 -1247
  2361. package/node_modules/json-schema-typed/draft_2019_09.js +0 -349
  2362. package/node_modules/json-schema-typed/draft_2020_12.d.ts +0 -1239
  2363. package/node_modules/json-schema-typed/draft_2020_12.js +0 -352
  2364. package/node_modules/json-schema-typed/package.json +0 -44
  2365. package/node_modules/math-intrinsics/.eslintrc +0 -16
  2366. package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  2367. package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  2368. package/node_modules/math-intrinsics/LICENSE +0 -21
  2369. package/node_modules/math-intrinsics/README.md +0 -50
  2370. package/node_modules/math-intrinsics/abs.d.ts +0 -1
  2371. package/node_modules/math-intrinsics/abs.js +0 -4
  2372. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  2373. package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  2374. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  2375. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  2376. package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  2377. package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  2378. package/node_modules/math-intrinsics/floor.d.ts +0 -1
  2379. package/node_modules/math-intrinsics/floor.js +0 -4
  2380. package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  2381. package/node_modules/math-intrinsics/isFinite.js +0 -12
  2382. package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  2383. package/node_modules/math-intrinsics/isInteger.js +0 -16
  2384. package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  2385. package/node_modules/math-intrinsics/isNaN.js +0 -6
  2386. package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  2387. package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  2388. package/node_modules/math-intrinsics/max.d.ts +0 -1
  2389. package/node_modules/math-intrinsics/max.js +0 -4
  2390. package/node_modules/math-intrinsics/min.d.ts +0 -1
  2391. package/node_modules/math-intrinsics/min.js +0 -4
  2392. package/node_modules/math-intrinsics/mod.d.ts +0 -3
  2393. package/node_modules/math-intrinsics/mod.js +0 -9
  2394. package/node_modules/math-intrinsics/package.json +0 -86
  2395. package/node_modules/math-intrinsics/pow.d.ts +0 -1
  2396. package/node_modules/math-intrinsics/pow.js +0 -4
  2397. package/node_modules/math-intrinsics/round.d.ts +0 -1
  2398. package/node_modules/math-intrinsics/round.js +0 -4
  2399. package/node_modules/math-intrinsics/sign.d.ts +0 -3
  2400. package/node_modules/math-intrinsics/sign.js +0 -11
  2401. package/node_modules/math-intrinsics/test/index.js +0 -192
  2402. package/node_modules/math-intrinsics/tsconfig.json +0 -3
  2403. package/node_modules/media-typer/HISTORY.md +0 -50
  2404. package/node_modules/media-typer/LICENSE +0 -22
  2405. package/node_modules/media-typer/README.md +0 -94
  2406. package/node_modules/media-typer/index.js +0 -135
  2407. package/node_modules/media-typer/package.json +0 -37
  2408. package/node_modules/merge-descriptors/index.d.ts +0 -11
  2409. package/node_modules/merge-descriptors/index.js +0 -26
  2410. package/node_modules/merge-descriptors/license +0 -11
  2411. package/node_modules/merge-descriptors/package.json +0 -50
  2412. package/node_modules/merge-descriptors/readme.md +0 -55
  2413. package/node_modules/mime-db/HISTORY.md +0 -541
  2414. package/node_modules/mime-db/LICENSE +0 -23
  2415. package/node_modules/mime-db/README.md +0 -109
  2416. package/node_modules/mime-db/db.json +0 -9342
  2417. package/node_modules/mime-db/index.js +0 -12
  2418. package/node_modules/mime-db/package.json +0 -56
  2419. package/node_modules/mime-types/HISTORY.md +0 -428
  2420. package/node_modules/mime-types/LICENSE +0 -23
  2421. package/node_modules/mime-types/README.md +0 -126
  2422. package/node_modules/mime-types/index.js +0 -211
  2423. package/node_modules/mime-types/mimeScore.js +0 -57
  2424. package/node_modules/mime-types/package.json +0 -49
  2425. package/node_modules/ms/index.js +0 -162
  2426. package/node_modules/ms/license.md +0 -21
  2427. package/node_modules/ms/package.json +0 -38
  2428. package/node_modules/ms/readme.md +0 -59
  2429. package/node_modules/negotiator/LICENSE +0 -24
  2430. package/node_modules/negotiator/README.md +0 -212
  2431. package/node_modules/negotiator/index.js +0 -83
  2432. package/node_modules/negotiator/lib/accept.js +0 -54
  2433. package/node_modules/negotiator/lib/charset.js +0 -145
  2434. package/node_modules/negotiator/lib/encoding.js +0 -184
  2435. package/node_modules/negotiator/lib/language.js +0 -158
  2436. package/node_modules/negotiator/lib/mediaType.js +0 -176
  2437. package/node_modules/negotiator/node_modules/content-type/LICENSE +0 -22
  2438. package/node_modules/negotiator/node_modules/content-type/README.md +0 -71
  2439. package/node_modules/negotiator/node_modules/content-type/dist/index.d.ts +0 -46
  2440. package/node_modules/negotiator/node_modules/content-type/dist/index.js +0 -176
  2441. package/node_modules/negotiator/node_modules/content-type/dist/index.js.map +0 -1
  2442. package/node_modules/negotiator/node_modules/content-type/package.json +0 -52
  2443. package/node_modules/negotiator/package.json +0 -49
  2444. package/node_modules/object-assign/index.js +0 -90
  2445. package/node_modules/object-assign/license +0 -21
  2446. package/node_modules/object-assign/package.json +0 -42
  2447. package/node_modules/object-assign/readme.md +0 -61
  2448. package/node_modules/object-inspect/.eslintrc +0 -53
  2449. package/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  2450. package/node_modules/object-inspect/.nycrc +0 -13
  2451. package/node_modules/object-inspect/CHANGELOG.md +0 -424
  2452. package/node_modules/object-inspect/LICENSE +0 -21
  2453. package/node_modules/object-inspect/example/all.js +0 -23
  2454. package/node_modules/object-inspect/example/circular.js +0 -6
  2455. package/node_modules/object-inspect/example/fn.js +0 -5
  2456. package/node_modules/object-inspect/example/inspect.js +0 -10
  2457. package/node_modules/object-inspect/index.js +0 -544
  2458. package/node_modules/object-inspect/package-support.json +0 -20
  2459. package/node_modules/object-inspect/package.json +0 -105
  2460. package/node_modules/object-inspect/readme.markdown +0 -84
  2461. package/node_modules/object-inspect/test/bigint.js +0 -58
  2462. package/node_modules/object-inspect/test/browser/dom.js +0 -15
  2463. package/node_modules/object-inspect/test/circular.js +0 -16
  2464. package/node_modules/object-inspect/test/deep.js +0 -12
  2465. package/node_modules/object-inspect/test/element.js +0 -53
  2466. package/node_modules/object-inspect/test/err.js +0 -48
  2467. package/node_modules/object-inspect/test/fakes.js +0 -29
  2468. package/node_modules/object-inspect/test/fn.js +0 -76
  2469. package/node_modules/object-inspect/test/global.js +0 -17
  2470. package/node_modules/object-inspect/test/has.js +0 -15
  2471. package/node_modules/object-inspect/test/holes.js +0 -15
  2472. package/node_modules/object-inspect/test/indent-option.js +0 -271
  2473. package/node_modules/object-inspect/test/inspect.js +0 -139
  2474. package/node_modules/object-inspect/test/lowbyte.js +0 -12
  2475. package/node_modules/object-inspect/test/number.js +0 -58
  2476. package/node_modules/object-inspect/test/quoteStyle.js +0 -26
  2477. package/node_modules/object-inspect/test/toStringTag.js +0 -40
  2478. package/node_modules/object-inspect/test/undef.js +0 -12
  2479. package/node_modules/object-inspect/test/values.js +0 -261
  2480. package/node_modules/object-inspect/test-core-js.js +0 -26
  2481. package/node_modules/object-inspect/util.inspect.js +0 -1
  2482. package/node_modules/on-finished/HISTORY.md +0 -98
  2483. package/node_modules/on-finished/LICENSE +0 -23
  2484. package/node_modules/on-finished/README.md +0 -162
  2485. package/node_modules/on-finished/index.js +0 -234
  2486. package/node_modules/on-finished/package.json +0 -39
  2487. package/node_modules/once/LICENSE +0 -15
  2488. package/node_modules/once/README.md +0 -79
  2489. package/node_modules/once/once.js +0 -42
  2490. package/node_modules/once/package.json +0 -33
  2491. package/node_modules/parseurl/HISTORY.md +0 -58
  2492. package/node_modules/parseurl/LICENSE +0 -24
  2493. package/node_modules/parseurl/README.md +0 -133
  2494. package/node_modules/parseurl/index.js +0 -158
  2495. package/node_modules/parseurl/package.json +0 -40
  2496. package/node_modules/path-key/index.d.ts +0 -40
  2497. package/node_modules/path-key/index.js +0 -16
  2498. package/node_modules/path-key/license +0 -9
  2499. package/node_modules/path-key/package.json +0 -39
  2500. package/node_modules/path-key/readme.md +0 -61
  2501. package/node_modules/path-to-regexp/LICENSE +0 -21
  2502. package/node_modules/path-to-regexp/Readme.md +0 -224
  2503. package/node_modules/path-to-regexp/dist/index.d.ts +0 -147
  2504. package/node_modules/path-to-regexp/dist/index.js +0 -431
  2505. package/node_modules/path-to-regexp/dist/index.js.map +0 -1
  2506. package/node_modules/path-to-regexp/package.json +0 -64
  2507. package/node_modules/pi-ai4scholar/LICENSE +0 -21
  2508. package/node_modules/pi-ai4scholar/README.md +0 -187
  2509. package/node_modules/pi-ai4scholar/docs/live-test-report-2026-09-03.md +0 -66
  2510. package/node_modules/pi-ai4scholar/package.json +0 -70
  2511. package/node_modules/pkce-challenge/CHANGELOG.md +0 -114
  2512. package/node_modules/pkce-challenge/LICENSE +0 -21
  2513. package/node_modules/pkce-challenge/README.md +0 -55
  2514. package/node_modules/pkce-challenge/dist/index.browser.d.ts +0 -19
  2515. package/node_modules/pkce-challenge/dist/index.browser.js +0 -75
  2516. package/node_modules/pkce-challenge/dist/index.node.cjs +0 -83
  2517. package/node_modules/pkce-challenge/dist/index.node.d.cts +0 -19
  2518. package/node_modules/pkce-challenge/dist/index.node.d.ts +0 -19
  2519. package/node_modules/pkce-challenge/dist/index.node.js +0 -78
  2520. package/node_modules/pkce-challenge/package.json +0 -59
  2521. package/node_modules/proxy-addr/HISTORY.md +0 -161
  2522. package/node_modules/proxy-addr/LICENSE +0 -22
  2523. package/node_modules/proxy-addr/README.md +0 -139
  2524. package/node_modules/proxy-addr/index.js +0 -327
  2525. package/node_modules/proxy-addr/package.json +0 -47
  2526. package/node_modules/qs/.editorconfig +0 -46
  2527. package/node_modules/qs/.github/FUNDING.yml +0 -12
  2528. package/node_modules/qs/.github/SECURITY.md +0 -11
  2529. package/node_modules/qs/.github/THREAT_MODEL.md +0 -78
  2530. package/node_modules/qs/.nycrc +0 -13
  2531. package/node_modules/qs/CHANGELOG.md +0 -848
  2532. package/node_modules/qs/LICENSE.md +0 -29
  2533. package/node_modules/qs/README.md +0 -776
  2534. package/node_modules/qs/dist/qs.js +0 -141
  2535. package/node_modules/qs/eslint.config.mjs +0 -57
  2536. package/node_modules/qs/lib/formats.js +0 -23
  2537. package/node_modules/qs/lib/index.js +0 -11
  2538. package/node_modules/qs/lib/parse.js +0 -413
  2539. package/node_modules/qs/lib/stringify.js +0 -378
  2540. package/node_modules/qs/lib/utils.js +0 -388
  2541. package/node_modules/qs/package.json +0 -95
  2542. package/node_modules/qs/test/empty-keys-cases.js +0 -267
  2543. package/node_modules/qs/test/parse.js +0 -2122
  2544. package/node_modules/qs/test/stringify.js +0 -1765
  2545. package/node_modules/qs/test/utils.js +0 -638
  2546. package/node_modules/range-parser/HISTORY.md +0 -56
  2547. package/node_modules/range-parser/LICENSE +0 -23
  2548. package/node_modules/range-parser/README.md +0 -85
  2549. package/node_modules/range-parser/index.js +0 -181
  2550. package/node_modules/range-parser/package.json +0 -48
  2551. package/node_modules/raw-body/LICENSE +0 -22
  2552. package/node_modules/raw-body/README.md +0 -223
  2553. package/node_modules/raw-body/index.d.ts +0 -85
  2554. package/node_modules/raw-body/index.js +0 -336
  2555. package/node_modules/raw-body/package.json +0 -46
  2556. package/node_modules/require-from-string/index.js +0 -34
  2557. package/node_modules/require-from-string/license +0 -21
  2558. package/node_modules/require-from-string/package.json +0 -28
  2559. package/node_modules/require-from-string/readme.md +0 -56
  2560. package/node_modules/router/HISTORY.md +0 -228
  2561. package/node_modules/router/LICENSE +0 -23
  2562. package/node_modules/router/README.md +0 -416
  2563. package/node_modules/router/index.js +0 -748
  2564. package/node_modules/router/lib/layer.js +0 -247
  2565. package/node_modules/router/lib/route.js +0 -242
  2566. package/node_modules/router/package.json +0 -44
  2567. package/node_modules/safer-buffer/LICENSE +0 -21
  2568. package/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  2569. package/node_modules/safer-buffer/Readme.md +0 -156
  2570. package/node_modules/safer-buffer/dangerous.js +0 -58
  2571. package/node_modules/safer-buffer/package.json +0 -34
  2572. package/node_modules/safer-buffer/safer.js +0 -77
  2573. package/node_modules/safer-buffer/tests.js +0 -406
  2574. package/node_modules/send/LICENSE +0 -23
  2575. package/node_modules/send/README.md +0 -317
  2576. package/node_modules/send/index.js +0 -997
  2577. package/node_modules/send/package.json +0 -63
  2578. package/node_modules/serve-static/LICENSE +0 -25
  2579. package/node_modules/serve-static/README.md +0 -253
  2580. package/node_modules/serve-static/index.js +0 -208
  2581. package/node_modules/serve-static/package.json +0 -44
  2582. package/node_modules/setprototypeof/LICENSE +0 -13
  2583. package/node_modules/setprototypeof/README.md +0 -31
  2584. package/node_modules/setprototypeof/index.d.ts +0 -2
  2585. package/node_modules/setprototypeof/index.js +0 -17
  2586. package/node_modules/setprototypeof/package.json +0 -38
  2587. package/node_modules/setprototypeof/test/index.js +0 -24
  2588. package/node_modules/shebang-command/index.js +0 -19
  2589. package/node_modules/shebang-command/license +0 -9
  2590. package/node_modules/shebang-command/package.json +0 -34
  2591. package/node_modules/shebang-command/readme.md +0 -34
  2592. package/node_modules/shebang-regex/index.d.ts +0 -22
  2593. package/node_modules/shebang-regex/index.js +0 -2
  2594. package/node_modules/shebang-regex/license +0 -9
  2595. package/node_modules/shebang-regex/package.json +0 -35
  2596. package/node_modules/shebang-regex/readme.md +0 -33
  2597. package/node_modules/side-channel/.editorconfig +0 -9
  2598. package/node_modules/side-channel/.eslintrc +0 -12
  2599. package/node_modules/side-channel/.github/FUNDING.yml +0 -12
  2600. package/node_modules/side-channel/.nycrc +0 -13
  2601. package/node_modules/side-channel/CHANGELOG.md +0 -120
  2602. package/node_modules/side-channel/LICENSE +0 -21
  2603. package/node_modules/side-channel/README.md +0 -61
  2604. package/node_modules/side-channel/index.d.ts +0 -14
  2605. package/node_modules/side-channel/index.js +0 -46
  2606. package/node_modules/side-channel/package.json +0 -85
  2607. package/node_modules/side-channel/test/index.js +0 -120
  2608. package/node_modules/side-channel/tsconfig.json +0 -9
  2609. package/node_modules/side-channel-list/.editorconfig +0 -9
  2610. package/node_modules/side-channel-list/.eslintrc +0 -11
  2611. package/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  2612. package/node_modules/side-channel-list/.nycrc +0 -13
  2613. package/node_modules/side-channel-list/CHANGELOG.md +0 -36
  2614. package/node_modules/side-channel-list/LICENSE +0 -21
  2615. package/node_modules/side-channel-list/README.md +0 -62
  2616. package/node_modules/side-channel-list/index.d.ts +0 -13
  2617. package/node_modules/side-channel-list/index.js +0 -111
  2618. package/node_modules/side-channel-list/list.d.ts +0 -14
  2619. package/node_modules/side-channel-list/package.json +0 -77
  2620. package/node_modules/side-channel-list/test/index.js +0 -154
  2621. package/node_modules/side-channel-list/tsconfig.json +0 -9
  2622. package/node_modules/side-channel-map/.editorconfig +0 -9
  2623. package/node_modules/side-channel-map/.eslintrc +0 -11
  2624. package/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  2625. package/node_modules/side-channel-map/.nycrc +0 -13
  2626. package/node_modules/side-channel-map/CHANGELOG.md +0 -22
  2627. package/node_modules/side-channel-map/LICENSE +0 -21
  2628. package/node_modules/side-channel-map/README.md +0 -62
  2629. package/node_modules/side-channel-map/index.d.ts +0 -15
  2630. package/node_modules/side-channel-map/index.js +0 -68
  2631. package/node_modules/side-channel-map/package.json +0 -80
  2632. package/node_modules/side-channel-map/test/index.js +0 -114
  2633. package/node_modules/side-channel-map/tsconfig.json +0 -9
  2634. package/node_modules/side-channel-weakmap/.editorconfig +0 -9
  2635. package/node_modules/side-channel-weakmap/.eslintrc +0 -12
  2636. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  2637. package/node_modules/side-channel-weakmap/.nycrc +0 -13
  2638. package/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  2639. package/node_modules/side-channel-weakmap/LICENSE +0 -21
  2640. package/node_modules/side-channel-weakmap/README.md +0 -62
  2641. package/node_modules/side-channel-weakmap/index.d.ts +0 -15
  2642. package/node_modules/side-channel-weakmap/index.js +0 -84
  2643. package/node_modules/side-channel-weakmap/package.json +0 -87
  2644. package/node_modules/side-channel-weakmap/test/index.js +0 -114
  2645. package/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  2646. package/node_modules/statuses/HISTORY.md +0 -87
  2647. package/node_modules/statuses/LICENSE +0 -23
  2648. package/node_modules/statuses/README.md +0 -139
  2649. package/node_modules/statuses/codes.json +0 -65
  2650. package/node_modules/statuses/index.js +0 -146
  2651. package/node_modules/statuses/package.json +0 -49
  2652. package/node_modules/toidentifier/HISTORY.md +0 -9
  2653. package/node_modules/toidentifier/LICENSE +0 -21
  2654. package/node_modules/toidentifier/README.md +0 -61
  2655. package/node_modules/toidentifier/index.js +0 -32
  2656. package/node_modules/toidentifier/package.json +0 -38
  2657. package/node_modules/type-is/HISTORY.md +0 -292
  2658. package/node_modules/type-is/LICENSE +0 -23
  2659. package/node_modules/type-is/README.md +0 -198
  2660. package/node_modules/type-is/index.js +0 -240
  2661. package/node_modules/type-is/node_modules/content-type/LICENSE +0 -22
  2662. package/node_modules/type-is/node_modules/content-type/README.md +0 -71
  2663. package/node_modules/type-is/node_modules/content-type/dist/index.d.ts +0 -46
  2664. package/node_modules/type-is/node_modules/content-type/dist/index.js +0 -176
  2665. package/node_modules/type-is/node_modules/content-type/dist/index.js.map +0 -1
  2666. package/node_modules/type-is/node_modules/content-type/package.json +0 -52
  2667. package/node_modules/type-is/package.json +0 -51
  2668. package/node_modules/undici/LICENSE +0 -21
  2669. package/node_modules/undici/README.md +0 -797
  2670. package/node_modules/undici/docs/docs/api/Agent.md +0 -291
  2671. package/node_modules/undici/docs/docs/api/BalancedPool.md +0 -297
  2672. package/node_modules/undici/docs/docs/api/CacheStorage.md +0 -188
  2673. package/node_modules/undici/docs/docs/api/CacheStore.md +0 -360
  2674. package/node_modules/undici/docs/docs/api/Client.md +0 -533
  2675. package/node_modules/undici/docs/docs/api/ClientStats.md +0 -93
  2676. package/node_modules/undici/docs/docs/api/Connector.md +0 -198
  2677. package/node_modules/undici/docs/docs/api/ContentType.md +0 -97
  2678. package/node_modules/undici/docs/docs/api/Cookies.md +0 -179
  2679. package/node_modules/undici/docs/docs/api/Debug.md +0 -78
  2680. package/node_modules/undici/docs/docs/api/DiagnosticsChannel.md +0 -515
  2681. package/node_modules/undici/docs/docs/api/Dispatcher.md +0 -827
  2682. package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +0 -171
  2683. package/node_modules/undici/docs/docs/api/Errors.md +0 -524
  2684. package/node_modules/undici/docs/docs/api/EventSource.md +0 -358
  2685. package/node_modules/undici/docs/docs/api/Fetch.md +0 -711
  2686. package/node_modules/undici/docs/docs/api/GlobalInstallation.md +0 -121
  2687. package/node_modules/undici/docs/docs/api/H2CClient.md +0 -385
  2688. package/node_modules/undici/docs/docs/api/Interceptors.md +0 -418
  2689. package/node_modules/undici/docs/docs/api/MockAgent.md +0 -622
  2690. package/node_modules/undici/docs/docs/api/MockCallHistory.md +0 -371
  2691. package/node_modules/undici/docs/docs/api/MockCallHistoryLog.md +0 -206
  2692. package/node_modules/undici/docs/docs/api/MockClient.md +0 -199
  2693. package/node_modules/undici/docs/docs/api/MockErrors.md +0 -63
  2694. package/node_modules/undici/docs/docs/api/MockPool.md +0 -618
  2695. package/node_modules/undici/docs/docs/api/Pool.md +0 -279
  2696. package/node_modules/undici/docs/docs/api/PoolStats.md +0 -141
  2697. package/node_modules/undici/docs/docs/api/ProxyAgent.md +0 -248
  2698. package/node_modules/undici/docs/docs/api/RedirectHandler.md +0 -276
  2699. package/node_modules/undici/docs/docs/api/RetryAgent.md +0 -136
  2700. package/node_modules/undici/docs/docs/api/RetryHandler.md +0 -200
  2701. package/node_modules/undici/docs/docs/api/RoundRobinPool.md +0 -239
  2702. package/node_modules/undici/docs/docs/api/SnapshotAgent.md +0 -361
  2703. package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +0 -256
  2704. package/node_modules/undici/docs/docs/api/Util.md +0 -82
  2705. package/node_modules/undici/docs/docs/api/WebSocket.md +0 -536
  2706. package/node_modules/undici/docs/docs/api/api-lifecycle.md +0 -159
  2707. package/node_modules/undici/docs/docs/best-practices/client-certificate.md +0 -66
  2708. package/node_modules/undici/docs/docs/best-practices/crawling.md +0 -60
  2709. package/node_modules/undici/docs/docs/best-practices/migrating-from-v7-to-v8.md +0 -233
  2710. package/node_modules/undici/docs/docs/best-practices/mocking-request.md +0 -192
  2711. package/node_modules/undici/docs/docs/best-practices/proxy.md +0 -129
  2712. package/node_modules/undici/docs/docs/best-practices/undici-vs-builtin-fetch.md +0 -226
  2713. package/node_modules/undici/docs/docs/best-practices/writing-tests.md +0 -65
  2714. package/node_modules/undici/docs/docs/getting-started.md +0 -281
  2715. package/node_modules/undici/docs/docs/index.md +0 -784
  2716. package/node_modules/undici/docs/docs/site.json +0 -125
  2717. package/node_modules/undici/docs/docs/type-map.json +0 -79
  2718. package/node_modules/undici/index-fetch.js +0 -65
  2719. package/node_modules/undici/index.d.ts +0 -3
  2720. package/node_modules/undici/index.js +0 -236
  2721. package/node_modules/undici/lib/api/abort-signal.js +0 -59
  2722. package/node_modules/undici/lib/api/api-connect.js +0 -112
  2723. package/node_modules/undici/lib/api/api-pipeline.js +0 -265
  2724. package/node_modules/undici/lib/api/api-request.js +0 -244
  2725. package/node_modules/undici/lib/api/api-stream.js +0 -270
  2726. package/node_modules/undici/lib/api/api-upgrade.js +0 -121
  2727. package/node_modules/undici/lib/api/index.js +0 -7
  2728. package/node_modules/undici/lib/api/readable.js +0 -616
  2729. package/node_modules/undici/lib/cache/memory-cache-store.js +0 -279
  2730. package/node_modules/undici/lib/cache/sqlite-cache-store.js +0 -469
  2731. package/node_modules/undici/lib/core/connect.js +0 -192
  2732. package/node_modules/undici/lib/core/constants.js +0 -120
  2733. package/node_modules/undici/lib/core/diagnostics.js +0 -227
  2734. package/node_modules/undici/lib/core/errors.js +0 -497
  2735. package/node_modules/undici/lib/core/request.js +0 -546
  2736. package/node_modules/undici/lib/core/socks5-client.js +0 -422
  2737. package/node_modules/undici/lib/core/socks5-utils.js +0 -212
  2738. package/node_modules/undici/lib/core/symbols.js +0 -79
  2739. package/node_modules/undici/lib/core/tree.js +0 -160
  2740. package/node_modules/undici/lib/core/util.js +0 -1049
  2741. package/node_modules/undici/lib/dispatcher/agent.js +0 -177
  2742. package/node_modules/undici/lib/dispatcher/balanced-pool.js +0 -217
  2743. package/node_modules/undici/lib/dispatcher/client-h1.js +0 -1801
  2744. package/node_modules/undici/lib/dispatcher/client-h2.js +0 -1781
  2745. package/node_modules/undici/lib/dispatcher/client.js +0 -741
  2746. package/node_modules/undici/lib/dispatcher/dispatcher-base.js +0 -197
  2747. package/node_modules/undici/lib/dispatcher/dispatcher.js +0 -58
  2748. package/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +0 -110
  2749. package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +0 -175
  2750. package/node_modules/undici/lib/dispatcher/fixed-queue.js +0 -135
  2751. package/node_modules/undici/lib/dispatcher/h2c-client.js +0 -51
  2752. package/node_modules/undici/lib/dispatcher/pool-base.js +0 -232
  2753. package/node_modules/undici/lib/dispatcher/pool.js +0 -143
  2754. package/node_modules/undici/lib/dispatcher/proxy-agent.js +0 -395
  2755. package/node_modules/undici/lib/dispatcher/retry-agent.js +0 -38
  2756. package/node_modules/undici/lib/dispatcher/round-robin-pool.js +0 -159
  2757. package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +0 -350
  2758. package/node_modules/undici/lib/encoding/index.js +0 -33
  2759. package/node_modules/undici/lib/global.js +0 -82
  2760. package/node_modules/undici/lib/handler/cache-handler.js +0 -818
  2761. package/node_modules/undici/lib/handler/cache-revalidation-handler.js +0 -134
  2762. package/node_modules/undici/lib/handler/decorator-handler.js +0 -72
  2763. package/node_modules/undici/lib/handler/deduplication-handler.js +0 -466
  2764. package/node_modules/undici/lib/handler/redirect-handler.js +0 -238
  2765. package/node_modules/undici/lib/handler/retry-handler.js +0 -594
  2766. package/node_modules/undici/lib/interceptor/cache.js +0 -671
  2767. package/node_modules/undici/lib/interceptor/decompress.js +0 -394
  2768. package/node_modules/undici/lib/interceptor/deduplicate.js +0 -118
  2769. package/node_modules/undici/lib/interceptor/dns.js +0 -582
  2770. package/node_modules/undici/lib/interceptor/dump.js +0 -99
  2771. package/node_modules/undici/lib/interceptor/redirect.js +0 -21
  2772. package/node_modules/undici/lib/interceptor/response-error.js +0 -95
  2773. package/node_modules/undici/lib/interceptor/retry.js +0 -19
  2774. package/node_modules/undici/lib/llhttp/constants.d.ts +0 -195
  2775. package/node_modules/undici/lib/llhttp/constants.js +0 -531
  2776. package/node_modules/undici/lib/llhttp/llhttp-wasm.js +0 -15
  2777. package/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +0 -15
  2778. package/node_modules/undici/lib/llhttp/utils.d.ts +0 -2
  2779. package/node_modules/undici/lib/llhttp/utils.js +0 -12
  2780. package/node_modules/undici/lib/mock/mock-agent.js +0 -244
  2781. package/node_modules/undici/lib/mock/mock-call-history.js +0 -248
  2782. package/node_modules/undici/lib/mock/mock-client.js +0 -68
  2783. package/node_modules/undici/lib/mock/mock-errors.js +0 -29
  2784. package/node_modules/undici/lib/mock/mock-interceptor.js +0 -227
  2785. package/node_modules/undici/lib/mock/mock-pool.js +0 -68
  2786. package/node_modules/undici/lib/mock/mock-symbols.js +0 -32
  2787. package/node_modules/undici/lib/mock/mock-utils.js +0 -720
  2788. package/node_modules/undici/lib/mock/pending-interceptors-formatter.js +0 -43
  2789. package/node_modules/undici/lib/mock/snapshot-agent.js +0 -371
  2790. package/node_modules/undici/lib/mock/snapshot-recorder.js +0 -623
  2791. package/node_modules/undici/lib/mock/snapshot-utils.js +0 -158
  2792. package/node_modules/undici/lib/util/cache.js +0 -758
  2793. package/node_modules/undici/lib/util/date.js +0 -670
  2794. package/node_modules/undici/lib/util/runtime-features.js +0 -93
  2795. package/node_modules/undici/lib/util/stats.js +0 -32
  2796. package/node_modules/undici/lib/util/timers.js +0 -425
  2797. package/node_modules/undici/lib/web/cache/cache.js +0 -862
  2798. package/node_modules/undici/lib/web/cache/cachestorage.js +0 -152
  2799. package/node_modules/undici/lib/web/cache/util.js +0 -45
  2800. package/node_modules/undici/lib/web/cookies/constants.js +0 -12
  2801. package/node_modules/undici/lib/web/cookies/index.js +0 -199
  2802. package/node_modules/undici/lib/web/cookies/parse.js +0 -318
  2803. package/node_modules/undici/lib/web/cookies/util.js +0 -352
  2804. package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +0 -521
  2805. package/node_modules/undici/lib/web/eventsource/eventsource.js +0 -500
  2806. package/node_modules/undici/lib/web/eventsource/util.js +0 -60
  2807. package/node_modules/undici/lib/web/fetch/LICENSE +0 -21
  2808. package/node_modules/undici/lib/web/fetch/body.js +0 -547
  2809. package/node_modules/undici/lib/web/fetch/constants.js +0 -131
  2810. package/node_modules/undici/lib/web/fetch/data-url.js +0 -596
  2811. package/node_modules/undici/lib/web/fetch/formdata-parser.js +0 -586
  2812. package/node_modules/undici/lib/web/fetch/formdata.js +0 -278
  2813. package/node_modules/undici/lib/web/fetch/global.js +0 -40
  2814. package/node_modules/undici/lib/web/fetch/headers.js +0 -719
  2815. package/node_modules/undici/lib/web/fetch/index.js +0 -2432
  2816. package/node_modules/undici/lib/web/fetch/request.js +0 -1144
  2817. package/node_modules/undici/lib/web/fetch/response.js +0 -639
  2818. package/node_modules/undici/lib/web/fetch/util.js +0 -1530
  2819. package/node_modules/undici/lib/web/infra/index.js +0 -229
  2820. package/node_modules/undici/lib/web/subresource-integrity/Readme.md +0 -9
  2821. package/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +0 -307
  2822. package/node_modules/undici/lib/web/webidl/index.js +0 -1004
  2823. package/node_modules/undici/lib/web/websocket/connection.js +0 -329
  2824. package/node_modules/undici/lib/web/websocket/constants.js +0 -126
  2825. package/node_modules/undici/lib/web/websocket/events.js +0 -331
  2826. package/node_modules/undici/lib/web/websocket/frame.js +0 -127
  2827. package/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -105
  2828. package/node_modules/undici/lib/web/websocket/receiver.js +0 -507
  2829. package/node_modules/undici/lib/web/websocket/sender.js +0 -109
  2830. package/node_modules/undici/lib/web/websocket/stream/websocketerror.js +0 -104
  2831. package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +0 -496
  2832. package/node_modules/undici/lib/web/websocket/util.js +0 -347
  2833. package/node_modules/undici/lib/web/websocket/websocket.js +0 -780
  2834. package/node_modules/undici/package.json +0 -152
  2835. package/node_modules/undici/scripts/strip-comments.js +0 -10
  2836. package/node_modules/undici/types/README.md +0 -6
  2837. package/node_modules/undici/types/agent.d.ts +0 -30
  2838. package/node_modules/undici/types/api.d.ts +0 -43
  2839. package/node_modules/undici/types/balanced-pool.d.ts +0 -30
  2840. package/node_modules/undici/types/cache-interceptor.d.ts +0 -179
  2841. package/node_modules/undici/types/cache.d.ts +0 -36
  2842. package/node_modules/undici/types/client-stats.d.ts +0 -15
  2843. package/node_modules/undici/types/client.d.ts +0 -184
  2844. package/node_modules/undici/types/connector.d.ts +0 -37
  2845. package/node_modules/undici/types/content-type.d.ts +0 -21
  2846. package/node_modules/undici/types/cookies.d.ts +0 -30
  2847. package/node_modules/undici/types/diagnostics-channel.d.ts +0 -74
  2848. package/node_modules/undici/types/dispatcher.d.ts +0 -253
  2849. package/node_modules/undici/types/dispatcher1-wrapper.d.ts +0 -7
  2850. package/node_modules/undici/types/env-http-proxy-agent.d.ts +0 -22
  2851. package/node_modules/undici/types/errors.d.ts +0 -187
  2852. package/node_modules/undici/types/eventsource.d.ts +0 -66
  2853. package/node_modules/undici/types/fetch.d.ts +0 -235
  2854. package/node_modules/undici/types/formdata.d.ts +0 -108
  2855. package/node_modules/undici/types/global-dispatcher.d.ts +0 -9
  2856. package/node_modules/undici/types/global-origin.d.ts +0 -7
  2857. package/node_modules/undici/types/h2c-client.d.ts +0 -73
  2858. package/node_modules/undici/types/handlers.d.ts +0 -16
  2859. package/node_modules/undici/types/header.d.ts +0 -165
  2860. package/node_modules/undici/types/index.d.ts +0 -93
  2861. package/node_modules/undici/types/interceptors.d.ts +0 -82
  2862. package/node_modules/undici/types/mock-agent.d.ts +0 -69
  2863. package/node_modules/undici/types/mock-call-history.d.ts +0 -111
  2864. package/node_modules/undici/types/mock-client.d.ts +0 -27
  2865. package/node_modules/undici/types/mock-errors.d.ts +0 -12
  2866. package/node_modules/undici/types/mock-interceptor.d.ts +0 -98
  2867. package/node_modules/undici/types/mock-pool.d.ts +0 -27
  2868. package/node_modules/undici/types/patch.d.ts +0 -29
  2869. package/node_modules/undici/types/pool-stats.d.ts +0 -19
  2870. package/node_modules/undici/types/pool.d.ts +0 -39
  2871. package/node_modules/undici/types/proxy-agent.d.ts +0 -36
  2872. package/node_modules/undici/types/readable.d.ts +0 -68
  2873. package/node_modules/undici/types/retry-agent.d.ts +0 -8
  2874. package/node_modules/undici/types/retry-handler.d.ts +0 -125
  2875. package/node_modules/undici/types/round-robin-pool.d.ts +0 -39
  2876. package/node_modules/undici/types/snapshot-agent.d.ts +0 -113
  2877. package/node_modules/undici/types/socks5-proxy-agent.d.ts +0 -27
  2878. package/node_modules/undici/types/util.d.ts +0 -18
  2879. package/node_modules/undici/types/utility.d.ts +0 -7
  2880. package/node_modules/undici/types/webidl.d.ts +0 -346
  2881. package/node_modules/undici/types/websocket.d.ts +0 -188
  2882. package/node_modules/unpipe/HISTORY.md +0 -4
  2883. package/node_modules/unpipe/LICENSE +0 -22
  2884. package/node_modules/unpipe/README.md +0 -43
  2885. package/node_modules/unpipe/index.js +0 -69
  2886. package/node_modules/unpipe/package.json +0 -27
  2887. package/node_modules/vary/HISTORY.md +0 -39
  2888. package/node_modules/vary/LICENSE +0 -22
  2889. package/node_modules/vary/README.md +0 -101
  2890. package/node_modules/vary/index.js +0 -149
  2891. package/node_modules/vary/package.json +0 -43
  2892. package/node_modules/which/CHANGELOG.md +0 -166
  2893. package/node_modules/which/LICENSE +0 -15
  2894. package/node_modules/which/README.md +0 -54
  2895. package/node_modules/which/bin/node-which +0 -52
  2896. package/node_modules/which/package.json +0 -43
  2897. package/node_modules/which/which.js +0 -125
  2898. package/node_modules/wrappy/LICENSE +0 -15
  2899. package/node_modules/wrappy/README.md +0 -36
  2900. package/node_modules/wrappy/package.json +0 -29
  2901. package/node_modules/wrappy/wrappy.js +0 -33
  2902. package/node_modules/zod/LICENSE +0 -21
  2903. package/node_modules/zod/README.md +0 -218
  2904. package/node_modules/zod/compile.cjs +0 -77
  2905. package/node_modules/zod/compile.d.cts +0 -1
  2906. package/node_modules/zod/compile.d.ts +0 -1
  2907. package/node_modules/zod/compile.js +0 -52
  2908. package/node_modules/zod/index.cjs +0 -33
  2909. package/node_modules/zod/index.d.cts +0 -3
  2910. package/node_modules/zod/index.d.ts +0 -3
  2911. package/node_modules/zod/index.js +0 -7
  2912. package/node_modules/zod/locales/index.cjs +0 -17
  2913. package/node_modules/zod/locales/index.d.cts +0 -1
  2914. package/node_modules/zod/locales/index.d.ts +0 -1
  2915. package/node_modules/zod/locales/index.js +0 -1
  2916. package/node_modules/zod/locales/package.json +0 -7
  2917. package/node_modules/zod/mini/index.cjs +0 -32
  2918. package/node_modules/zod/mini/index.d.cts +0 -3
  2919. package/node_modules/zod/mini/index.d.ts +0 -3
  2920. package/node_modules/zod/mini/index.js +0 -3
  2921. package/node_modules/zod/mini/package.json +0 -7
  2922. package/node_modules/zod/package.json +0 -146
  2923. package/node_modules/zod/src/compile.ts +0 -56
  2924. package/node_modules/zod/src/index.ts +0 -7
  2925. package/node_modules/zod/src/locales/index.ts +0 -1
  2926. package/node_modules/zod/src/mini/index.ts +0 -3
  2927. package/node_modules/zod/src/v3/ZodError.ts +0 -340
  2928. package/node_modules/zod/src/v3/benchmarks/datetime.ts +0 -58
  2929. package/node_modules/zod/src/v3/benchmarks/discriminatedUnion.ts +0 -80
  2930. package/node_modules/zod/src/v3/benchmarks/index.ts +0 -59
  2931. package/node_modules/zod/src/v3/benchmarks/ipv4.ts +0 -57
  2932. package/node_modules/zod/src/v3/benchmarks/object.ts +0 -69
  2933. package/node_modules/zod/src/v3/benchmarks/primitives.ts +0 -162
  2934. package/node_modules/zod/src/v3/benchmarks/realworld.ts +0 -63
  2935. package/node_modules/zod/src/v3/benchmarks/string.ts +0 -55
  2936. package/node_modules/zod/src/v3/benchmarks/union.ts +0 -80
  2937. package/node_modules/zod/src/v3/errors.ts +0 -13
  2938. package/node_modules/zod/src/v3/external.ts +0 -6
  2939. package/node_modules/zod/src/v3/helpers/enumUtil.ts +0 -17
  2940. package/node_modules/zod/src/v3/helpers/errorUtil.ts +0 -8
  2941. package/node_modules/zod/src/v3/helpers/parseUtil.ts +0 -176
  2942. package/node_modules/zod/src/v3/helpers/partialUtil.ts +0 -34
  2943. package/node_modules/zod/src/v3/helpers/typeAliases.ts +0 -2
  2944. package/node_modules/zod/src/v3/helpers/util.ts +0 -224
  2945. package/node_modules/zod/src/v3/index.ts +0 -4
  2946. package/node_modules/zod/src/v3/locales/en.ts +0 -124
  2947. package/node_modules/zod/src/v3/standard-schema.ts +0 -113
  2948. package/node_modules/zod/src/v3/tests/Mocker.ts +0 -54
  2949. package/node_modules/zod/src/v3/tests/all-errors.test.ts +0 -157
  2950. package/node_modules/zod/src/v3/tests/anyunknown.test.ts +0 -28
  2951. package/node_modules/zod/src/v3/tests/array.test.ts +0 -71
  2952. package/node_modules/zod/src/v3/tests/async-parsing.test.ts +0 -388
  2953. package/node_modules/zod/src/v3/tests/async-refinements.test.ts +0 -46
  2954. package/node_modules/zod/src/v3/tests/base.test.ts +0 -29
  2955. package/node_modules/zod/src/v3/tests/bigint.test.ts +0 -55
  2956. package/node_modules/zod/src/v3/tests/branded.test.ts +0 -53
  2957. package/node_modules/zod/src/v3/tests/catch.test.ts +0 -220
  2958. package/node_modules/zod/src/v3/tests/coerce.test.ts +0 -133
  2959. package/node_modules/zod/src/v3/tests/complex.test.ts +0 -70
  2960. package/node_modules/zod/src/v3/tests/custom.test.ts +0 -31
  2961. package/node_modules/zod/src/v3/tests/date.test.ts +0 -32
  2962. package/node_modules/zod/src/v3/tests/deepmasking.test.ts +0 -186
  2963. package/node_modules/zod/src/v3/tests/default.test.ts +0 -112
  2964. package/node_modules/zod/src/v3/tests/description.test.ts +0 -33
  2965. package/node_modules/zod/src/v3/tests/discriminated-unions.test.ts +0 -315
  2966. package/node_modules/zod/src/v3/tests/enum.test.ts +0 -80
  2967. package/node_modules/zod/src/v3/tests/error.test.ts +0 -586
  2968. package/node_modules/zod/src/v3/tests/firstparty.test.ts +0 -87
  2969. package/node_modules/zod/src/v3/tests/firstpartyschematypes.test.ts +0 -21
  2970. package/node_modules/zod/src/v3/tests/function.test.ts +0 -261
  2971. package/node_modules/zod/src/v3/tests/generics.test.ts +0 -48
  2972. package/node_modules/zod/src/v3/tests/instanceof.test.ts +0 -37
  2973. package/node_modules/zod/src/v3/tests/intersection.test.ts +0 -128
  2974. package/node_modules/zod/src/v3/tests/language-server.source.ts +0 -76
  2975. package/node_modules/zod/src/v3/tests/language-server.test.ts +0 -206
  2976. package/node_modules/zod/src/v3/tests/literal.test.ts +0 -36
  2977. package/node_modules/zod/src/v3/tests/map.test.ts +0 -110
  2978. package/node_modules/zod/src/v3/tests/masking.test.ts +0 -4
  2979. package/node_modules/zod/src/v3/tests/mocker.test.ts +0 -19
  2980. package/node_modules/zod/src/v3/tests/nan.test.ts +0 -24
  2981. package/node_modules/zod/src/v3/tests/nativeEnum.test.ts +0 -87
  2982. package/node_modules/zod/src/v3/tests/nullable.test.ts +0 -42
  2983. package/node_modules/zod/src/v3/tests/number.test.ts +0 -176
  2984. package/node_modules/zod/src/v3/tests/object-augmentation.test.ts +0 -29
  2985. package/node_modules/zod/src/v3/tests/object-in-es5-env.test.ts +0 -29
  2986. package/node_modules/zod/src/v3/tests/object.test.ts +0 -431
  2987. package/node_modules/zod/src/v3/tests/optional.test.ts +0 -42
  2988. package/node_modules/zod/src/v3/tests/parseUtil.test.ts +0 -23
  2989. package/node_modules/zod/src/v3/tests/parser.test.ts +0 -41
  2990. package/node_modules/zod/src/v3/tests/partials.test.ts +0 -243
  2991. package/node_modules/zod/src/v3/tests/pickomit.test.ts +0 -111
  2992. package/node_modules/zod/src/v3/tests/pipeline.test.ts +0 -29
  2993. package/node_modules/zod/src/v3/tests/preprocess.test.ts +0 -186
  2994. package/node_modules/zod/src/v3/tests/primitive.test.ts +0 -440
  2995. package/node_modules/zod/src/v3/tests/promise.test.ts +0 -90
  2996. package/node_modules/zod/src/v3/tests/readonly.test.ts +0 -114
  2997. package/node_modules/zod/src/v3/tests/record.test.ts +0 -171
  2998. package/node_modules/zod/src/v3/tests/recursive.test.ts +0 -197
  2999. package/node_modules/zod/src/v3/tests/refine.test.ts +0 -313
  3000. package/node_modules/zod/src/v3/tests/safeparse.test.ts +0 -27
  3001. package/node_modules/zod/src/v3/tests/set.test.ts +0 -142
  3002. package/node_modules/zod/src/v3/tests/standard-schema.test.ts +0 -83
  3003. package/node_modules/zod/src/v3/tests/string.test.ts +0 -922
  3004. package/node_modules/zod/src/v3/tests/transformer.test.ts +0 -233
  3005. package/node_modules/zod/src/v3/tests/tuple.test.ts +0 -90
  3006. package/node_modules/zod/src/v3/tests/unions.test.ts +0 -57
  3007. package/node_modules/zod/src/v3/tests/validations.test.ts +0 -133
  3008. package/node_modules/zod/src/v3/tests/void.test.ts +0 -15
  3009. package/node_modules/zod/src/v3/types.ts +0 -5138
  3010. package/node_modules/zod/src/v4/classic/checks.ts +0 -33
  3011. package/node_modules/zod/src/v4/classic/coerce.ts +0 -27
  3012. package/node_modules/zod/src/v4/classic/compat.ts +0 -78
  3013. package/node_modules/zod/src/v4/classic/deep-partial.ts +0 -76
  3014. package/node_modules/zod/src/v4/classic/errors.ts +0 -97
  3015. package/node_modules/zod/src/v4/classic/external.ts +0 -55
  3016. package/node_modules/zod/src/v4/classic/from-json-schema.ts +0 -721
  3017. package/node_modules/zod/src/v4/classic/in-out.ts +0 -45
  3018. package/node_modules/zod/src/v4/classic/index.ts +0 -5
  3019. package/node_modules/zod/src/v4/classic/iso.ts +0 -20
  3020. package/node_modules/zod/src/v4/classic/parse.ts +0 -88
  3021. package/node_modules/zod/src/v4/classic/schemas.ts +0 -2862
  3022. package/node_modules/zod/src/v4/classic/tests/anyunknown.test.ts +0 -26
  3023. package/node_modules/zod/src/v4/classic/tests/apply.test.ts +0 -86
  3024. package/node_modules/zod/src/v4/classic/tests/array.test.ts +0 -264
  3025. package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +0 -351
  3026. package/node_modules/zod/src/v4/classic/tests/async-parsing.test.ts +0 -381
  3027. package/node_modules/zod/src/v4/classic/tests/async-refinements.test.ts +0 -68
  3028. package/node_modules/zod/src/v4/classic/tests/base.test.ts +0 -7
  3029. package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +0 -83
  3030. package/node_modules/zod/src/v4/classic/tests/brand.test.ts +0 -106
  3031. package/node_modules/zod/src/v4/classic/tests/catch.test.ts +0 -604
  3032. package/node_modules/zod/src/v4/classic/tests/coalesce.test.ts +0 -20
  3033. package/node_modules/zod/src/v4/classic/tests/codec-examples.test.ts +0 -572
  3034. package/node_modules/zod/src/v4/classic/tests/codec.test.ts +0 -704
  3035. package/node_modules/zod/src/v4/classic/tests/coerce.test.ts +0 -160
  3036. package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +0 -374
  3037. package/node_modules/zod/src/v4/classic/tests/credit-card.test.ts +0 -76
  3038. package/node_modules/zod/src/v4/classic/tests/custom.test.ts +0 -40
  3039. package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +0 -720
  3040. package/node_modules/zod/src/v4/classic/tests/date.test.ts +0 -92
  3041. package/node_modules/zod/src/v4/classic/tests/datetime.test.ts +0 -316
  3042. package/node_modules/zod/src/v4/classic/tests/deep-partial.test.ts +0 -380
  3043. package/node_modules/zod/src/v4/classic/tests/default-locale.test.ts +0 -32
  3044. package/node_modules/zod/src/v4/classic/tests/default.test.ts +0 -455
  3045. package/node_modules/zod/src/v4/classic/tests/describe-meta-checks.test.ts +0 -27
  3046. package/node_modules/zod/src/v4/classic/tests/description.test.ts +0 -32
  3047. package/node_modules/zod/src/v4/classic/tests/detached-methods.test.ts +0 -221
  3048. package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +0 -836
  3049. package/node_modules/zod/src/v4/classic/tests/enum.test.ts +0 -296
  3050. package/node_modules/zod/src/v4/classic/tests/error-utils.test.ts +0 -917
  3051. package/node_modules/zod/src/v4/classic/tests/error.test.ts +0 -979
  3052. package/node_modules/zod/src/v4/classic/tests/file.test.ts +0 -96
  3053. package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -179
  3054. package/node_modules/zod/src/v4/classic/tests/fix-json-issue.test.ts +0 -26
  3055. package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +0 -1310
  3056. package/node_modules/zod/src/v4/classic/tests/function.test.ts +0 -391
  3057. package/node_modules/zod/src/v4/classic/tests/generics.test.ts +0 -72
  3058. package/node_modules/zod/src/v4/classic/tests/global-config.test.ts +0 -32
  3059. package/node_modules/zod/src/v4/classic/tests/hash.test.ts +0 -67
  3060. package/node_modules/zod/src/v4/classic/tests/in-out.test.ts +0 -159
  3061. package/node_modules/zod/src/v4/classic/tests/index.test.ts +0 -958
  3062. package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +0 -281
  3063. package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +0 -107
  3064. package/node_modules/zod/src/v4/classic/tests/intersection.test.ts +0 -334
  3065. package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +0 -183
  3066. package/node_modules/zod/src/v4/classic/tests/jitless-allows-eval.test.ts +0 -39
  3067. package/node_modules/zod/src/v4/classic/tests/json.test.ts +0 -109
  3068. package/node_modules/zod/src/v4/classic/tests/lazy.test.ts +0 -262
  3069. package/node_modules/zod/src/v4/classic/tests/literal.test.ts +0 -128
  3070. package/node_modules/zod/src/v4/classic/tests/locales_ka.test.ts +0 -29
  3071. package/node_modules/zod/src/v4/classic/tests/locales_ro.test.ts +0 -24
  3072. package/node_modules/zod/src/v4/classic/tests/map.test.ts +0 -342
  3073. package/node_modules/zod/src/v4/classic/tests/nan.test.ts +0 -21
  3074. package/node_modules/zod/src/v4/classic/tests/nested-refine.test.ts +0 -168
  3075. package/node_modules/zod/src/v4/classic/tests/nonoptional.test.ts +0 -101
  3076. package/node_modules/zod/src/v4/classic/tests/nullable.test.ts +0 -22
  3077. package/node_modules/zod/src/v4/classic/tests/number.test.ts +0 -362
  3078. package/node_modules/zod/src/v4/classic/tests/object.test.ts +0 -950
  3079. package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +0 -234
  3080. package/node_modules/zod/src/v4/classic/tests/optional.test.ts +0 -366
  3081. package/node_modules/zod/src/v4/classic/tests/partial.test.ts +0 -497
  3082. package/node_modules/zod/src/v4/classic/tests/pickomit.test.ts +0 -211
  3083. package/node_modules/zod/src/v4/classic/tests/pipe.test.ts +0 -101
  3084. package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +0 -74
  3085. package/node_modules/zod/src/v4/classic/tests/preprocess-types.test.ts +0 -44
  3086. package/node_modules/zod/src/v4/classic/tests/preprocess.test.ts +0 -351
  3087. package/node_modules/zod/src/v4/classic/tests/primitive.test.ts +0 -175
  3088. package/node_modules/zod/src/v4/classic/tests/promise.test.ts +0 -81
  3089. package/node_modules/zod/src/v4/classic/tests/prototypes.test.ts +0 -23
  3090. package/node_modules/zod/src/v4/classic/tests/readonly.test.ts +0 -184
  3091. package/node_modules/zod/src/v4/classic/tests/record.test.ts +0 -885
  3092. package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +0 -662
  3093. package/node_modules/zod/src/v4/classic/tests/redos.test.ts +0 -68
  3094. package/node_modules/zod/src/v4/classic/tests/refine.test.ts +0 -693
  3095. package/node_modules/zod/src/v4/classic/tests/registries.test.ts +0 -243
  3096. package/node_modules/zod/src/v4/classic/tests/set.test.ts +0 -190
  3097. package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +0 -134
  3098. package/node_modules/zod/src/v4/classic/tests/string-formats.test.ts +0 -125
  3099. package/node_modules/zod/src/v4/classic/tests/string.test.ts +0 -1346
  3100. package/node_modules/zod/src/v4/classic/tests/stringbool.test.ts +0 -124
  3101. package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +0 -780
  3102. package/node_modules/zod/src/v4/classic/tests/to-json-schema-methods.test.ts +0 -438
  3103. package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +0 -4537
  3104. package/node_modules/zod/src/v4/classic/tests/transform.test.ts +0 -378
  3105. package/node_modules/zod/src/v4/classic/tests/tuple.test.ts +0 -511
  3106. package/node_modules/zod/src/v4/classic/tests/union.test.ts +0 -310
  3107. package/node_modules/zod/src/v4/classic/tests/url.test.ts +0 -13
  3108. package/node_modules/zod/src/v4/classic/tests/validate.test.ts +0 -76
  3109. package/node_modules/zod/src/v4/classic/tests/validations.test.ts +0 -283
  3110. package/node_modules/zod/src/v4/classic/tests/void.test.ts +0 -12
  3111. package/node_modules/zod/src/v4/core/api.ts +0 -1859
  3112. package/node_modules/zod/src/v4/core/checks.ts +0 -1306
  3113. package/node_modules/zod/src/v4/core/compile.ts +0 -2188
  3114. package/node_modules/zod/src/v4/core/core.ts +0 -232
  3115. package/node_modules/zod/src/v4/core/doc.ts +0 -48
  3116. package/node_modules/zod/src/v4/core/errors.ts +0 -546
  3117. package/node_modules/zod/src/v4/core/index.ts +0 -19
  3118. package/node_modules/zod/src/v4/core/json-schema-generator.ts +0 -131
  3119. package/node_modules/zod/src/v4/core/json-schema-processors.ts +0 -830
  3120. package/node_modules/zod/src/v4/core/json-schema.ts +0 -148
  3121. package/node_modules/zod/src/v4/core/memoizer.ts +0 -284
  3122. package/node_modules/zod/src/v4/core/parse.ts +0 -288
  3123. package/node_modules/zod/src/v4/core/regexes.ts +0 -207
  3124. package/node_modules/zod/src/v4/core/registries.ts +0 -105
  3125. package/node_modules/zod/src/v4/core/schemas.ts +0 -5028
  3126. package/node_modules/zod/src/v4/core/standard-schema.ts +0 -159
  3127. package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +0 -969
  3128. package/node_modules/zod/src/v4/core/tests/compile-global.test.ts +0 -89
  3129. package/node_modules/zod/src/v4/core/tests/compile-off-by-default.test.ts +0 -26
  3130. package/node_modules/zod/src/v4/core/tests/compile-stats.test.ts +0 -34
  3131. package/node_modules/zod/src/v4/core/tests/compile.test.ts +0 -1639
  3132. package/node_modules/zod/src/v4/core/tests/extend.test.ts +0 -59
  3133. package/node_modules/zod/src/v4/core/tests/index.test.ts +0 -46
  3134. package/node_modules/zod/src/v4/core/tests/locales/be.test.ts +0 -124
  3135. package/node_modules/zod/src/v4/core/tests/locales/el.test.ts +0 -214
  3136. package/node_modules/zod/src/v4/core/tests/locales/en.test.ts +0 -22
  3137. package/node_modules/zod/src/v4/core/tests/locales/es.test.ts +0 -180
  3138. package/node_modules/zod/src/v4/core/tests/locales/fr.test.ts +0 -72
  3139. package/node_modules/zod/src/v4/core/tests/locales/he.test.ts +0 -379
  3140. package/node_modules/zod/src/v4/core/tests/locales/hr.test.ts +0 -163
  3141. package/node_modules/zod/src/v4/core/tests/locales/nl.test.ts +0 -46
  3142. package/node_modules/zod/src/v4/core/tests/locales/parity.test.ts +0 -42
  3143. package/node_modules/zod/src/v4/core/tests/locales/ru.test.ts +0 -128
  3144. package/node_modules/zod/src/v4/core/tests/locales/tk.test.ts +0 -69
  3145. package/node_modules/zod/src/v4/core/tests/locales/tr.test.ts +0 -69
  3146. package/node_modules/zod/src/v4/core/tests/locales/uz.test.ts +0 -105
  3147. package/node_modules/zod/src/v4/core/tests/record-constructor.test.ts +0 -125
  3148. package/node_modules/zod/src/v4/core/tests/recursive-tuples.test.ts +0 -45
  3149. package/node_modules/zod/src/v4/core/tests/treeshake.test.ts +0 -51
  3150. package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +0 -31
  3151. package/node_modules/zod/src/v4/core/to-json-schema.ts +0 -855
  3152. package/node_modules/zod/src/v4/core/util.ts +0 -1209
  3153. package/node_modules/zod/src/v4/core/versions.ts +0 -5
  3154. package/node_modules/zod/src/v4/core/visit.ts +0 -193
  3155. package/node_modules/zod/src/v4/core/zsf.ts +0 -323
  3156. package/node_modules/zod/src/v4/index.ts +0 -4
  3157. package/node_modules/zod/src/v4/locales/ar.ts +0 -118
  3158. package/node_modules/zod/src/v4/locales/az.ts +0 -114
  3159. package/node_modules/zod/src/v4/locales/be.ts +0 -186
  3160. package/node_modules/zod/src/v4/locales/bg.ts +0 -131
  3161. package/node_modules/zod/src/v4/locales/bn.ts +0 -121
  3162. package/node_modules/zod/src/v4/locales/ca.ts +0 -119
  3163. package/node_modules/zod/src/v4/locales/ckb.ts +0 -138
  3164. package/node_modules/zod/src/v4/locales/cs.ts +0 -121
  3165. package/node_modules/zod/src/v4/locales/da.ts +0 -126
  3166. package/node_modules/zod/src/v4/locales/de.ts +0 -119
  3167. package/node_modules/zod/src/v4/locales/el.ts +0 -122
  3168. package/node_modules/zod/src/v4/locales/en.ts +0 -134
  3169. package/node_modules/zod/src/v4/locales/eo.ts +0 -121
  3170. package/node_modules/zod/src/v4/locales/es.ts +0 -143
  3171. package/node_modules/zod/src/v4/locales/fa.ts +0 -129
  3172. package/node_modules/zod/src/v4/locales/fi.ts +0 -124
  3173. package/node_modules/zod/src/v4/locales/fr-CA.ts +0 -119
  3174. package/node_modules/zod/src/v4/locales/fr.ts +0 -137
  3175. package/node_modules/zod/src/v4/locales/gu.ts +0 -121
  3176. package/node_modules/zod/src/v4/locales/he.ts +0 -251
  3177. package/node_modules/zod/src/v4/locales/hi.ts +0 -124
  3178. package/node_modules/zod/src/v4/locales/hr.ts +0 -133
  3179. package/node_modules/zod/src/v4/locales/hu.ts +0 -120
  3180. package/node_modules/zod/src/v4/locales/hy.ts +0 -173
  3181. package/node_modules/zod/src/v4/locales/id.ts +0 -118
  3182. package/node_modules/zod/src/v4/locales/index.ts +0 -62
  3183. package/node_modules/zod/src/v4/locales/is.ts +0 -122
  3184. package/node_modules/zod/src/v4/locales/it.ts +0 -119
  3185. package/node_modules/zod/src/v4/locales/ja.ts +0 -117
  3186. package/node_modules/zod/src/v4/locales/ka.ts +0 -126
  3187. package/node_modules/zod/src/v4/locales/kh.ts +0 -7
  3188. package/node_modules/zod/src/v4/locales/km.ts +0 -122
  3189. package/node_modules/zod/src/v4/locales/kn.ts +0 -124
  3190. package/node_modules/zod/src/v4/locales/ko.ts +0 -124
  3191. package/node_modules/zod/src/v4/locales/lt.ts +0 -241
  3192. package/node_modules/zod/src/v4/locales/mk.ts +0 -121
  3193. package/node_modules/zod/src/v4/locales/ms.ts +0 -118
  3194. package/node_modules/zod/src/v4/locales/ne.ts +0 -126
  3195. package/node_modules/zod/src/v4/locales/nl.ts +0 -124
  3196. package/node_modules/zod/src/v4/locales/nn.ts +0 -119
  3197. package/node_modules/zod/src/v4/locales/no.ts +0 -119
  3198. package/node_modules/zod/src/v4/locales/ota.ts +0 -120
  3199. package/node_modules/zod/src/v4/locales/pl.ts +0 -121
  3200. package/node_modules/zod/src/v4/locales/ps.ts +0 -129
  3201. package/node_modules/zod/src/v4/locales/pt-BR.ts +0 -159
  3202. package/node_modules/zod/src/v4/locales/pt.ts +0 -157
  3203. package/node_modules/zod/src/v4/locales/ro.ts +0 -130
  3204. package/node_modules/zod/src/v4/locales/ru.ts +0 -186
  3205. package/node_modules/zod/src/v4/locales/sk.ts +0 -121
  3206. package/node_modules/zod/src/v4/locales/sl.ts +0 -121
  3207. package/node_modules/zod/src/v4/locales/sv.ts +0 -122
  3208. package/node_modules/zod/src/v4/locales/ta.ts +0 -121
  3209. package/node_modules/zod/src/v4/locales/th.ts +0 -122
  3210. package/node_modules/zod/src/v4/locales/tk.ts +0 -111
  3211. package/node_modules/zod/src/v4/locales/tr.ts +0 -114
  3212. package/node_modules/zod/src/v4/locales/ua.ts +0 -7
  3213. package/node_modules/zod/src/v4/locales/uk.ts +0 -120
  3214. package/node_modules/zod/src/v4/locales/ur.ts +0 -122
  3215. package/node_modules/zod/src/v4/locales/uz.ts +0 -118
  3216. package/node_modules/zod/src/v4/locales/vi.ts +0 -120
  3217. package/node_modules/zod/src/v4/locales/yo.ts +0 -127
  3218. package/node_modules/zod/src/v4/locales/zh-CN.ts +0 -119
  3219. package/node_modules/zod/src/v4/locales/zh-TW.ts +0 -118
  3220. package/node_modules/zod/src/v4/mini/checks.ts +0 -33
  3221. package/node_modules/zod/src/v4/mini/coerce.ts +0 -27
  3222. package/node_modules/zod/src/v4/mini/deep-partial.ts +0 -73
  3223. package/node_modules/zod/src/v4/mini/external.ts +0 -50
  3224. package/node_modules/zod/src/v4/mini/in-out.ts +0 -45
  3225. package/node_modules/zod/src/v4/mini/index.ts +0 -3
  3226. package/node_modules/zod/src/v4/mini/iso.ts +0 -66
  3227. package/node_modules/zod/src/v4/mini/parse.ts +0 -16
  3228. package/node_modules/zod/src/v4/mini/schemas.ts +0 -2026
  3229. package/node_modules/zod/src/v4/mini/tests/apply.test.ts +0 -57
  3230. package/node_modules/zod/src/v4/mini/tests/assignability.test.ts +0 -190
  3231. package/node_modules/zod/src/v4/mini/tests/brand.test.ts +0 -94
  3232. package/node_modules/zod/src/v4/mini/tests/checks.test.ts +0 -158
  3233. package/node_modules/zod/src/v4/mini/tests/codec.test.ts +0 -582
  3234. package/node_modules/zod/src/v4/mini/tests/computed.test.ts +0 -36
  3235. package/node_modules/zod/src/v4/mini/tests/cyclic-data.test.ts +0 -84
  3236. package/node_modules/zod/src/v4/mini/tests/deep-partial.test.ts +0 -54
  3237. package/node_modules/zod/src/v4/mini/tests/error.test.ts +0 -41
  3238. package/node_modules/zod/src/v4/mini/tests/functions.test.ts +0 -14
  3239. package/node_modules/zod/src/v4/mini/tests/index.test.ts +0 -1060
  3240. package/node_modules/zod/src/v4/mini/tests/number.test.ts +0 -109
  3241. package/node_modules/zod/src/v4/mini/tests/object.test.ts +0 -292
  3242. package/node_modules/zod/src/v4/mini/tests/prototypes.test.ts +0 -43
  3243. package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +0 -325
  3244. package/node_modules/zod/src/v4/mini/tests/standard-schema.test.ts +0 -50
  3245. package/node_modules/zod/src/v4/mini/tests/string.test.ts +0 -373
  3246. package/node_modules/zod/src/v4-mini/index.ts +0 -3
  3247. package/node_modules/zod/v3/ZodError.cjs +0 -148
  3248. package/node_modules/zod/v3/ZodError.d.cts +0 -164
  3249. package/node_modules/zod/v3/ZodError.d.ts +0 -164
  3250. package/node_modules/zod/v3/ZodError.js +0 -143
  3251. package/node_modules/zod/v3/errors.cjs +0 -17
  3252. package/node_modules/zod/v3/errors.d.cts +0 -5
  3253. package/node_modules/zod/v3/errors.d.ts +0 -5
  3254. package/node_modules/zod/v3/errors.js +0 -9
  3255. package/node_modules/zod/v3/external.cjs +0 -22
  3256. package/node_modules/zod/v3/external.d.cts +0 -6
  3257. package/node_modules/zod/v3/external.d.ts +0 -6
  3258. package/node_modules/zod/v3/external.js +0 -6
  3259. package/node_modules/zod/v3/helpers/enumUtil.cjs +0 -2
  3260. package/node_modules/zod/v3/helpers/enumUtil.d.cts +0 -8
  3261. package/node_modules/zod/v3/helpers/enumUtil.d.ts +0 -8
  3262. package/node_modules/zod/v3/helpers/enumUtil.js +0 -1
  3263. package/node_modules/zod/v3/helpers/errorUtil.cjs +0 -9
  3264. package/node_modules/zod/v3/helpers/errorUtil.d.cts +0 -9
  3265. package/node_modules/zod/v3/helpers/errorUtil.d.ts +0 -9
  3266. package/node_modules/zod/v3/helpers/errorUtil.js +0 -6
  3267. package/node_modules/zod/v3/helpers/parseUtil.cjs +0 -124
  3268. package/node_modules/zod/v3/helpers/parseUtil.d.cts +0 -78
  3269. package/node_modules/zod/v3/helpers/parseUtil.d.ts +0 -78
  3270. package/node_modules/zod/v3/helpers/parseUtil.js +0 -109
  3271. package/node_modules/zod/v3/helpers/partialUtil.cjs +0 -2
  3272. package/node_modules/zod/v3/helpers/partialUtil.d.cts +0 -8
  3273. package/node_modules/zod/v3/helpers/partialUtil.d.ts +0 -8
  3274. package/node_modules/zod/v3/helpers/partialUtil.js +0 -1
  3275. package/node_modules/zod/v3/helpers/typeAliases.cjs +0 -2
  3276. package/node_modules/zod/v3/helpers/typeAliases.d.cts +0 -2
  3277. package/node_modules/zod/v3/helpers/typeAliases.d.ts +0 -2
  3278. package/node_modules/zod/v3/helpers/typeAliases.js +0 -1
  3279. package/node_modules/zod/v3/helpers/util.cjs +0 -137
  3280. package/node_modules/zod/v3/helpers/util.d.cts +0 -85
  3281. package/node_modules/zod/v3/helpers/util.d.ts +0 -85
  3282. package/node_modules/zod/v3/helpers/util.js +0 -133
  3283. package/node_modules/zod/v3/index.cjs +0 -33
  3284. package/node_modules/zod/v3/index.d.cts +0 -4
  3285. package/node_modules/zod/v3/index.d.ts +0 -4
  3286. package/node_modules/zod/v3/index.js +0 -4
  3287. package/node_modules/zod/v3/locales/en.cjs +0 -112
  3288. package/node_modules/zod/v3/locales/en.d.cts +0 -3
  3289. package/node_modules/zod/v3/locales/en.d.ts +0 -3
  3290. package/node_modules/zod/v3/locales/en.js +0 -109
  3291. package/node_modules/zod/v3/package.json +0 -7
  3292. package/node_modules/zod/v3/standard-schema.cjs +0 -2
  3293. package/node_modules/zod/v3/standard-schema.d.cts +0 -102
  3294. package/node_modules/zod/v3/standard-schema.d.ts +0 -102
  3295. package/node_modules/zod/v3/standard-schema.js +0 -1
  3296. package/node_modules/zod/v3/types.cjs +0 -3779
  3297. package/node_modules/zod/v3/types.d.cts +0 -1034
  3298. package/node_modules/zod/v3/types.d.ts +0 -1034
  3299. package/node_modules/zod/v3/types.js +0 -3697
  3300. package/node_modules/zod/v4/classic/checks.cjs +0 -34
  3301. package/node_modules/zod/v4/classic/checks.d.cts +0 -1
  3302. package/node_modules/zod/v4/classic/checks.d.ts +0 -1
  3303. package/node_modules/zod/v4/classic/checks.js +0 -1
  3304. package/node_modules/zod/v4/classic/coerce.cjs +0 -47
  3305. package/node_modules/zod/v4/classic/coerce.d.cts +0 -17
  3306. package/node_modules/zod/v4/classic/coerce.d.ts +0 -17
  3307. package/node_modules/zod/v4/classic/coerce.js +0 -17
  3308. package/node_modules/zod/v4/classic/compat.cjs +0 -61
  3309. package/node_modules/zod/v4/classic/compat.d.cts +0 -48
  3310. package/node_modules/zod/v4/classic/compat.d.ts +0 -48
  3311. package/node_modules/zod/v4/classic/compat.js +0 -31
  3312. package/node_modules/zod/v4/classic/deep-partial.cjs +0 -39
  3313. package/node_modules/zod/v4/classic/deep-partial.d.cts +0 -14
  3314. package/node_modules/zod/v4/classic/deep-partial.d.ts +0 -14
  3315. package/node_modules/zod/v4/classic/deep-partial.js +0 -13
  3316. package/node_modules/zod/v4/classic/errors.cjs +0 -83
  3317. package/node_modules/zod/v4/classic/errors.d.cts +0 -29
  3318. package/node_modules/zod/v4/classic/errors.d.ts +0 -29
  3319. package/node_modules/zod/v4/classic/errors.js +0 -57
  3320. package/node_modules/zod/v4/classic/external.cjs +0 -76
  3321. package/node_modules/zod/v4/classic/external.d.cts +0 -19
  3322. package/node_modules/zod/v4/classic/external.d.ts +0 -19
  3323. package/node_modules/zod/v4/classic/external.js +0 -17
  3324. package/node_modules/zod/v4/classic/from-json-schema.cjs +0 -686
  3325. package/node_modules/zod/v4/classic/from-json-schema.d.cts +0 -12
  3326. package/node_modules/zod/v4/classic/from-json-schema.d.ts +0 -12
  3327. package/node_modules/zod/v4/classic/from-json-schema.js +0 -660
  3328. package/node_modules/zod/v4/classic/in-out.cjs +0 -63
  3329. package/node_modules/zod/v4/classic/in-out.d.cts +0 -8
  3330. package/node_modules/zod/v4/classic/in-out.d.ts +0 -8
  3331. package/node_modules/zod/v4/classic/in-out.js +0 -36
  3332. package/node_modules/zod/v4/classic/index.cjs +0 -33
  3333. package/node_modules/zod/v4/classic/index.d.cts +0 -3
  3334. package/node_modules/zod/v4/classic/index.d.ts +0 -3
  3335. package/node_modules/zod/v4/classic/index.js +0 -4
  3336. package/node_modules/zod/v4/classic/iso.cjs +0 -49
  3337. package/node_modules/zod/v4/classic/iso.d.cts +0 -7
  3338. package/node_modules/zod/v4/classic/iso.d.ts +0 -7
  3339. package/node_modules/zod/v4/classic/iso.js +0 -15
  3340. package/node_modules/zod/v4/classic/package.json +0 -7
  3341. package/node_modules/zod/v4/classic/parse.cjs +0 -44
  3342. package/node_modules/zod/v4/classic/parse.d.cts +0 -44
  3343. package/node_modules/zod/v4/classic/parse.d.ts +0 -44
  3344. package/node_modules/zod/v4/classic/parse.js +0 -16
  3345. package/node_modules/zod/v4/classic/schemas.cjs +0 -1611
  3346. package/node_modules/zod/v4/classic/schemas.d.cts +0 -802
  3347. package/node_modules/zod/v4/classic/schemas.d.ts +0 -802
  3348. package/node_modules/zod/v4/classic/schemas.js +0 -1491
  3349. package/node_modules/zod/v4/core/api.cjs +0 -1246
  3350. package/node_modules/zod/v4/core/api.d.cts +0 -329
  3351. package/node_modules/zod/v4/core/api.d.ts +0 -329
  3352. package/node_modules/zod/v4/core/api.js +0 -1104
  3353. package/node_modules/zod/v4/core/checks.cjs +0 -607
  3354. package/node_modules/zod/v4/core/checks.d.cts +0 -278
  3355. package/node_modules/zod/v4/core/checks.d.ts +0 -278
  3356. package/node_modules/zod/v4/core/checks.js +0 -581
  3357. package/node_modules/zod/v4/core/compile.cjs +0 -1813
  3358. package/node_modules/zod/v4/core/compile.d.cts +0 -51
  3359. package/node_modules/zod/v4/core/compile.d.ts +0 -51
  3360. package/node_modules/zod/v4/core/compile.js +0 -1783
  3361. package/node_modules/zod/v4/core/core.cjs +0 -148
  3362. package/node_modules/zod/v4/core/core.d.cts +0 -82
  3363. package/node_modules/zod/v4/core/core.d.ts +0 -82
  3364. package/node_modules/zod/v4/core/core.js +0 -141
  3365. package/node_modules/zod/v4/core/doc.cjs +0 -37
  3366. package/node_modules/zod/v4/core/doc.d.cts +0 -16
  3367. package/node_modules/zod/v4/core/doc.d.ts +0 -16
  3368. package/node_modules/zod/v4/core/doc.js +0 -33
  3369. package/node_modules/zod/v4/core/errors.cjs +0 -301
  3370. package/node_modules/zod/v4/core/errors.d.cts +0 -225
  3371. package/node_modules/zod/v4/core/errors.d.ts +0 -225
  3372. package/node_modules/zod/v4/core/errors.js +0 -270
  3373. package/node_modules/zod/v4/core/index.cjs +0 -51
  3374. package/node_modules/zod/v4/core/index.d.cts +0 -19
  3375. package/node_modules/zod/v4/core/index.d.ts +0 -19
  3376. package/node_modules/zod/v4/core/index.js +0 -19
  3377. package/node_modules/zod/v4/core/json-schema-generator.cjs +0 -103
  3378. package/node_modules/zod/v4/core/json-schema-generator.d.cts +0 -65
  3379. package/node_modules/zod/v4/core/json-schema-generator.d.ts +0 -65
  3380. package/node_modules/zod/v4/core/json-schema-generator.js +0 -99
  3381. package/node_modules/zod/v4/core/json-schema-processors.cjs +0 -813
  3382. package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -49
  3383. package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -49
  3384. package/node_modules/zod/v4/core/json-schema-processors.js +0 -747
  3385. package/node_modules/zod/v4/core/json-schema.cjs +0 -2
  3386. package/node_modules/zod/v4/core/json-schema.d.cts +0 -89
  3387. package/node_modules/zod/v4/core/json-schema.d.ts +0 -89
  3388. package/node_modules/zod/v4/core/json-schema.js +0 -1
  3389. package/node_modules/zod/v4/core/memoizer.cjs +0 -272
  3390. package/node_modules/zod/v4/core/memoizer.d.cts +0 -15
  3391. package/node_modules/zod/v4/core/memoizer.d.ts +0 -15
  3392. package/node_modules/zod/v4/core/memoizer.js +0 -265
  3393. package/node_modules/zod/v4/core/package.json +0 -7
  3394. package/node_modules/zod/v4/core/parse.cjs +0 -193
  3395. package/node_modules/zod/v4/core/parse.d.cts +0 -52
  3396. package/node_modules/zod/v4/core/parse.d.ts +0 -52
  3397. package/node_modules/zod/v4/core/parse.js +0 -154
  3398. package/node_modules/zod/v4/core/regexes.cjs +0 -184
  3399. package/node_modules/zod/v4/core/regexes.d.cts +0 -87
  3400. package/node_modules/zod/v4/core/regexes.d.ts +0 -87
  3401. package/node_modules/zod/v4/core/regexes.js +0 -150
  3402. package/node_modules/zod/v4/core/registries.cjs +0 -56
  3403. package/node_modules/zod/v4/core/registries.d.cts +0 -35
  3404. package/node_modules/zod/v4/core/registries.d.ts +0 -35
  3405. package/node_modules/zod/v4/core/registries.js +0 -51
  3406. package/node_modules/zod/v4/core/schemas.cjs +0 -2481
  3407. package/node_modules/zod/v4/core/schemas.d.cts +0 -1253
  3408. package/node_modules/zod/v4/core/schemas.d.ts +0 -1253
  3409. package/node_modules/zod/v4/core/schemas.js +0 -2440
  3410. package/node_modules/zod/v4/core/standard-schema.cjs +0 -2
  3411. package/node_modules/zod/v4/core/standard-schema.d.cts +0 -126
  3412. package/node_modules/zod/v4/core/standard-schema.d.ts +0 -126
  3413. package/node_modules/zod/v4/core/standard-schema.js +0 -1
  3414. package/node_modules/zod/v4/core/to-json-schema.cjs +0 -660
  3415. package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -153
  3416. package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -153
  3417. package/node_modules/zod/v4/core/to-json-schema.js +0 -650
  3418. package/node_modules/zod/v4/core/util.cjs +0 -915
  3419. package/node_modules/zod/v4/core/util.d.cts +0 -257
  3420. package/node_modules/zod/v4/core/util.d.ts +0 -257
  3421. package/node_modules/zod/v4/core/util.js +0 -846
  3422. package/node_modules/zod/v4/core/versions.cjs +0 -8
  3423. package/node_modules/zod/v4/core/versions.d.cts +0 -5
  3424. package/node_modules/zod/v4/core/versions.d.ts +0 -5
  3425. package/node_modules/zod/v4/core/versions.js +0 -5
  3426. package/node_modules/zod/v4/core/visit.cjs +0 -195
  3427. package/node_modules/zod/v4/core/visit.d.cts +0 -30
  3428. package/node_modules/zod/v4/core/visit.d.ts +0 -30
  3429. package/node_modules/zod/v4/core/visit.js +0 -169
  3430. package/node_modules/zod/v4/index.cjs +0 -32
  3431. package/node_modules/zod/v4/index.d.cts +0 -3
  3432. package/node_modules/zod/v4/index.d.ts +0 -3
  3433. package/node_modules/zod/v4/index.js +0 -4
  3434. package/node_modules/zod/v4/locales/ar.cjs +0 -136
  3435. package/node_modules/zod/v4/locales/ar.d.cts +0 -5
  3436. package/node_modules/zod/v4/locales/ar.d.ts +0 -4
  3437. package/node_modules/zod/v4/locales/ar.js +0 -109
  3438. package/node_modules/zod/v4/locales/az.cjs +0 -135
  3439. package/node_modules/zod/v4/locales/az.d.cts +0 -5
  3440. package/node_modules/zod/v4/locales/az.d.ts +0 -4
  3441. package/node_modules/zod/v4/locales/az.js +0 -108
  3442. package/node_modules/zod/v4/locales/be.cjs +0 -193
  3443. package/node_modules/zod/v4/locales/be.d.cts +0 -5
  3444. package/node_modules/zod/v4/locales/be.d.ts +0 -4
  3445. package/node_modules/zod/v4/locales/be.js +0 -166
  3446. package/node_modules/zod/v4/locales/bg.cjs +0 -150
  3447. package/node_modules/zod/v4/locales/bg.d.cts +0 -5
  3448. package/node_modules/zod/v4/locales/bg.d.ts +0 -4
  3449. package/node_modules/zod/v4/locales/bg.js +0 -123
  3450. package/node_modules/zod/v4/locales/bn.cjs +0 -138
  3451. package/node_modules/zod/v4/locales/bn.d.cts +0 -5
  3452. package/node_modules/zod/v4/locales/bn.d.ts +0 -4
  3453. package/node_modules/zod/v4/locales/bn.js +0 -111
  3454. package/node_modules/zod/v4/locales/ca.cjs +0 -137
  3455. package/node_modules/zod/v4/locales/ca.d.cts +0 -5
  3456. package/node_modules/zod/v4/locales/ca.d.ts +0 -4
  3457. package/node_modules/zod/v4/locales/ca.js +0 -110
  3458. package/node_modules/zod/v4/locales/ckb.cjs +0 -158
  3459. package/node_modules/zod/v4/locales/ckb.d.cts +0 -5
  3460. package/node_modules/zod/v4/locales/ckb.d.ts +0 -4
  3461. package/node_modules/zod/v4/locales/ckb.js +0 -131
  3462. package/node_modules/zod/v4/locales/cs.cjs +0 -141
  3463. package/node_modules/zod/v4/locales/cs.d.cts +0 -5
  3464. package/node_modules/zod/v4/locales/cs.d.ts +0 -4
  3465. package/node_modules/zod/v4/locales/cs.js +0 -114
  3466. package/node_modules/zod/v4/locales/da.cjs +0 -145
  3467. package/node_modules/zod/v4/locales/da.d.cts +0 -5
  3468. package/node_modules/zod/v4/locales/da.d.ts +0 -4
  3469. package/node_modules/zod/v4/locales/da.js +0 -118
  3470. package/node_modules/zod/v4/locales/de.cjs +0 -138
  3471. package/node_modules/zod/v4/locales/de.d.cts +0 -5
  3472. package/node_modules/zod/v4/locales/de.d.ts +0 -4
  3473. package/node_modules/zod/v4/locales/de.js +0 -111
  3474. package/node_modules/zod/v4/locales/el.cjs +0 -137
  3475. package/node_modules/zod/v4/locales/el.d.cts +0 -5
  3476. package/node_modules/zod/v4/locales/el.d.ts +0 -4
  3477. package/node_modules/zod/v4/locales/el.js +0 -110
  3478. package/node_modules/zod/v4/locales/en.cjs +0 -150
  3479. package/node_modules/zod/v4/locales/en.d.cts +0 -5
  3480. package/node_modules/zod/v4/locales/en.d.ts +0 -4
  3481. package/node_modules/zod/v4/locales/en.js +0 -123
  3482. package/node_modules/zod/v4/locales/eo.cjs +0 -139
  3483. package/node_modules/zod/v4/locales/eo.d.cts +0 -5
  3484. package/node_modules/zod/v4/locales/eo.d.ts +0 -4
  3485. package/node_modules/zod/v4/locales/eo.js +0 -112
  3486. package/node_modules/zod/v4/locales/es.cjs +0 -161
  3487. package/node_modules/zod/v4/locales/es.d.cts +0 -5
  3488. package/node_modules/zod/v4/locales/es.d.ts +0 -4
  3489. package/node_modules/zod/v4/locales/es.js +0 -134
  3490. package/node_modules/zod/v4/locales/fa.cjs +0 -144
  3491. package/node_modules/zod/v4/locales/fa.d.cts +0 -5
  3492. package/node_modules/zod/v4/locales/fa.d.ts +0 -4
  3493. package/node_modules/zod/v4/locales/fa.js +0 -117
  3494. package/node_modules/zod/v4/locales/fi.cjs +0 -142
  3495. package/node_modules/zod/v4/locales/fi.d.cts +0 -5
  3496. package/node_modules/zod/v4/locales/fi.d.ts +0 -4
  3497. package/node_modules/zod/v4/locales/fi.js +0 -115
  3498. package/node_modules/zod/v4/locales/fr-CA.cjs +0 -137
  3499. package/node_modules/zod/v4/locales/fr-CA.d.cts +0 -5
  3500. package/node_modules/zod/v4/locales/fr-CA.d.ts +0 -4
  3501. package/node_modules/zod/v4/locales/fr-CA.js +0 -110
  3502. package/node_modules/zod/v4/locales/fr.cjs +0 -154
  3503. package/node_modules/zod/v4/locales/fr.d.cts +0 -5
  3504. package/node_modules/zod/v4/locales/fr.d.ts +0 -4
  3505. package/node_modules/zod/v4/locales/fr.js +0 -127
  3506. package/node_modules/zod/v4/locales/gu.cjs +0 -138
  3507. package/node_modules/zod/v4/locales/gu.d.cts +0 -5
  3508. package/node_modules/zod/v4/locales/gu.d.ts +0 -4
  3509. package/node_modules/zod/v4/locales/gu.js +0 -111
  3510. package/node_modules/zod/v4/locales/he.cjs +0 -246
  3511. package/node_modules/zod/v4/locales/he.d.cts +0 -5
  3512. package/node_modules/zod/v4/locales/he.d.ts +0 -4
  3513. package/node_modules/zod/v4/locales/he.js +0 -219
  3514. package/node_modules/zod/v4/locales/hi.cjs +0 -136
  3515. package/node_modules/zod/v4/locales/hi.d.cts +0 -5
  3516. package/node_modules/zod/v4/locales/hi.d.ts +0 -4
  3517. package/node_modules/zod/v4/locales/hi.js +0 -109
  3518. package/node_modules/zod/v4/locales/hr.cjs +0 -151
  3519. package/node_modules/zod/v4/locales/hr.d.cts +0 -5
  3520. package/node_modules/zod/v4/locales/hr.d.ts +0 -4
  3521. package/node_modules/zod/v4/locales/hr.js +0 -124
  3522. package/node_modules/zod/v4/locales/hu.cjs +0 -138
  3523. package/node_modules/zod/v4/locales/hu.d.cts +0 -5
  3524. package/node_modules/zod/v4/locales/hu.d.ts +0 -4
  3525. package/node_modules/zod/v4/locales/hu.js +0 -111
  3526. package/node_modules/zod/v4/locales/hy.cjs +0 -183
  3527. package/node_modules/zod/v4/locales/hy.d.cts +0 -5
  3528. package/node_modules/zod/v4/locales/hy.d.ts +0 -4
  3529. package/node_modules/zod/v4/locales/hy.js +0 -156
  3530. package/node_modules/zod/v4/locales/id.cjs +0 -136
  3531. package/node_modules/zod/v4/locales/id.d.cts +0 -5
  3532. package/node_modules/zod/v4/locales/id.d.ts +0 -4
  3533. package/node_modules/zod/v4/locales/id.js +0 -109
  3534. package/node_modules/zod/v4/locales/index.cjs +0 -131
  3535. package/node_modules/zod/v4/locales/index.d.cts +0 -62
  3536. package/node_modules/zod/v4/locales/index.d.ts +0 -62
  3537. package/node_modules/zod/v4/locales/index.js +0 -62
  3538. package/node_modules/zod/v4/locales/is.cjs +0 -139
  3539. package/node_modules/zod/v4/locales/is.d.cts +0 -5
  3540. package/node_modules/zod/v4/locales/is.d.ts +0 -4
  3541. package/node_modules/zod/v4/locales/is.js +0 -112
  3542. package/node_modules/zod/v4/locales/it.cjs +0 -138
  3543. package/node_modules/zod/v4/locales/it.d.cts +0 -5
  3544. package/node_modules/zod/v4/locales/it.d.ts +0 -4
  3545. package/node_modules/zod/v4/locales/it.js +0 -111
  3546. package/node_modules/zod/v4/locales/ja.cjs +0 -137
  3547. package/node_modules/zod/v4/locales/ja.d.cts +0 -5
  3548. package/node_modules/zod/v4/locales/ja.d.ts +0 -4
  3549. package/node_modules/zod/v4/locales/ja.js +0 -110
  3550. package/node_modules/zod/v4/locales/ka.cjs +0 -142
  3551. package/node_modules/zod/v4/locales/ka.d.cts +0 -5
  3552. package/node_modules/zod/v4/locales/ka.d.ts +0 -4
  3553. package/node_modules/zod/v4/locales/ka.js +0 -115
  3554. package/node_modules/zod/v4/locales/kh.cjs +0 -12
  3555. package/node_modules/zod/v4/locales/kh.d.cts +0 -5
  3556. package/node_modules/zod/v4/locales/kh.d.ts +0 -5
  3557. package/node_modules/zod/v4/locales/kh.js +0 -5
  3558. package/node_modules/zod/v4/locales/km.cjs +0 -140
  3559. package/node_modules/zod/v4/locales/km.d.cts +0 -5
  3560. package/node_modules/zod/v4/locales/km.d.ts +0 -4
  3561. package/node_modules/zod/v4/locales/km.js +0 -113
  3562. package/node_modules/zod/v4/locales/kn.cjs +0 -141
  3563. package/node_modules/zod/v4/locales/kn.d.cts +0 -5
  3564. package/node_modules/zod/v4/locales/kn.d.ts +0 -4
  3565. package/node_modules/zod/v4/locales/kn.js +0 -114
  3566. package/node_modules/zod/v4/locales/ko.cjs +0 -141
  3567. package/node_modules/zod/v4/locales/ko.d.cts +0 -5
  3568. package/node_modules/zod/v4/locales/ko.d.ts +0 -4
  3569. package/node_modules/zod/v4/locales/ko.js +0 -114
  3570. package/node_modules/zod/v4/locales/lt.cjs +0 -232
  3571. package/node_modules/zod/v4/locales/lt.d.cts +0 -5
  3572. package/node_modules/zod/v4/locales/lt.d.ts +0 -4
  3573. package/node_modules/zod/v4/locales/lt.js +0 -205
  3574. package/node_modules/zod/v4/locales/mk.cjs +0 -139
  3575. package/node_modules/zod/v4/locales/mk.d.cts +0 -5
  3576. package/node_modules/zod/v4/locales/mk.d.ts +0 -4
  3577. package/node_modules/zod/v4/locales/mk.js +0 -112
  3578. package/node_modules/zod/v4/locales/ms.cjs +0 -137
  3579. package/node_modules/zod/v4/locales/ms.d.cts +0 -5
  3580. package/node_modules/zod/v4/locales/ms.d.ts +0 -4
  3581. package/node_modules/zod/v4/locales/ms.js +0 -110
  3582. package/node_modules/zod/v4/locales/ne.cjs +0 -136
  3583. package/node_modules/zod/v4/locales/ne.d.cts +0 -5
  3584. package/node_modules/zod/v4/locales/ne.d.ts +0 -4
  3585. package/node_modules/zod/v4/locales/ne.js +0 -109
  3586. package/node_modules/zod/v4/locales/nl.cjs +0 -140
  3587. package/node_modules/zod/v4/locales/nl.d.cts +0 -5
  3588. package/node_modules/zod/v4/locales/nl.d.ts +0 -4
  3589. package/node_modules/zod/v4/locales/nl.js +0 -113
  3590. package/node_modules/zod/v4/locales/nn.cjs +0 -138
  3591. package/node_modules/zod/v4/locales/nn.d.cts +0 -5
  3592. package/node_modules/zod/v4/locales/nn.d.ts +0 -4
  3593. package/node_modules/zod/v4/locales/nn.js +0 -111
  3594. package/node_modules/zod/v4/locales/no.cjs +0 -138
  3595. package/node_modules/zod/v4/locales/no.d.cts +0 -5
  3596. package/node_modules/zod/v4/locales/no.d.ts +0 -4
  3597. package/node_modules/zod/v4/locales/no.js +0 -111
  3598. package/node_modules/zod/v4/locales/ota.cjs +0 -139
  3599. package/node_modules/zod/v4/locales/ota.d.cts +0 -5
  3600. package/node_modules/zod/v4/locales/ota.d.ts +0 -4
  3601. package/node_modules/zod/v4/locales/ota.js +0 -112
  3602. package/node_modules/zod/v4/locales/package.json +0 -7
  3603. package/node_modules/zod/v4/locales/pl.cjs +0 -139
  3604. package/node_modules/zod/v4/locales/pl.d.cts +0 -5
  3605. package/node_modules/zod/v4/locales/pl.d.ts +0 -4
  3606. package/node_modules/zod/v4/locales/pl.js +0 -112
  3607. package/node_modules/zod/v4/locales/ps.cjs +0 -144
  3608. package/node_modules/zod/v4/locales/ps.d.cts +0 -5
  3609. package/node_modules/zod/v4/locales/ps.d.ts +0 -4
  3610. package/node_modules/zod/v4/locales/ps.js +0 -117
  3611. package/node_modules/zod/v4/locales/pt-BR.cjs +0 -168
  3612. package/node_modules/zod/v4/locales/pt-BR.d.cts +0 -5
  3613. package/node_modules/zod/v4/locales/pt-BR.d.ts +0 -4
  3614. package/node_modules/zod/v4/locales/pt-BR.js +0 -141
  3615. package/node_modules/zod/v4/locales/pt.cjs +0 -167
  3616. package/node_modules/zod/v4/locales/pt.d.cts +0 -5
  3617. package/node_modules/zod/v4/locales/pt.d.ts +0 -4
  3618. package/node_modules/zod/v4/locales/pt.js +0 -140
  3619. package/node_modules/zod/v4/locales/ro.cjs +0 -147
  3620. package/node_modules/zod/v4/locales/ro.d.cts +0 -5
  3621. package/node_modules/zod/v4/locales/ro.d.ts +0 -4
  3622. package/node_modules/zod/v4/locales/ro.js +0 -120
  3623. package/node_modules/zod/v4/locales/ru.cjs +0 -193
  3624. package/node_modules/zod/v4/locales/ru.d.cts +0 -5
  3625. package/node_modules/zod/v4/locales/ru.d.ts +0 -4
  3626. package/node_modules/zod/v4/locales/ru.js +0 -166
  3627. package/node_modules/zod/v4/locales/sk.cjs +0 -141
  3628. package/node_modules/zod/v4/locales/sk.d.cts +0 -5
  3629. package/node_modules/zod/v4/locales/sk.d.ts +0 -4
  3630. package/node_modules/zod/v4/locales/sk.js +0 -114
  3631. package/node_modules/zod/v4/locales/sl.cjs +0 -139
  3632. package/node_modules/zod/v4/locales/sl.d.cts +0 -5
  3633. package/node_modules/zod/v4/locales/sl.d.ts +0 -4
  3634. package/node_modules/zod/v4/locales/sl.js +0 -112
  3635. package/node_modules/zod/v4/locales/sv.cjs +0 -140
  3636. package/node_modules/zod/v4/locales/sv.d.cts +0 -5
  3637. package/node_modules/zod/v4/locales/sv.d.ts +0 -4
  3638. package/node_modules/zod/v4/locales/sv.js +0 -113
  3639. package/node_modules/zod/v4/locales/ta.cjs +0 -140
  3640. package/node_modules/zod/v4/locales/ta.d.cts +0 -5
  3641. package/node_modules/zod/v4/locales/ta.d.ts +0 -4
  3642. package/node_modules/zod/v4/locales/ta.js +0 -113
  3643. package/node_modules/zod/v4/locales/th.cjs +0 -140
  3644. package/node_modules/zod/v4/locales/th.d.cts +0 -5
  3645. package/node_modules/zod/v4/locales/th.d.ts +0 -4
  3646. package/node_modules/zod/v4/locales/th.js +0 -113
  3647. package/node_modules/zod/v4/locales/tk.cjs +0 -132
  3648. package/node_modules/zod/v4/locales/tk.d.cts +0 -5
  3649. package/node_modules/zod/v4/locales/tk.d.ts +0 -4
  3650. package/node_modules/zod/v4/locales/tk.js +0 -105
  3651. package/node_modules/zod/v4/locales/tr.cjs +0 -135
  3652. package/node_modules/zod/v4/locales/tr.d.cts +0 -5
  3653. package/node_modules/zod/v4/locales/tr.d.ts +0 -4
  3654. package/node_modules/zod/v4/locales/tr.js +0 -108
  3655. package/node_modules/zod/v4/locales/ua.cjs +0 -12
  3656. package/node_modules/zod/v4/locales/ua.d.cts +0 -5
  3657. package/node_modules/zod/v4/locales/ua.d.ts +0 -5
  3658. package/node_modules/zod/v4/locales/ua.js +0 -5
  3659. package/node_modules/zod/v4/locales/uk.cjs +0 -138
  3660. package/node_modules/zod/v4/locales/uk.d.cts +0 -5
  3661. package/node_modules/zod/v4/locales/uk.d.ts +0 -4
  3662. package/node_modules/zod/v4/locales/uk.js +0 -111
  3663. package/node_modules/zod/v4/locales/ur.cjs +0 -140
  3664. package/node_modules/zod/v4/locales/ur.d.cts +0 -5
  3665. package/node_modules/zod/v4/locales/ur.d.ts +0 -4
  3666. package/node_modules/zod/v4/locales/ur.js +0 -113
  3667. package/node_modules/zod/v4/locales/uz.cjs +0 -138
  3668. package/node_modules/zod/v4/locales/uz.d.cts +0 -5
  3669. package/node_modules/zod/v4/locales/uz.d.ts +0 -4
  3670. package/node_modules/zod/v4/locales/uz.js +0 -111
  3671. package/node_modules/zod/v4/locales/vi.cjs +0 -138
  3672. package/node_modules/zod/v4/locales/vi.d.cts +0 -5
  3673. package/node_modules/zod/v4/locales/vi.d.ts +0 -4
  3674. package/node_modules/zod/v4/locales/vi.js +0 -111
  3675. package/node_modules/zod/v4/locales/yo.cjs +0 -137
  3676. package/node_modules/zod/v4/locales/yo.d.cts +0 -5
  3677. package/node_modules/zod/v4/locales/yo.d.ts +0 -4
  3678. package/node_modules/zod/v4/locales/yo.js +0 -110
  3679. package/node_modules/zod/v4/locales/zh-CN.cjs +0 -139
  3680. package/node_modules/zod/v4/locales/zh-CN.d.cts +0 -5
  3681. package/node_modules/zod/v4/locales/zh-CN.d.ts +0 -4
  3682. package/node_modules/zod/v4/locales/zh-CN.js +0 -112
  3683. package/node_modules/zod/v4/locales/zh-TW.cjs +0 -137
  3684. package/node_modules/zod/v4/locales/zh-TW.d.cts +0 -5
  3685. package/node_modules/zod/v4/locales/zh-TW.d.ts +0 -4
  3686. package/node_modules/zod/v4/locales/zh-TW.js +0 -110
  3687. package/node_modules/zod/v4/mini/checks.cjs +0 -35
  3688. package/node_modules/zod/v4/mini/checks.d.cts +0 -1
  3689. package/node_modules/zod/v4/mini/checks.d.ts +0 -1
  3690. package/node_modules/zod/v4/mini/checks.js +0 -1
  3691. package/node_modules/zod/v4/mini/coerce.cjs +0 -52
  3692. package/node_modules/zod/v4/mini/coerce.d.cts +0 -7
  3693. package/node_modules/zod/v4/mini/coerce.d.ts +0 -7
  3694. package/node_modules/zod/v4/mini/coerce.js +0 -22
  3695. package/node_modules/zod/v4/mini/deep-partial.cjs +0 -39
  3696. package/node_modules/zod/v4/mini/deep-partial.d.cts +0 -14
  3697. package/node_modules/zod/v4/mini/deep-partial.d.ts +0 -14
  3698. package/node_modules/zod/v4/mini/deep-partial.js +0 -13
  3699. package/node_modules/zod/v4/mini/external.cjs +0 -74
  3700. package/node_modules/zod/v4/mini/external.d.cts +0 -16
  3701. package/node_modules/zod/v4/mini/external.d.ts +0 -16
  3702. package/node_modules/zod/v4/mini/external.js +0 -16
  3703. package/node_modules/zod/v4/mini/in-out.cjs +0 -63
  3704. package/node_modules/zod/v4/mini/in-out.d.cts +0 -8
  3705. package/node_modules/zod/v4/mini/in-out.d.ts +0 -8
  3706. package/node_modules/zod/v4/mini/in-out.js +0 -36
  3707. package/node_modules/zod/v4/mini/index.cjs +0 -32
  3708. package/node_modules/zod/v4/mini/index.d.cts +0 -3
  3709. package/node_modules/zod/v4/mini/index.d.ts +0 -3
  3710. package/node_modules/zod/v4/mini/index.js +0 -3
  3711. package/node_modules/zod/v4/mini/iso.cjs +0 -64
  3712. package/node_modules/zod/v4/mini/iso.d.cts +0 -22
  3713. package/node_modules/zod/v4/mini/iso.d.ts +0 -22
  3714. package/node_modules/zod/v4/mini/iso.js +0 -34
  3715. package/node_modules/zod/v4/mini/package.json +0 -7
  3716. package/node_modules/zod/v4/mini/parse.cjs +0 -18
  3717. package/node_modules/zod/v4/mini/parse.d.cts +0 -1
  3718. package/node_modules/zod/v4/mini/parse.d.ts +0 -1
  3719. package/node_modules/zod/v4/mini/parse.js +0 -1
  3720. package/node_modules/zod/v4/mini/schemas.cjs +0 -1111
  3721. package/node_modules/zod/v4/mini/schemas.d.cts +0 -475
  3722. package/node_modules/zod/v4/mini/schemas.d.ts +0 -475
  3723. package/node_modules/zod/v4/mini/schemas.js +0 -987
  3724. package/node_modules/zod/v4/package.json +0 -7
  3725. package/node_modules/zod/v4-mini/index.cjs +0 -32
  3726. package/node_modules/zod/v4-mini/index.d.cts +0 -3
  3727. package/node_modules/zod/v4-mini/index.d.ts +0 -3
  3728. package/node_modules/zod/v4-mini/index.js +0 -3
  3729. package/node_modules/zod/v4-mini/package.json +0 -7
  3730. package/node_modules/zod-to-json-schema/.github/CR_logotype-full-color.png +0 -0
  3731. package/node_modules/zod-to-json-schema/.github/FUNDING.yml +0 -1
  3732. package/node_modules/zod-to-json-schema/.prettierrc.json +0 -1
  3733. package/node_modules/zod-to-json-schema/LICENSE +0 -15
  3734. package/node_modules/zod-to-json-schema/README.md +0 -390
  3735. package/node_modules/zod-to-json-schema/changelog.md +0 -83
  3736. package/node_modules/zod-to-json-schema/contributing.md +0 -9
  3737. package/node_modules/zod-to-json-schema/createIndex.ts +0 -32
  3738. package/node_modules/zod-to-json-schema/dist/cjs/Options.js +0 -51
  3739. package/node_modules/zod-to-json-schema/dist/cjs/Refs.js +0 -26
  3740. package/node_modules/zod-to-json-schema/dist/cjs/errorMessages.js +0 -19
  3741. package/node_modules/zod-to-json-schema/dist/cjs/getRelativePath.js +0 -12
  3742. package/node_modules/zod-to-json-schema/dist/cjs/index.js +0 -56
  3743. package/node_modules/zod-to-json-schema/dist/cjs/package.json +0 -1
  3744. package/node_modules/zod-to-json-schema/dist/cjs/parseDef.js +0 -66
  3745. package/node_modules/zod-to-json-schema/dist/cjs/parseTypes.js +0 -2
  3746. package/node_modules/zod-to-json-schema/dist/cjs/parsers/any.js +0 -21
  3747. package/node_modules/zod-to-json-schema/dist/cjs/parsers/array.js +0 -30
  3748. package/node_modules/zod-to-json-schema/dist/cjs/parsers/bigint.js +0 -53
  3749. package/node_modules/zod-to-json-schema/dist/cjs/parsers/boolean.js +0 -9
  3750. package/node_modules/zod-to-json-schema/dist/cjs/parsers/branded.js +0 -8
  3751. package/node_modules/zod-to-json-schema/dist/cjs/parsers/catch.js +0 -8
  3752. package/node_modules/zod-to-json-schema/dist/cjs/parsers/date.js +0 -50
  3753. package/node_modules/zod-to-json-schema/dist/cjs/parsers/default.js +0 -11
  3754. package/node_modules/zod-to-json-schema/dist/cjs/parsers/effects.js +0 -11
  3755. package/node_modules/zod-to-json-schema/dist/cjs/parsers/enum.js +0 -10
  3756. package/node_modules/zod-to-json-schema/dist/cjs/parsers/intersection.js +0 -56
  3757. package/node_modules/zod-to-json-schema/dist/cjs/parsers/literal.js +0 -25
  3758. package/node_modules/zod-to-json-schema/dist/cjs/parsers/map.js +0 -30
  3759. package/node_modules/zod-to-json-schema/dist/cjs/parsers/nativeEnum.js +0 -20
  3760. package/node_modules/zod-to-json-schema/dist/cjs/parsers/never.js +0 -15
  3761. package/node_modules/zod-to-json-schema/dist/cjs/parsers/null.js +0 -14
  3762. package/node_modules/zod-to-json-schema/dist/cjs/parsers/nullable.js +0 -37
  3763. package/node_modules/zod-to-json-schema/dist/cjs/parsers/number.js +0 -56
  3764. package/node_modules/zod-to-json-schema/dist/cjs/parsers/object.js +0 -76
  3765. package/node_modules/zod-to-json-schema/dist/cjs/parsers/optional.js +0 -25
  3766. package/node_modules/zod-to-json-schema/dist/cjs/parsers/pipeline.js +0 -24
  3767. package/node_modules/zod-to-json-schema/dist/cjs/parsers/promise.js +0 -8
  3768. package/node_modules/zod-to-json-schema/dist/cjs/parsers/readonly.js +0 -8
  3769. package/node_modules/zod-to-json-schema/dist/cjs/parsers/record.js +0 -65
  3770. package/node_modules/zod-to-json-schema/dist/cjs/parsers/set.js +0 -24
  3771. package/node_modules/zod-to-json-schema/dist/cjs/parsers/string.js +0 -356
  3772. package/node_modules/zod-to-json-schema/dist/cjs/parsers/tuple.js +0 -36
  3773. package/node_modules/zod-to-json-schema/dist/cjs/parsers/undefined.js +0 -10
  3774. package/node_modules/zod-to-json-schema/dist/cjs/parsers/union.js +0 -84
  3775. package/node_modules/zod-to-json-schema/dist/cjs/parsers/unknown.js +0 -8
  3776. package/node_modules/zod-to-json-schema/dist/cjs/selectParser.js +0 -109
  3777. package/node_modules/zod-to-json-schema/dist/cjs/zodToJsonSchema.js +0 -90
  3778. package/node_modules/zod-to-json-schema/dist/esm/Options.js +0 -46
  3779. package/node_modules/zod-to-json-schema/dist/esm/Refs.js +0 -22
  3780. package/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +0 -14
  3781. package/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +0 -8
  3782. package/node_modules/zod-to-json-schema/dist/esm/index.js +0 -40
  3783. package/node_modules/zod-to-json-schema/dist/esm/package.json +0 -1
  3784. package/node_modules/zod-to-json-schema/dist/esm/parseDef.js +0 -62
  3785. package/node_modules/zod-to-json-schema/dist/esm/parseTypes.js +0 -1
  3786. package/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +0 -17
  3787. package/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +0 -26
  3788. package/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +0 -49
  3789. package/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +0 -5
  3790. package/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +0 -4
  3791. package/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +0 -4
  3792. package/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +0 -46
  3793. package/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +0 -7
  3794. package/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +0 -7
  3795. package/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +0 -6
  3796. package/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +0 -52
  3797. package/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +0 -21
  3798. package/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +0 -26
  3799. package/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +0 -16
  3800. package/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +0 -11
  3801. package/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +0 -10
  3802. package/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +0 -33
  3803. package/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +0 -52
  3804. package/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +0 -72
  3805. package/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +0 -21
  3806. package/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +0 -20
  3807. package/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +0 -4
  3808. package/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +0 -4
  3809. package/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +0 -61
  3810. package/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +0 -20
  3811. package/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +0 -352
  3812. package/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +0 -32
  3813. package/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +0 -6
  3814. package/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +0 -80
  3815. package/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +0 -4
  3816. package/node_modules/zod-to-json-schema/dist/esm/selectParser.js +0 -105
  3817. package/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +0 -87
  3818. package/node_modules/zod-to-json-schema/dist/types/Options.d.ts +0 -37
  3819. package/node_modules/zod-to-json-schema/dist/types/Refs.d.ts +0 -17
  3820. package/node_modules/zod-to-json-schema/dist/types/errorMessages.d.ts +0 -15
  3821. package/node_modules/zod-to-json-schema/dist/types/getRelativePath.d.ts +0 -1
  3822. package/node_modules/zod-to-json-schema/dist/types/index.d.ts +0 -40
  3823. package/node_modules/zod-to-json-schema/dist/types/parseDef.d.ts +0 -4
  3824. package/node_modules/zod-to-json-schema/dist/types/parseTypes.d.ts +0 -34
  3825. package/node_modules/zod-to-json-schema/dist/types/parsers/any.d.ts +0 -5
  3826. package/node_modules/zod-to-json-schema/dist/types/parsers/array.d.ts +0 -12
  3827. package/node_modules/zod-to-json-schema/dist/types/parsers/bigint.d.ts +0 -14
  3828. package/node_modules/zod-to-json-schema/dist/types/parsers/boolean.d.ts +0 -4
  3829. package/node_modules/zod-to-json-schema/dist/types/parsers/branded.d.ts +0 -3
  3830. package/node_modules/zod-to-json-schema/dist/types/parsers/catch.d.ts +0 -3
  3831. package/node_modules/zod-to-json-schema/dist/types/parsers/date.d.ts +0 -15
  3832. package/node_modules/zod-to-json-schema/dist/types/parsers/default.d.ts +0 -6
  3833. package/node_modules/zod-to-json-schema/dist/types/parsers/effects.d.ts +0 -4
  3834. package/node_modules/zod-to-json-schema/dist/types/parsers/enum.d.ts +0 -6
  3835. package/node_modules/zod-to-json-schema/dist/types/parsers/intersection.d.ts +0 -8
  3836. package/node_modules/zod-to-json-schema/dist/types/parsers/literal.d.ts +0 -9
  3837. package/node_modules/zod-to-json-schema/dist/types/parsers/map.d.ts +0 -15
  3838. package/node_modules/zod-to-json-schema/dist/types/parsers/nativeEnum.d.ts +0 -6
  3839. package/node_modules/zod-to-json-schema/dist/types/parsers/never.d.ts +0 -6
  3840. package/node_modules/zod-to-json-schema/dist/types/parsers/null.d.ts +0 -5
  3841. package/node_modules/zod-to-json-schema/dist/types/parsers/nullable.d.ts +0 -10
  3842. package/node_modules/zod-to-json-schema/dist/types/parsers/number.d.ts +0 -13
  3843. package/node_modules/zod-to-json-schema/dist/types/parsers/object.d.ts +0 -10
  3844. package/node_modules/zod-to-json-schema/dist/types/parsers/optional.d.ts +0 -4
  3845. package/node_modules/zod-to-json-schema/dist/types/parsers/pipeline.d.ts +0 -5
  3846. package/node_modules/zod-to-json-schema/dist/types/parsers/promise.d.ts +0 -4
  3847. package/node_modules/zod-to-json-schema/dist/types/parsers/readonly.d.ts +0 -3
  3848. package/node_modules/zod-to-json-schema/dist/types/parsers/record.d.ts +0 -13
  3849. package/node_modules/zod-to-json-schema/dist/types/parsers/set.d.ts +0 -13
  3850. package/node_modules/zod-to-json-schema/dist/types/parsers/string.d.ts +0 -73
  3851. package/node_modules/zod-to-json-schema/dist/types/parsers/tuple.d.ts +0 -13
  3852. package/node_modules/zod-to-json-schema/dist/types/parsers/undefined.d.ts +0 -6
  3853. package/node_modules/zod-to-json-schema/dist/types/parsers/union.d.ts +0 -23
  3854. package/node_modules/zod-to-json-schema/dist/types/parsers/unknown.d.ts +0 -4
  3855. package/node_modules/zod-to-json-schema/dist/types/selectParser.d.ts +0 -5
  3856. package/node_modules/zod-to-json-schema/dist/types/zodToJsonSchema.d.ts +0 -10
  3857. package/node_modules/zod-to-json-schema/package.json +0 -85
  3858. package/node_modules/zod-to-json-schema/postcjs.ts +0 -3
  3859. package/node_modules/zod-to-json-schema/postesm.ts +0 -3
  3860. /package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/advanced-tools.ts +0 -0
  3861. /package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/client.ts +0 -0
  3862. /package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/config.ts +0 -0
  3863. /package/{node_modules/pi-ai4scholar/src → src/ai4scholar}/index.ts +0 -0
@@ -1,2188 +0,0 @@
1
- import type * as checks from "./checks.js";
2
- import type * as core from "./core.js";
3
- import { $ZodAsyncError } from "./core.js";
4
- import { Doc } from "./doc.js";
5
- import { isBackEdge, isRecursiveSchema } from "./memoizer.js";
6
- import * as regexes from "./regexes.js";
7
- import {
8
- isValidBase64,
9
- isValidBase64URL,
10
- isValidCIDRv6,
11
- isValidCreditCard,
12
- isValidIPv6,
13
- isValidJWT,
14
- mergeValues,
15
- parseURLObject,
16
- stripTabAndNewline,
17
- urlHostnameOk,
18
- urlProtocolOk,
19
- } from "./schemas.js";
20
- import type { ParseContextInternal, ParsePayload, SomeType } from "./schemas.js";
21
- import * as util from "./util.js";
22
-
23
- /** Sentinel value returned by the compiled fast path when validation fails. Internal. */
24
- export const INVALID: unique symbol = Symbol.for("zod.compile.invalid");
25
- export type INVALID = typeof INVALID;
26
-
27
- // Set on the parse ctx when a compiled wrapper falls back to the runtime, so nested compiled wrappers skip their fast paths for the rest of that parse.
28
- const FALLBACK_FLAG: unique symbol = Symbol.for("zod.compile.fallback");
29
-
30
- interface CompileFnOptions {
31
- debug?: boolean | undefined;
32
- /** Emit a validator instead of a parser: skip building the output value where nothing reads it. */
33
- assertOnly?: boolean | undefined;
34
- }
35
-
36
- type CompiledFn<T> = ((input: unknown) => T | INVALID) & { code?: string | undefined };
37
-
38
- /** Raised when the schema contains async refinements or transforms. Surfaces only under `compile(schema, { strict: true })`. */
39
- export class ZodCompileAsyncError extends Error {
40
- constructor(message = "z.compile does not support async refinements, transforms, or checks") {
41
- super(message);
42
- this.name = "ZodCompileAsyncError";
43
- }
44
- }
45
-
46
- /**
47
- * Raised when the schema contains a feature whose semantics the fast path
48
- * can't fully model. Both the shim in `zod/compile` and the default
49
- * `compile()` fall back to the runtime parser for that schema; only
50
- * `compile(schema, { strict: true })` lets it surface.
51
- */
52
- export class ZodCompileUnsupportedError extends Error {
53
- /** Whether a container may absorb this refusal by running the child through the runtime (see `compileChild`). False when running only that node on the runtime is not equivalent to running the whole parse there — a runtime island gets no parse context, so a node that *consumes* issues rather than propagating them would finalize them against the wrong error map and still succeed. */
54
- readonly islandable: boolean;
55
-
56
- constructor(feature: string, islandable = true) {
57
- super(`z.compile does not support ${feature}; this schema must use the runtime parser`);
58
- this.name = "ZodCompileUnsupportedError";
59
- this.islandable = islandable;
60
- }
61
- }
62
-
63
- interface CompileContext {
64
- constants: Map<string, unknown>;
65
- constantCounter: number;
66
- varCounter: number;
67
- }
68
-
69
- // Union of all check types we support in AOT compilation
70
- type SupportedCheck =
71
- | checks.$ZodCheckLessThan
72
- | checks.$ZodCheckGreaterThan
73
- | checks.$ZodCheckMultipleOf
74
- | checks.$ZodCheckNumberFormat
75
- | checks.$ZodCheckBigIntFormat
76
- | checks.$ZodCheckMaxSize
77
- | checks.$ZodCheckMinSize
78
- | checks.$ZodCheckSizeEquals
79
- | checks.$ZodCheckMaxLength
80
- | checks.$ZodCheckMinLength
81
- | checks.$ZodCheckLengthEquals
82
- | checks.$ZodCheckStringFormat
83
- | checks.$ZodCheckProperty
84
- | checks.$ZodCheckMimeType
85
- | checks.$ZodCheckOverwrite
86
- | { _zod: { def: { check: "custom"; fn?: (value: unknown) => boolean }; check?: (payload: unknown) => unknown } };
87
-
88
- /**
89
- * Build the validator `validate` calls: the same codegen as the parser with the output construction
90
- * dropped. A schema the flag cannot express reuses the parser, which still answers correctly — it
91
- * just builds a value nothing reads.
92
- */
93
- function compileValidator(schema: SomeType, parser: (input: unknown) => unknown): (input: unknown) => unknown {
94
- try {
95
- return compileFn(schema, { assertOnly: true }) as (input: unknown) => unknown;
96
- } catch {
97
- return parser;
98
- }
99
- }
100
-
101
- export interface CompileOptions {
102
- /** Throw the refusal instead of returning the schema uncompiled. */
103
- strict?: boolean | undefined;
104
- }
105
-
106
- /**
107
- * AOT-compile a Zod schema. Returns a clone whose `_zod.run` calls a generated
108
- * fast path first and falls back to the original runtime parser on failure.
109
- *
110
- * - Forward direction only. Backward (encode), async, and `skipChecks` paths
111
- * bypass the fast path and use the runtime directly.
112
- * - Never throws. A schema the fast path can't model is returned unchanged and
113
- * keeps using the runtime parser. Pass `{ strict: true }` to get the refusal
114
- * as a thrown `ZodCompileUnsupportedError` / `ZodCompileAsyncError` instead.
115
- * - The original schema is unchanged. The clone shares children by reference.
116
- */
117
- export function compile<T extends SomeType>(schema: T, options?: CompileOptions): T {
118
- try {
119
- const parser = compileFn(schema);
120
- const clone = util.clone(schema as any) as T;
121
-
122
- // Capture the source-of-truth runtime eagerly. If schema._zod.run is itself a shim installed by global-mode (`__originalRun` set), unwrap past it. Otherwise capturing the live property lazily would let a later self- replacement of schema._zod.run feed our wrapper back into itself.
123
- const liveRun = schema._zod.run as ((p: ParsePayload, c: ParseContextInternal) => any) & {
124
- __originalRun?: (p: ParsePayload, c: ParseContextInternal) => any;
125
- };
126
- const originalRun = liveRun.__originalRun ?? liveRun;
127
-
128
- // Delegate to the *original* schema's run on bypass/fallback (not the
129
- // clone's). The original closed over its own `inst` at construction time;
130
- // issue payloads use that reference to derive things like the class name
131
- // for `z.instanceof(Test)`. Calling the clone's freshly-initialized run
132
- // would push issues with `inst === clone`, producing diverging error
133
- // messages from the original schema.
134
- const wrapped = (payload: ParsePayload, ctx: ParseContextInternal): any => {
135
- if (
136
- ctx?.async ||
137
- ctx?.direction === "backward" ||
138
- ctx?.skipChecks ||
139
- (ctx as Record<symbol, unknown> | undefined)?.[FALLBACK_FLAG]
140
- ) {
141
- return originalRun(payload, ctx);
142
- }
143
-
144
- // A memoized back-edge: only the runtime can close a reference cycle, and a transform on one must raise $ZodCyclicError from its own parse.
145
- if (ctx && isBackEdge(ctx, payload.value)) {
146
- return originalRun(payload, ctx);
147
- }
148
-
149
- const out = parser(payload.value);
150
- if (out !== INVALID) {
151
- payload.value = out;
152
- return payload;
153
- }
154
- // Mark this parse as runtime-driven: under global mode every nested schema carries its own compiled wrapper, and without the flag the parent's runtime fallback re-enters each child's fast path, running user callbacks a third time on invalid input.
155
- if (ctx) (ctx as Record<symbol, unknown>)[FALLBACK_FLAG] = true;
156
- return originalRun(payload, ctx);
157
- };
158
- // Let later compiles of (or through) this run unwrap to the true runtime — both the global shim and repeated z.compile calls rely on this. The bag also carries the parser and the validator, so the standalone validate can skip the payload and wrapper on the happy path.
159
- (wrapped as { __originalRun?: typeof originalRun }).__originalRun = originalRun;
160
- clone._zod.bag.fallbackRun = originalRun;
161
- clone._zod.bag.validator = compileValidator(schema, parser as (input: unknown) => unknown);
162
- clone._zod.run = wrapped;
163
-
164
- // The fast parse/safeParse closures fall back through the source schema's methods. If the source is shim- or wrapper-managed, those methods route into a compiled run and would execute user callbacks a third time on invalid input — the plain method → wrapper path is exactly 2x, so skip.
165
- if (!liveRun.__originalRun) installCompiledUserMethods(clone, schema, parser);
166
-
167
- return clone;
168
- } catch (err) {
169
- if (options?.strict) throw err;
170
- // a schema we can't compile still has to work, so hand it back untouched on the runtime parser — the same silent fallback global mode already does
171
- return schema;
172
- }
173
- }
174
-
175
- function installCompiledUserMethods<T extends SomeType>(
176
- target: T,
177
- source: T,
178
- parser: CompiledFn<core.output<T>>
179
- ): void {
180
- const targetAny = target as any;
181
- const sourceAny = source as any;
182
-
183
- if (typeof sourceAny.safeParse === "function") {
184
- const originalSafeParse = sourceAny.safeParse;
185
- targetAny.safeParse = (data: unknown, params?: unknown) => {
186
- const out = parser(data);
187
- if (out !== INVALID) {
188
- return { success: true, data: out };
189
- }
190
- return originalSafeParse(data, params);
191
- };
192
- }
193
-
194
- if (typeof sourceAny.parse === "function") {
195
- const originalParse = sourceAny.parse;
196
- targetAny.parse = (data: unknown, params?: unknown) => {
197
- const out = parser(data);
198
- if (out !== INVALID) {
199
- return out;
200
- }
201
- return originalParse(data, params);
202
- };
203
- }
204
- }
205
-
206
- /**
207
- * Generate the standalone compiled function: a parser by default, a validator under
208
- * `assertOnly`. Returns either the parsed value, `true` where nothing reads the output,
209
- * or the `INVALID` sentinel. Internal — consumers should use `compile()`.
210
- */
211
- export function compileFn<T extends SomeType>(schema: T, options?: CompileFnOptions): CompiledFn<core.output<T>> {
212
- // Cycle-breaking is keyed on the parse context, which generated code never receives. `shape` can be a getter that throws (z.pick() with an unrecognized mask key), so treat "can't tell" as recursive.
213
- let recursive = true;
214
- try {
215
- recursive = isRecursiveSchema(schema as any);
216
- } catch {}
217
- if (recursive) {
218
- throw new ZodCompileUnsupportedError("a schema whose subtree contains a reference cycle");
219
- }
220
-
221
- const ctx: CompileContext = {
222
- constants: new Map(),
223
- constantCounter: 0,
224
- varCounter: 0,
225
- };
226
-
227
- const doc = new Doc(["input"]);
228
- const outputAccessor = generateCheck(doc, ctx, schema, "input", !options?.assertOnly);
229
- // In assert mode a root that built nothing has already returned INVALID on every failure, so reaching the end means valid.
230
- doc.write(outputAccessor === null ? `return true;` : `return ${outputAccessor};`);
231
-
232
- // Build the function with hoisted constants Always include INVALID as the first constant
233
- const constantNames = ["INVALID", ...ctx.constants.keys()];
234
- const constantValues = [INVALID, ...ctx.constants.values()];
235
-
236
- const code = doc.content.join("\n");
237
- const fullCode = options?.debug
238
- ? constantNames.length > 0
239
- ? `// Constants: ${constantNames.join(", ")}\n${code}`
240
- : code
241
- : "";
242
-
243
- const F = Function;
244
- const factoryCode = `return (input) => {\n${code}\n}`;
245
- let fn: CompiledFn<core.output<T>>;
246
- try {
247
- const factory = new F(...constantNames, factoryCode);
248
- fn = factory(...constantValues) as CompiledFn<core.output<T>>;
249
- } catch (err) {
250
- // Malformed generated code (or a CSP environment rejecting `new Function`) surfaces as a typed error so the global shim falls back to the runtime instead of crashing with a raw SyntaxError/EvalError.
251
- throw new ZodCompileUnsupportedError(`this schema (generated code failed to evaluate: ${(err as Error).message})`);
252
- }
253
- if (options?.debug) {
254
- fn.code = fullCode;
255
- }
256
- return fn;
257
- }
258
-
259
- function addConstant(ctx: CompileContext, value: unknown): string {
260
- // Check if we already have this constant
261
- for (const [name, v] of ctx.constants) {
262
- if (v === value) return name;
263
- }
264
- const name = `c${ctx.constantCounter++}`;
265
- ctx.constants.set(name, value);
266
- return name;
267
- }
268
-
269
- function newVar(ctx: CompileContext): string {
270
- return `v${ctx.varCounter++}`;
271
- }
272
-
273
- // Runs a child schema as a black box: its value, or INVALID for a failure or an async run.
274
- function runtimeRun(schema: SomeType, value: unknown): unknown {
275
- const result = (schema._zod.run as (p: ParsePayload, c: ParseContextInternal) => any)(
276
- { value, issues: [] },
277
- {} as ParseContextInternal
278
- );
279
- if (result && typeof (result as Promise<unknown>).then === "function") return INVALID;
280
- const r = result as { value: unknown; issues: unknown[] };
281
- return r.issues.length === 0 ? r.value : INVALID;
282
- }
283
-
284
- // Try to compile `schema` against `accessor`. If `generateCheck` throws
285
- // `ZodCompileUnsupportedError`, the doc + ctx state is rolled back and a
286
- // runtime island is emitted instead — the child schema is invoked through
287
- // `runtimeRun` at parse time and treated as a black box. Anything else thrown
288
- // propagates (e.g. `ZodCompileAsyncError`).
289
- function compileChild(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string;
290
- function compileChild(
291
- doc: Doc,
292
- ctx: CompileContext,
293
- schema: SomeType,
294
- accessor: string,
295
- needsValue: boolean
296
- ): string | null;
297
- // `null` means the node built no value because nothing reads it. The overloads keep that case out of the 20-odd callers that always want one, so only a caller passing needsValue has to handle it.
298
- function compileChild(
299
- doc: Doc,
300
- ctx: CompileContext,
301
- schema: SomeType,
302
- accessor: string,
303
- needsValue = true
304
- ): string | null {
305
- const contentLen = doc.content.length;
306
- const constantCount = ctx.constants.size;
307
- const constantCounter = ctx.constantCounter;
308
- const varCounter = ctx.varCounter;
309
- try {
310
- return generateCheck(doc, ctx, schema, accessor, needsValue);
311
- } catch (err) {
312
- if (!(err instanceof ZodCompileUnsupportedError) || !err.islandable) throw err;
313
- doc.content.length = contentLen;
314
- if (ctx.constants.size > constantCount) {
315
- const trailing = Array.from(ctx.constants.keys()).slice(constantCount);
316
- for (const k of trailing) ctx.constants.delete(k);
317
- }
318
- ctx.constantCounter = constantCounter;
319
- ctx.varCounter = varCounter;
320
- return emitRuntimeIsland(doc, ctx, schema, accessor);
321
- }
322
- }
323
-
324
- function emitRuntimeIsland(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
325
- const schemaConst = addConstant(ctx, schema);
326
- const runConst = addConstant(ctx, runtimeRun);
327
- const outVar = newVar(ctx);
328
- doc.write(`const ${outVar} = ${runConst}(${schemaConst}, ${accessor});`);
329
- doc.write(`if (${outVar} === INVALID) return INVALID;`);
330
- return outVar;
331
- }
332
-
333
- // Check classes whose `when` is auto-defaulted at init (checks.ts `when ??=`).
334
- const WHEN_DEFAULTED_CHECKS = new Set([
335
- "max_size",
336
- "min_size",
337
- "size_equals",
338
- "max_length",
339
- "min_length",
340
- "length_equals",
341
- ]);
342
-
343
- function generateChecks(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
344
- const schemaChecks = schema._zod.def.checks as SupportedCheck[] | undefined;
345
- if (!schemaChecks || schemaChecks.length === 0) return accessor;
346
-
347
- // Track current accessor - may change if overwrite checks are encountered
348
- let currentAccessor = accessor;
349
-
350
- for (const check of schemaChecks) {
351
- const def = check._zod.def;
352
- // A custom `when` skips a check the fast path always runs; the one auto-defaulted on size/length classes matches its bail-on-first-failure.
353
- if ((def as { when?: unknown }).when && !WHEN_DEFAULTED_CHECKS.has(def.check)) {
354
- throw new ZodCompileUnsupportedError(`check with a custom "when" condition`);
355
- }
356
- switch (def.check) {
357
- case "greater_than":
358
- generateGreaterThanCheck(doc, ctx, def, currentAccessor);
359
- break;
360
- case "less_than":
361
- generateLessThanCheck(doc, ctx, def, currentAccessor);
362
- break;
363
- case "multiple_of":
364
- generateMultipleOfCheck(doc, ctx, def, currentAccessor);
365
- break;
366
- case "number_format":
367
- generateNumberFormatCheck(doc, def, currentAccessor);
368
- break;
369
- case "min_length": {
370
- const min = numericOperand(def.minimum, "min_length");
371
- const len = codePointLengthVar(
372
- doc,
373
- ctx,
374
- currentAccessor,
375
- `${currentAccessor}.length >= ${min} && ${currentAccessor}.length < ${def.minimum * 2}`
376
- );
377
- doc.write(`if (${len} < ${min}) return INVALID;`);
378
- break;
379
- }
380
- case "max_length": {
381
- const max = numericOperand(def.maximum, "max_length");
382
- const len = codePointLengthVar(doc, ctx, currentAccessor, `${currentAccessor}.length > ${max}`);
383
- doc.write(`if (${len} > ${max}) return INVALID;`);
384
- break;
385
- }
386
- case "length_equals": {
387
- const exact = numericOperand(def.length, "length_equals");
388
- const len = codePointLengthVar(
389
- doc,
390
- ctx,
391
- currentAccessor,
392
- `${currentAccessor}.length >= ${exact} && ${currentAccessor}.length <= ${def.length * 2}`
393
- );
394
- doc.write(`if (${len} !== ${exact}) return INVALID;`);
395
- break;
396
- }
397
- case "min_size":
398
- doc.write(`if (${currentAccessor}.size < ${numericOperand(def.minimum, "min_size")}) return INVALID;`);
399
- break;
400
- case "max_size":
401
- doc.write(`if (${currentAccessor}.size > ${numericOperand(def.maximum, "max_size")}) return INVALID;`);
402
- break;
403
- case "size_equals":
404
- doc.write(`if (${currentAccessor}.size !== ${numericOperand(def.size, "size_equals")}) return INVALID;`);
405
- break;
406
- case "string_format":
407
- currentAccessor = generateStringFormatCheck(doc, ctx, def, currentAccessor);
408
- break;
409
- case "custom":
410
- currentAccessor = generateCustomRefineCheck(doc, ctx, check as CustomCheck, currentAccessor);
411
- break;
412
- case "bigint_format":
413
- generateBigIntFormatCheck(doc, def, currentAccessor);
414
- break;
415
- case "mime_type":
416
- generateMimeTypeCheck(doc, ctx, def, currentAccessor);
417
- break;
418
- case "property":
419
- generatePropertyCheck(doc, ctx, def, currentAccessor);
420
- break;
421
- case "overwrite": {
422
- // Overwrite transforms the value - create new variable for transformed result
423
- const newAccessor = newVar(ctx);
424
- generateOverwriteCheck(doc, ctx, check as checks.$ZodCheckOverwrite, currentAccessor, newAccessor);
425
- currentAccessor = newAccessor;
426
- break;
427
- }
428
- default: {
429
- void (def satisfies never);
430
- throw new ZodCompileUnsupportedError(`check type ${(def as { check: string }).check}`);
431
- }
432
- }
433
- }
434
-
435
- return currentAccessor;
436
- }
437
-
438
- // Emit the length operand for a length check, mirroring `$ZodCheckMinLength` and friends: strings measure in code points, everything else in `.length`. `inDoubt` is the caller's cheap UTF-16 bound test — outside it the unit count already settles the comparison, so the scan is skipped.
439
- function codePointLengthVar(doc: Doc, ctx: CompileContext, accessor: string, inDoubt: string): string {
440
- const cpLen = addConstant(ctx, util.codePointLength);
441
- const v = newVar(ctx);
442
- doc.write(`const ${v} = typeof ${accessor} === "string" && ${inDoubt} ? ${cpLen}(${accessor}) : ${accessor}.length;`);
443
- return v;
444
- }
445
-
446
- // Emit a source operand for a gt/lt bound. Numbers inline; Dates hoist as a constant (relational operators compare via valueOf). NaN and Invalid Date bounds can't compile to a comparison that matches runtime semantics.
447
- /**
448
- * A count bound reaches generated source verbatim, so a non-number would be
449
- * emitted as code rather than as a value — `min('0) {} evil(); if (0')` writes an
450
- * arbitrary statement into the function body. TypeScript types these as `number`
451
- * and fromJSONSchema guards them, so this is a backstop rather than a live hole,
452
- * but generated source is the one place a wrong type stops being a type error.
453
- */
454
- function numericOperand(value: unknown, label: string): string {
455
- if (typeof value !== "number" || !Number.isFinite(value)) {
456
- throw new ZodCompileUnsupportedError(`${label} bound of type ${typeof value}`);
457
- }
458
- return `${value}`;
459
- }
460
-
461
- function comparisonOperand(ctx: CompileContext, value: number | bigint | Date): string {
462
- if (typeof value === "bigint") return `${value}n`;
463
- if (typeof value === "number") {
464
- if (Number.isNaN(value)) throw new ZodCompileUnsupportedError("comparison check with NaN bound");
465
- return `${value}`;
466
- }
467
- if (value instanceof Date) {
468
- if (Number.isNaN(value.getTime())) {
469
- throw new ZodCompileUnsupportedError("comparison check with Invalid Date bound");
470
- }
471
- return addConstant(ctx, value);
472
- }
473
- throw new ZodCompileUnsupportedError(`comparison check bound of type ${typeof value}`);
474
- }
475
-
476
- function generateGreaterThanCheck(
477
- doc: Doc,
478
- ctx: CompileContext,
479
- def: checks.$ZodCheckGreaterThanDef,
480
- accessor: string
481
- ): void {
482
- const op = def.inclusive ? "<" : "<=";
483
- doc.write(`if (${accessor} ${op} ${comparisonOperand(ctx, def.value)}) return INVALID;`);
484
- }
485
-
486
- function generateLessThanCheck(
487
- doc: Doc,
488
- ctx: CompileContext,
489
- def: checks.$ZodCheckLessThanDef,
490
- accessor: string
491
- ): void {
492
- const op = def.inclusive ? ">" : ">=";
493
- doc.write(`if (${accessor} ${op} ${comparisonOperand(ctx, def.value)}) return INVALID;`);
494
- }
495
-
496
- function generateMultipleOfCheck(
497
- doc: Doc,
498
- ctx: CompileContext,
499
- def: checks.$ZodCheckMultipleOfDef,
500
- accessor: string
501
- ): void {
502
- if (typeof def.value === "bigint") {
503
- // a zero divisor has no compiled form: `x % 0n` throws
504
- if (def.value === BigInt(0)) throw new ZodCompileUnsupportedError("multiple_of check with a zero divisor");
505
- doc.write(`if (${accessor} % ${def.value}n !== 0n) return INVALID;`);
506
- } else {
507
- // Float `%` has well-known precision issues for sub-integer steps
508
- // (`1.5 % 0.1`, `2.5e-7 % 1e-7`). Defer to util.floatSafeRemainder so the
509
- // exact tolerance logic stays in one place — single function call is fine
510
- // since `multipleOf` runs at most once per number.
511
- const remainder = addConstant(ctx, util.floatSafeRemainder);
512
- doc.write(`if (${remainder}(${accessor}, ${numericOperand(def.value, "multiple_of")}) !== 0) return INVALID;`);
513
- }
514
- }
515
-
516
- function generateNumberFormatCheck(doc: Doc, def: checks.$ZodCheckNumberFormatDef, accessor: string): void {
517
- const format = def.format;
518
- switch (format) {
519
- case "safeint":
520
- doc.write(`if (!Number.isSafeInteger(${accessor})) return INVALID;`);
521
- break;
522
- case "int32":
523
- doc.write(
524
- `if (!Number.isInteger(${accessor}) || ${accessor} < -2147483648 || ${accessor} > 2147483647) return INVALID;`
525
- );
526
- break;
527
- case "uint32":
528
- doc.write(`if (!Number.isInteger(${accessor}) || ${accessor} < 0 || ${accessor} > 4294967295) return INVALID;`);
529
- break;
530
- case "float32":
531
- // Float32 range per util.NUMBER_FORMAT_RANGES
532
- doc.write(
533
- `if (!Number.isFinite(${accessor}) || ${accessor} < -3.4028234663852886e38 || ${accessor} > 3.4028234663852886e38) return INVALID;`
534
- );
535
- break;
536
- case "float64":
537
- doc.write(`if (!Number.isFinite(${accessor})) return INVALID;`);
538
- break;
539
- default: {
540
- void (format satisfies never);
541
- throw new ZodCompileUnsupportedError(`number format ${format}`);
542
- }
543
- }
544
- }
545
-
546
- function generateBigIntFormatCheck(doc: Doc, def: checks.$ZodCheckBigIntFormatDef, accessor: string): void {
547
- const format = def.format;
548
- if (!format) return; // undefined format means no range check
549
- switch (format) {
550
- case "int64":
551
- doc.write(`if (${accessor} < -9223372036854775808n || ${accessor} > 9223372036854775807n) return INVALID;`);
552
- break;
553
- case "uint64":
554
- doc.write(`if (${accessor} < 0n || ${accessor} > 18446744073709551615n) return INVALID;`);
555
- break;
556
- default: {
557
- void (format satisfies never);
558
- throw new ZodCompileUnsupportedError(`bigint format ${format}`);
559
- }
560
- }
561
- }
562
-
563
- function generateMimeTypeCheck(
564
- doc: Doc,
565
- ctx: CompileContext,
566
- def: checks.$ZodCheckMimeTypeDef,
567
- accessor: string
568
- ): void {
569
- const mimeTypes = def.mime;
570
- if (mimeTypes && mimeTypes.length > 0) {
571
- const mimeSet = addConstant(ctx, new Set(mimeTypes));
572
- doc.write(`if (!${mimeSet}.has(${accessor}.type)) return INVALID;`);
573
- }
574
- }
575
-
576
- function generatePropertyCheck(
577
- doc: Doc,
578
- ctx: CompileContext,
579
- def: checks.$ZodCheckPropertyDef,
580
- accessor: string
581
- ): void {
582
- const propAccessor = `${accessor}[${JSON.stringify(def.property)}]`;
583
- generateCheck(doc, ctx, def.schema as SomeType, propAccessor);
584
- }
585
-
586
- function generateOverwriteCheck(
587
- doc: Doc,
588
- ctx: CompileContext,
589
- check: checks.$ZodCheckOverwrite,
590
- currentAccessor: string,
591
- newAccessor: string
592
- ): void {
593
- const tx = check._zod.def.tx;
594
- if (!tx) {
595
- throw new ZodCompileUnsupportedError("overwrite check without a transform function");
596
- }
597
-
598
- // Check for async transform
599
- if (isAsyncFunction(tx)) {
600
- throw new ZodCompileAsyncError("z.compile: async overwrite transforms are not supported");
601
- }
602
-
603
- // Hoist the transform function as a constant and apply it
604
- const txConst = addConstant(ctx, tx);
605
- doc.write(`const ${newAccessor} = ${txConst}(${currentAccessor});`);
606
- }
607
-
608
- type CustomCheck = {
609
- _zod: { def: { check: "custom"; fn?: (value: unknown) => boolean }; check?: (payload: unknown) => unknown };
610
- };
611
- /** A predicate that hands back a thenable is an async check reached synchronously, and the interpreter throws `$ZodAsyncError` for it. Returning INVALID instead would be a bail-out, and a union reads a bail-out as a rejected branch and answers with a later one — so the throw has to survive into generated code. */
612
- function throwAsync(): never {
613
- throw new $ZodAsyncError();
614
- }
615
-
616
- /** Shared `addIssue` for the spoofed payloads a refine, check or transform receives. Allocating one per call — a fresh closure plus a `this`-bound method on a fresh literal — pinned every payload-allocating schema at ~2.7M ops/sec against 135M for a plain object literal. It captures nothing per call; it only reaches `this.issues`. */
617
- function pushIssue(this: { issues: unknown[] }, issue: unknown): void {
618
- this.issues.push(issue);
619
- }
620
-
621
- function generateCustomRefineCheck(doc: Doc, ctx: CompileContext, check: CustomCheck, accessor: string): string {
622
- const def = check._zod.def;
623
-
624
- if (def.fn) {
625
- // Simple predicate function (from .refine())
626
- if (isAsyncFunction(def.fn)) {
627
- throw new ZodCompileAsyncError("z.compile: async .refine() predicates are not supported");
628
- }
629
- const fnConst = addConstant(ctx, def.fn);
630
- const throwAsyncConst = addConstant(ctx, throwAsync);
631
- const resVar = newVar(ctx);
632
- doc.write(`const ${resVar} = ${fnConst}(${accessor});`);
633
- // A thenable is truthy, so it would otherwise read as a pass. It is not a rejection either: the interpreter throws, and INVALID inside a union would just hand the parse to the next branch.
634
- doc.write(`if (${resVar} instanceof Promise) ${throwAsyncConst}();`);
635
- doc.write(`if (!${resVar}) return INVALID;`);
636
- // A `.refine()` predicate only answers yes or no; it cannot rewrite the value.
637
- return accessor;
638
- }
639
- if (check._zod.check) {
640
- if (isAsyncFunction(check._zod.check)) {
641
- throw new ZodCompileAsyncError("z.compile: async .superRefine() / check functions are not supported");
642
- }
643
- // SuperRefine or other check function - need to spoof context Create a helper that runs the check and returns true if no issues
644
- const checkFn = check._zod.check;
645
- // `$RefinementCtx` extends the parse payload, so a check may rewrite
646
- // `ctx.value` as well as push issues — `.superRefine((v, ctx) => { ctx.value =
647
- // v.trim() })` is a value transform. Returning only a boolean discarded that
648
- // write and emitted the untrimmed input. Hand the value back and thread it on.
649
- const helperFn = (value: unknown): unknown => {
650
- const fakePayload = { value, issues: [] as unknown[], addIssue: pushIssue };
651
- const result = checkFn(fakePayload);
652
- // Throw rather than return INVALID: the interpreter throws here, and a union would read INVALID as a rejected branch.
653
- if (result instanceof Promise) throwAsync();
654
- return fakePayload.issues.length === 0 ? fakePayload.value : INVALID;
655
- };
656
- const helperConst = addConstant(ctx, helperFn);
657
- const outVar = newVar(ctx);
658
- doc.write(`const ${outVar} = ${helperConst}(${accessor});`);
659
- doc.write(`if (${outVar} === INVALID) return INVALID;`);
660
- return outVar;
661
- }
662
- throw new ZodCompileUnsupportedError("custom check without a predicate or check function");
663
- }
664
-
665
- type StringFormatDef =
666
- | checks.$ZodCheckStringFormatDef
667
- | checks.$ZodCheckRegexDef
668
- | checks.$ZodCheckLowerCaseDef
669
- | checks.$ZodCheckUpperCaseDef
670
- | checks.$ZodCheckIncludesDef
671
- | checks.$ZodCheckStartsWithDef
672
- | checks.$ZodCheckEndsWithDef;
673
-
674
- type SupportedStringFormat = "regex" | "lowercase" | "uppercase" | "includes" | "starts_with" | "ends_with";
675
-
676
- /**
677
- * Built-in formats that validate with nothing but `def.pattern`, so compiling
678
- * the regex reproduces the runtime exactly. Deliberately an allowlist: a format
679
- * missing from it loses its fast path, while a format wrongly added to it
680
- * silently accepts input the runtime rejects. Formats that layer extra
681
- * validation over a shape-only pattern (`credit_card`, `base64`, `ipv6`, …) are
682
- * handled above by hoisting the runtime validator itself.
683
- */
684
- const PATTERN_IS_COMPLETE: Set<string> = new Set([
685
- "cidrv4",
686
- "cuid",
687
- "cuid2",
688
- "date",
689
- "datetime",
690
- "duration",
691
- "e164",
692
- "email",
693
- "emoji",
694
- "ends_with",
695
- "guid",
696
- "includes",
697
- "ipv4",
698
- "ksuid",
699
- "lowercase",
700
- "mac",
701
- "nanoid",
702
- "regex",
703
- "starts_with",
704
- "time",
705
- "ulid",
706
- "uppercase",
707
- "uuid",
708
- "xid",
709
- ]);
710
-
711
- // Returns the accessor holding the (possibly normalized) value after the check — url/normalize formats produce a new value like overwrite does. Never assigns to the incoming accessor: it may be a `const` or a property expression on user input.
712
- function generateStringFormatCheck(doc: Doc, ctx: CompileContext, def: StringFormatDef, accessor: string): string {
713
- // Some string formats do runtime validation beyond their advertised pattern. For cheap pure utility checks, hoist the runtime function and call it so the fast path stays correct without cloning the utility logic into codegen.
714
- const fmt = def.format;
715
- if (fmt === "base64") {
716
- const validator = addConstant(ctx, isValidBase64);
717
- doc.write(`if (!${validator}(${accessor})) return INVALID;`);
718
- return accessor;
719
- }
720
- if (fmt === "base64url") {
721
- const validator = addConstant(ctx, isValidBase64URL);
722
- doc.write(`if (!${validator}(${accessor})) return INVALID;`);
723
- return accessor;
724
- }
725
- if (fmt === "jwt") {
726
- const validator = addConstant(ctx, isValidJWT);
727
- const alg = addConstant(ctx, (def as unknown as { alg?: util.JWTAlgorithm }).alg ?? null);
728
- doc.write(`if (!${validator}(${accessor}, ${alg})) return INVALID;`);
729
- return accessor;
730
- }
731
- if (fmt === "ipv6") {
732
- const validator = addConstant(ctx, isValidIPv6);
733
- doc.write(`if (!${validator}(${accessor})) return INVALID;`);
734
- return accessor;
735
- }
736
- if (fmt === "cidrv6") {
737
- const validator = addConstant(ctx, isValidCIDRv6);
738
- doc.write(`if (!${validator}(${accessor})) return INVALID;`);
739
- return accessor;
740
- }
741
- if (fmt === "credit_card") {
742
- const validator = addConstant(ctx, isValidCreditCard);
743
- doc.write(`if (!${validator}(${accessor})) return INVALID;`);
744
- return accessor;
745
- }
746
- const formatDef = def as unknown as { normalize?: boolean; hostname?: unknown; protocol?: unknown };
747
- if (
748
- fmt === "url" ||
749
- fmt === "httpurl" ||
750
- formatDef.normalize ||
751
- formatDef.hostname !== undefined ||
752
- formatDef.protocol !== undefined
753
- ) {
754
- // Same three predicates the runtime calls, in the same order, so there is no second URL implementation to drift. Which options exist is known now, so the calls the runtime makes conditionally are emitted conditionally instead.
755
- const parseConst = addConstant(ctx, parseURLObject);
756
- const defConst = addConstant(ctx, def);
757
- const trimVar = newVar(ctx);
758
- const urlVar = newVar(ctx);
759
- doc.write(`const ${trimVar} = ${accessor}.trim();`);
760
- doc.write(`const ${urlVar} = ${parseConst}(${trimVar}, ${defConst});`);
761
- doc.write(`if (typeof ${urlVar} === "number") return INVALID;`);
762
- if (formatDef.hostname !== undefined) {
763
- const hostnameConst = addConstant(ctx, urlHostnameOk);
764
- doc.write(`if (!${hostnameConst}(${urlVar}, ${defConst}.hostname)) return INVALID;`);
765
- }
766
- if (formatDef.protocol !== undefined) {
767
- const protocolConst = addConstant(ctx, urlProtocolOk);
768
- doc.write(`if (!${protocolConst}(${urlVar}, ${defConst}.protocol)) return INVALID;`);
769
- }
770
- const outputVar = newVar(ctx);
771
- const outputExpr = formatDef.normalize ? `${urlVar}.href` : `${addConstant(ctx, stripTabAndNewline)}(${trimVar})`;
772
- doc.write(`const ${outputVar} = ${outputExpr};`);
773
- return outputVar;
774
- }
775
-
776
- // A custom string format carries the predicate the runtime actually calls. Hoist and call it instead of testing `def.pattern`: the two only coincide when the format was built from a RegExp, and relying on that coupling is how supplemental validation gets dropped.
777
- const customFn = (def as unknown as { fn?: (input: string) => unknown }).fn;
778
- if (customFn) {
779
- if (isAsyncFunction(customFn)) throw new ZodCompileUnsupportedError(`async string format ${fmt}`);
780
- const fnConst = addConstant(ctx, customFn);
781
- doc.write(`if (!${fnConst}(${accessor})) return INVALID;`);
782
- return accessor;
783
- }
784
-
785
- // Formats whose `pattern` IS the whole check. An allowlist rather than `if (def.pattern)`, because credit_card, base64 and ipv6 carry a shape-only pattern and validate the rest separately.
786
- if (PATTERN_IS_COMPLETE.has(fmt) && def.pattern) {
787
- const patternConst = addConstant(ctx, def.pattern);
788
- doc.write(`${patternConst}.lastIndex = 0;`);
789
- doc.write(`if (!${patternConst}.test(${accessor})) return INVALID;`);
790
- return accessor;
791
- }
792
-
793
- const format = def.format as SupportedStringFormat;
794
- switch (format) {
795
- case "regex":
796
- // A regex check with a pattern returned above. Reaching here means there is no pattern to test, and accepting unconditionally would pass every input, so hand the schema back to the runtime.
797
- throw new ZodCompileUnsupportedError("regex format without a pattern");
798
- case "lowercase":
799
- doc.write(`if (${accessor} !== ${accessor}.toLowerCase()) return INVALID;`);
800
- break;
801
- case "uppercase":
802
- doc.write(`if (${accessor} !== ${accessor}.toUpperCase()) return INVALID;`);
803
- break;
804
- case "includes":
805
- doc.write(
806
- `if (!${accessor}.includes(${util.esc((def as checks.$ZodCheckIncludesDef).includes)})) return INVALID;`
807
- );
808
- break;
809
- case "starts_with": {
810
- const prefix = (def as checks.$ZodCheckStartsWithDef).prefix;
811
- doc.write(`if (${accessor}.slice(0, ${prefix.length}) !== ${util.esc(prefix)}) return INVALID;`);
812
- break;
813
- }
814
- case "ends_with": {
815
- const suffix = (def as checks.$ZodCheckEndsWithDef).suffix;
816
- doc.write(`if (${accessor}.slice(-${suffix.length}) !== ${util.esc(suffix)}) return INVALID;`);
817
- break;
818
- }
819
- default: {
820
- void (format satisfies never);
821
- throw new ZodCompileUnsupportedError(`string format ${format}`);
822
- }
823
- }
824
- return accessor;
825
- }
826
-
827
- // Union of all schema types we support in AOT compilation
828
- type SupportedSchemaType =
829
- | "string"
830
- | "number"
831
- | "boolean"
832
- | "bigint"
833
- | "symbol"
834
- | "undefined"
835
- | "null"
836
- | "any"
837
- | "unknown"
838
- | "never"
839
- | "void"
840
- | "nan"
841
- | "date"
842
- | "object"
843
- | "optional"
844
- | "nullable"
845
- | "array"
846
- | "literal"
847
- | "enum"
848
- | "readonly"
849
- | "success"
850
- | "default"
851
- | "prefault"
852
- | "nonoptional"
853
- | "tuple"
854
- | "union"
855
- | "intersection"
856
- | "record"
857
- | "map"
858
- | "set"
859
- | "file"
860
- | "template_literal"
861
- | "lazy"
862
- | "pipe"
863
- | "custom"
864
- | "transform"
865
- | "catch";
866
-
867
- function generateCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string;
868
- function generateCheck(
869
- doc: Doc,
870
- ctx: CompileContext,
871
- schema: SomeType,
872
- accessor: string,
873
- needsValue: boolean
874
- ): string | null;
875
- function generateCheck(
876
- doc: Doc,
877
- ctx: CompileContext,
878
- schema: SomeType,
879
- accessor: string,
880
- needsValue = true
881
- ): string | null {
882
- const def = schema._zod.def;
883
- const type = def.type as SupportedSchemaType;
884
-
885
- // A coercing schema would compile to the bare type test and reject what it should convert; inside a union that reads as a rejected branch, so refuse at codegen.
886
- if ((def as { coerce?: boolean }).coerce) {
887
- throw new ZodCompileUnsupportedError(`coercion (z.coerce.${type}())`);
888
- }
889
-
890
- // A node builds its output when its caller reads one, or when it carries checks of its own, since a check reads what was built. One polarity for the whole walk: this is what the node does, and it is what its children are told they need.
891
- const buildsValue = needsValue || !!def.checks?.length;
892
- let typeAccessor: string | null;
893
-
894
- switch (type) {
895
- case "string":
896
- typeAccessor = generateStringCheck(doc, ctx, schema, accessor);
897
- break;
898
- case "number":
899
- typeAccessor = generateNumberCheck(doc, schema, accessor);
900
- break;
901
- case "boolean":
902
- typeAccessor = generateBooleanCheck(doc, accessor);
903
- break;
904
- case "bigint":
905
- typeAccessor = generateBigIntCheck(doc, schema, accessor);
906
- break;
907
- case "symbol":
908
- typeAccessor = generateSymbolCheck(doc, accessor);
909
- break;
910
- case "undefined":
911
- typeAccessor = generateUndefinedCheck(doc, accessor);
912
- break;
913
- case "null":
914
- typeAccessor = generateNullCheck(doc, accessor);
915
- break;
916
- case "any":
917
- case "unknown":
918
- // No check needed - pass through
919
- typeAccessor = accessor;
920
- break;
921
- case "never":
922
- doc.write("return INVALID;");
923
- typeAccessor = accessor;
924
- break;
925
- case "void":
926
- typeAccessor = generateVoidCheck(doc, accessor);
927
- break;
928
- case "nan":
929
- typeAccessor = generateNaNCheck(doc, accessor);
930
- break;
931
- case "date":
932
- typeAccessor = generateDateCheck(doc, accessor);
933
- break;
934
- case "object":
935
- typeAccessor = generateObjectCheck(doc, ctx, schema, accessor, buildsValue);
936
- break;
937
- case "optional":
938
- typeAccessor = generateOptionalCheck(doc, ctx, schema, accessor, buildsValue);
939
- break;
940
- case "nullable":
941
- typeAccessor = generateNullableCheck(doc, ctx, schema, accessor, buildsValue);
942
- break;
943
- case "array":
944
- typeAccessor = generateArrayCheck(doc, ctx, schema, accessor, buildsValue);
945
- break;
946
- case "literal":
947
- typeAccessor = generateLiteralCheck(doc, ctx, schema, accessor);
948
- break;
949
- case "enum":
950
- typeAccessor = generateEnumCheck(doc, ctx, schema, accessor);
951
- break;
952
- case "readonly": {
953
- const innerOut = generateWrapperCheck(doc, ctx, schema, accessor);
954
- // Runtime freezes the parsed value (schemas.ts handleReadonlyResult).
955
- const frozenVar = newVar(ctx);
956
- doc.write(`const ${frozenVar} = Object.freeze(${innerOut});`);
957
- typeAccessor = frozenVar;
958
- break;
959
- }
960
- case "success":
961
- // Runtime output is `issues.length === 0`. The fast path only reaches
962
- // here when the inner check passed (failure returns INVALID and the
963
- // runtime fallback reproduces the inner issues), so the output is
964
- // always `true`.
965
- generateWrapperCheck(doc, ctx, schema, accessor);
966
- typeAccessor = "true";
967
- break;
968
- case "default":
969
- case "prefault":
970
- typeAccessor = generateDefaultCheck(doc, ctx, schema, accessor);
971
- break;
972
- case "nonoptional":
973
- typeAccessor = generateNonOptionalCheck(doc, ctx, schema, accessor);
974
- break;
975
- case "tuple":
976
- typeAccessor = generateTupleCheck(doc, ctx, schema, accessor);
977
- break;
978
- case "union":
979
- typeAccessor = generateUnionCheck(doc, ctx, schema, accessor);
980
- break;
981
- case "intersection":
982
- typeAccessor = generateIntersectionCheck(doc, ctx, schema, accessor);
983
- break;
984
- case "record":
985
- typeAccessor = generateRecordCheck(doc, ctx, schema, accessor);
986
- break;
987
- case "map":
988
- typeAccessor = generateMapCheck(doc, ctx, schema, accessor);
989
- break;
990
- case "set":
991
- typeAccessor = generateSetCheck(doc, ctx, schema, accessor);
992
- break;
993
- case "file":
994
- typeAccessor = generateFileCheck(doc, accessor);
995
- break;
996
- case "template_literal":
997
- typeAccessor = generateTemplateLiteralCheck(doc, ctx, schema, accessor);
998
- break;
999
- case "lazy":
1000
- typeAccessor = generateLazyCheck(doc, ctx, schema, accessor);
1001
- break;
1002
- case "pipe":
1003
- typeAccessor = generatePipeCheck(doc, ctx, schema, accessor);
1004
- break;
1005
- case "custom":
1006
- typeAccessor = generateCustomCheck(doc, ctx, schema, accessor);
1007
- break;
1008
- case "transform":
1009
- typeAccessor = generateTransformCheck(doc, ctx, schema, accessor);
1010
- break;
1011
- case "catch":
1012
- typeAccessor = generateCatchCheck(doc, ctx, schema, accessor);
1013
- break;
1014
- default: {
1015
- void (type satisfies never);
1016
- throw new ZodCompileUnsupportedError(`schema type ${type}`);
1017
- }
1018
- }
1019
-
1020
- // a node that built nothing has no checks to run: not building requires an empty check list
1021
- if (typeAccessor === null) return null;
1022
-
1023
- // Generate checks after the type-specific validation (may transform value)
1024
- return generateChecks(doc, ctx, schema, typeAccessor);
1025
- }
1026
-
1027
- function generateStringCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1028
- doc.write(`if (typeof ${accessor} !== "string") return INVALID;`);
1029
-
1030
- // z.email() carries its format on the def, z.string().email() in def.checks; both route here so the format table has no second copy to drift from.
1031
- const def = schema._zod.def as unknown as StringFormatDef & { format?: string };
1032
- if (def.format === undefined) return accessor;
1033
- return generateStringFormatCheck(doc, ctx, def, accessor);
1034
- }
1035
-
1036
- function generateNumberCheck(doc: Doc, schema: SomeType, accessor: string): string {
1037
- // Runtime z.number() rejects NaN and ±Infinity. Number.isFinite covers both.
1038
- doc.write(`if (typeof ${accessor} !== "number" || !Number.isFinite(${accessor})) return INVALID;`);
1039
-
1040
- // Mini factories like z.int(), z.int32(), z.uint32(), z.float32() bake a number_format check into the schema def itself (not into def.checks). Apply the same constraint here.
1041
- const def = schema._zod.def as unknown as { check?: string; format?: string };
1042
- if (def.check === "number_format" && def.format) {
1043
- generateNumberFormatCheck(doc, { format: def.format } as checks.$ZodCheckNumberFormatDef, accessor);
1044
- }
1045
- return accessor;
1046
- }
1047
-
1048
- function generateBooleanCheck(doc: Doc, accessor: string): string {
1049
- doc.write(`if (typeof ${accessor} !== "boolean") return INVALID;`);
1050
- return accessor;
1051
- }
1052
-
1053
- function generateBigIntCheck(doc: Doc, schema: SomeType, accessor: string): string {
1054
- doc.write(`if (typeof ${accessor} !== "bigint") return INVALID;`);
1055
-
1056
- // Handle bigint format (int64, uint64) directly on the schema def
1057
- const def = schema._zod.def as unknown as { format?: string };
1058
- if (def.format) {
1059
- switch (def.format) {
1060
- case "int64":
1061
- doc.write(`if (${accessor} < -9223372036854775808n || ${accessor} > 9223372036854775807n) return INVALID;`);
1062
- break;
1063
- case "uint64":
1064
- doc.write(`if (${accessor} < 0n || ${accessor} > 18446744073709551615n) return INVALID;`);
1065
- break;
1066
- }
1067
- }
1068
- return accessor;
1069
- }
1070
-
1071
- function generateSymbolCheck(doc: Doc, accessor: string): string {
1072
- doc.write(`if (typeof ${accessor} !== "symbol") return INVALID;`);
1073
- return accessor;
1074
- }
1075
-
1076
- function generateUndefinedCheck(doc: Doc, accessor: string): string {
1077
- doc.write(`if (${accessor} !== undefined) return INVALID;`);
1078
- return accessor;
1079
- }
1080
-
1081
- function generateNullCheck(doc: Doc, accessor: string): string {
1082
- doc.write(`if (${accessor} !== null) return INVALID;`);
1083
- return accessor;
1084
- }
1085
-
1086
- function generateVoidCheck(doc: Doc, accessor: string): string {
1087
- doc.write(`if (${accessor} !== undefined) return INVALID;`);
1088
- return accessor;
1089
- }
1090
-
1091
- function generateNaNCheck(doc: Doc, accessor: string): string {
1092
- doc.write(`if (typeof ${accessor} !== "number" || !Number.isNaN(${accessor})) return INVALID;`);
1093
- return accessor;
1094
- }
1095
-
1096
- function generateDateCheck(doc: Doc, accessor: string): string {
1097
- doc.write(`if (!(${accessor} instanceof Date) || Number.isNaN(${accessor}.getTime())) return INVALID;`);
1098
- return accessor;
1099
- }
1100
-
1101
- function generateObjectCheck(
1102
- doc: Doc,
1103
- ctx: CompileContext,
1104
- schema: SomeType,
1105
- accessor: string,
1106
- buildsValue = true
1107
- ): string | null {
1108
- const def = schema._zod.def as unknown as { shape: Record<string, SomeType>; catchall?: SomeType };
1109
-
1110
- // Check that input is a non-null, non-array object
1111
- doc.write(
1112
- `if (typeof ${accessor} !== "object" || ${accessor} === null || Array.isArray(${accessor})) return INVALID;`
1113
- );
1114
-
1115
- const shape = def.shape;
1116
- const keys = Object.keys(shape);
1117
- const symbolKeys = Object.getOwnPropertySymbols(shape);
1118
- // a symbol has no source literal, so it is hoisted as a constant; `keys` stays string-only where the emitted code uses `for...in`
1119
- const allKeys: (string | symbol)[] = symbolKeys.length ? [...keys, ...symbolKeys] : keys;
1120
- const keyExpr = (k: string | symbol) => (typeof k === "symbol" ? addConstant(ctx, k) : util.esc(k));
1121
- const propKey = (k: string | symbol) => (typeof k === "symbol" ? `[${keyExpr(k)}]` : util.esc(k));
1122
- const propShape = shape as Record<string | symbol, SomeType>;
1123
-
1124
- // `__proto__` as an own shape key can't be expressed in an output object literal (the literal form sets the prototype instead of an own property).
1125
- if (keys.includes("__proto__")) {
1126
- throw new ZodCompileUnsupportedError('object shape key "__proto__"');
1127
- }
1128
-
1129
- // Map from key to output accessor for that property
1130
- const propOutputs = new Map<string | symbol, string>();
1131
-
1132
- // Validate each property and collect output accessors
1133
- for (const key of allKeys) {
1134
- const propSchema = propShape[key]!;
1135
- const kx = keyExpr(key);
1136
- // Always cache the property read: the runtime reads input[key] exactly once, so a getter must not be re-read by checks or output assembly.
1137
- const inputVar = newVar(ctx);
1138
- doc.write(`const ${inputVar} = ${accessor}[${kx}];`);
1139
-
1140
- if (propSchema._zod.optin !== undefined) {
1141
- // Any optin rung means the key may be omitted. The runtime runs the property anyway and ignores issues only when the key is genuinely absent, which is what makes exactOptional compositional.
1142
- const outputVar = newVar(ctx);
1143
- doc.write(`let ${outputVar} = (() => {`);
1144
- doc.indented((d) => {
1145
- const outputAccessor = compileChild(d, ctx, propSchema, inputVar);
1146
- d.write(`return ${outputAccessor};`);
1147
- });
1148
- doc.write(`})();`);
1149
-
1150
- if (propSchema._zod.optout === "optional") {
1151
- doc.write(`if (${outputVar} === INVALID) {`);
1152
- doc.indented((d) => {
1153
- d.write(`if (${kx} in ${accessor}) return INVALID;`);
1154
- d.write(`${outputVar} = undefined;`);
1155
- });
1156
- doc.write(`}`);
1157
- } else {
1158
- doc.write(`if (${outputVar} === INVALID) return INVALID;`);
1159
- }
1160
- propOutputs.set(key, outputVar);
1161
- } else {
1162
- if (requiresPresenceCheck(propSchema)) {
1163
- doc.write(`if (!(${kx} in ${accessor})) return INVALID;`);
1164
- }
1165
-
1166
- // Generate check and get output accessor
1167
- const outputAccessor = compileChild(doc, ctx, propSchema, inputVar, buildsValue);
1168
- if (outputAccessor !== null) propOutputs.set(key, outputAccessor);
1169
- }
1170
- }
1171
-
1172
- // Handle catchall
1173
- const catchall = def.catchall;
1174
- let unknownKeysMode: "none" | "passthrough" | "schema" = "none";
1175
-
1176
- if (catchall) {
1177
- const catchallType = catchall._zod.def.type;
1178
-
1179
- if (catchallType === "never") {
1180
- // Strict: one `for...in`, as the runtime does, so inherited enumerable keys count. An undeclared `__proto__` is reported here and excluded only from the output (#6221); an own-key count would wrongly reject a class instance.
1181
- const condition = keys.map((k) => `k !== ${util.esc(k)}`).join(" && ") || "true";
1182
- doc.write(`for (const k in ${accessor}) {`);
1183
- doc.indented((d) => {
1184
- d.write(`if (${condition}) return INVALID;`);
1185
- });
1186
- doc.write(`}`);
1187
- } else if ((catchallType === "unknown" || catchallType === "any") && !catchall._zod.def.checks?.length) {
1188
- unknownKeysMode = "passthrough";
1189
- } else {
1190
- unknownKeysMode = "schema";
1191
- }
1192
- }
1193
- // else: strip mode (no catchall) - unknown keys ignored, only include known keys
1194
-
1195
- // Shape keys in declared order, then unknown keys in for...in order. A middle-rung key is included iff present on the input, else iff its output is not undefined.
1196
- const outputVar = newVar(ctx);
1197
- const hasConditionalKeys = allKeys.some((k) => mayOutputUndefined(propShape[k]!) || dropsWhenAbsent(propShape[k]!));
1198
-
1199
- // Assert mode: every declared key is validated above, so the output literal and the unknown-key copy are pure waste. A `never` catchall already emitted its rejection loop; a schema catchall still has to validate the values it would otherwise have stored.
1200
- if (!buildsValue) {
1201
- if (unknownKeysMode === "schema") {
1202
- const knownSet = keys.length > 0 ? addConstant(ctx, new Set(keys)) : null;
1203
- doc.write(`for (const k in ${accessor}) {`);
1204
- doc.indented((d) => {
1205
- d.write(`if (k === "__proto__") continue;`);
1206
- if (knownSet) d.write(`if (${knownSet}.has(k)) continue;`);
1207
- const valVar = newVar(ctx);
1208
- d.write(`const ${valVar} = ${accessor}[k];`);
1209
- compileChild(d, ctx, catchall!, valVar, false);
1210
- });
1211
- doc.write(`}`);
1212
- }
1213
- return null;
1214
- }
1215
-
1216
- if (!hasConditionalKeys) {
1217
- const propLiterals = allKeys.map((k) => `${propKey(k)}: ${propOutputs.get(k)}`).join(", ");
1218
- doc.write(`const ${outputVar} = { ${propLiterals} };`);
1219
- } else {
1220
- doc.write(`const ${outputVar} = {};`);
1221
- for (const k of allKeys) {
1222
- const kx = keyExpr(k);
1223
- const out = propOutputs.get(k);
1224
- if (dropsWhenAbsent(propShape[k]!)) {
1225
- doc.write(`if (${kx} in ${accessor}) ${outputVar}[${kx}] = ${out};`);
1226
- } else if (mayOutputUndefined(propShape[k]!)) {
1227
- doc.write(`if (${out} !== undefined || ${kx} in ${accessor}) ${outputVar}[${kx}] = ${out};`);
1228
- } else {
1229
- doc.write(`${outputVar}[${kx}] = ${out};`);
1230
- }
1231
- }
1232
- }
1233
-
1234
- if (unknownKeysMode !== "none") {
1235
- // Unknown keys are written directly into the output after shape keys — for...in (like the runtime) so inherited enumerables participate.
1236
- const knownSet = keys.length > 0 ? addConstant(ctx, new Set(keys)) : null;
1237
- doc.write(`for (const k in ${accessor}) {`);
1238
- doc.indented((d) => {
1239
- // Skip __proto__: assigning obj["__proto__"] on a plain {} replaces the prototype via the setter rather than adding an own property. Mirrors the runtime catchall fix (#5898).
1240
- d.write(`if (k === "__proto__") continue;`);
1241
- if (knownSet) d.write(`if (${knownSet}.has(k)) continue;`);
1242
- if (unknownKeysMode === "passthrough") {
1243
- d.write(`${outputVar}[k] = ${accessor}[k];`);
1244
- } else {
1245
- const valVar = newVar(ctx);
1246
- d.write(`const ${valVar} = ${accessor}[k];`);
1247
- const catchallOut = compileChild(d, ctx, catchall!, valVar);
1248
- d.write(`${outputVar}[k] = ${catchallOut};`);
1249
- }
1250
- });
1251
- doc.write(`}`);
1252
- }
1253
-
1254
- return outputVar;
1255
- }
1256
-
1257
- function generateOptionalCheck(
1258
- doc: Doc,
1259
- ctx: CompileContext,
1260
- schema: SomeType,
1261
- accessor: string,
1262
- buildsValue = true
1263
- ): string | null {
1264
- const def = schema._zod.def as unknown as { innerType: SomeType };
1265
- if (isExactOptional(schema)) {
1266
- return generateCheck(doc, ctx, def.innerType, accessor, buildsValue);
1267
- }
1268
-
1269
- // Same question $ZodOptional asks: only the top rung of the optin ladder substitutes a value for an absent input, so only it is worth running on `undefined`. Every other rung leaves the value intact, which is the skip branch below.
1270
- if (def.innerType._zod.optin === "defaulted") {
1271
- const outputVar = newVar(ctx);
1272
- const branchVar = newVar(ctx);
1273
- doc.write(`let ${outputVar};`);
1274
- doc.write(`if (${accessor} === undefined) {`);
1275
- doc.indented((d) => {
1276
- d.write(`const ${branchVar} = (() => {`);
1277
- d.indented((d2) => {
1278
- const innerOutput = generateCheck(d2, ctx, def.innerType, accessor);
1279
- d2.write(`return ${innerOutput};`);
1280
- });
1281
- d.write(`})();`);
1282
- d.write(`if (${branchVar} !== INVALID) ${outputVar} = ${branchVar};`);
1283
- });
1284
- doc.write(`} else {`);
1285
- doc.indented((d) => {
1286
- const innerOutput = generateCheck(d, ctx, def.innerType, accessor);
1287
- d.write(`${outputVar} = ${innerOutput};`);
1288
- });
1289
- doc.write(`}`);
1290
- return outputVar;
1291
- }
1292
-
1293
- const outputVar = buildsValue ? newVar(ctx) : null;
1294
- if (outputVar) doc.write(`let ${outputVar};`);
1295
- doc.write(`if (${accessor} !== undefined) {`);
1296
- doc.indented((d) => {
1297
- const innerOutput = generateCheck(d, ctx, def.innerType, accessor, buildsValue);
1298
- if (outputVar && innerOutput !== null) d.write(`${outputVar} = ${innerOutput};`);
1299
- });
1300
- doc.write(`}`);
1301
- return outputVar;
1302
- }
1303
-
1304
- function isExactOptional(schema: SomeType): boolean {
1305
- return (schema._zod as { traits?: Set<string> }).traits?.has("$ZodExactOptional") === true;
1306
- }
1307
-
1308
- // A value-level fast path reads an absent key as `undefined`, so z.undefined(), z.any() and unions containing undefined would accept a missing property the runtime rejects.
1309
- function requiresPresenceCheck(schema: SomeType): boolean {
1310
- return schema._zod.optin === undefined && fastPathAcceptsAbsence(schema);
1311
- }
1312
-
1313
- function fastPathAcceptsAbsence(schema: SomeType): boolean {
1314
- // An island is handed `input[key]` and cannot tell absent from explicitly undefined, so report absence-accepting and let the object emit the presence guard (#6405).
1315
- if ((schema._zod.def as { coerce?: boolean }).coerce) return true;
1316
-
1317
- const def = schema._zod.def as {
1318
- type: string;
1319
- values?: unknown[];
1320
- innerType?: SomeType;
1321
- options?: SomeType[];
1322
- in?: SomeType;
1323
- out?: SomeType;
1324
- left?: SomeType;
1325
- right?: SomeType;
1326
- };
1327
-
1328
- switch (def.type) {
1329
- case "any":
1330
- case "unknown":
1331
- case "undefined":
1332
- case "void":
1333
- case "default":
1334
- case "prefault":
1335
- case "transform":
1336
- case "custom":
1337
- case "lazy":
1338
- return true;
1339
- case "string":
1340
- case "number":
1341
- case "boolean":
1342
- case "bigint":
1343
- case "symbol":
1344
- case "null":
1345
- case "never":
1346
- case "nan":
1347
- case "date":
1348
- case "object":
1349
- case "array":
1350
- case "tuple":
1351
- case "record":
1352
- case "map":
1353
- case "set":
1354
- case "file":
1355
- case "template_literal":
1356
- return false;
1357
- case "nonoptional":
1358
- // Normally rejects an absent key, but not when something inside supplies a value for it: `.default(v).optional().nonoptional()` accepts absence and yields v. Defer to the inner — over-reporting here only costs a presence check, and a fast path that wrongly rejects still falls back to the runtime.
1359
- return def.innerType ? fastPathAcceptsAbsence(def.innerType) : false;
1360
- case "literal":
1361
- return !!def.values?.includes(undefined);
1362
- case "enum":
1363
- return !!(schema._zod as unknown as { values?: Set<unknown> }).values?.has(undefined);
1364
- case "optional":
1365
- case "nullable":
1366
- case "readonly":
1367
- case "success":
1368
- return def.innerType ? fastPathAcceptsAbsence(def.innerType) : true;
1369
- case "catch":
1370
- // catch always produces a value (inner may fail → catchValue substitutes), so it accepts an absent key regardless of inner.
1371
- return true;
1372
- case "union":
1373
- return def.options ? def.options.some(fastPathAcceptsAbsence) : true;
1374
- case "intersection":
1375
- if (!def.left || !def.right) return true;
1376
- return fastPathAcceptsAbsence(def.left) && fastPathAcceptsAbsence(def.right);
1377
- case "pipe":
1378
- return def.in ? fastPathAcceptsAbsence(def.in) : true;
1379
- default:
1380
- return true;
1381
- }
1382
- }
1383
-
1384
- /** The middle rung permits absence without supplying anything in its place, so an absent key contributes nothing — mirrors the leading gate in `handlePropertyResult`. */
1385
- function dropsWhenAbsent(schema: SomeType): boolean {
1386
- return schema._zod.optin === "optional" && schema._zod.optout === "optional";
1387
- }
1388
-
1389
- // Whether a schema's success-path output can be `undefined`. Object output
1390
- // assembly gives such props the runtime's value-or-presence inclusion rule;
1391
- // everything else keeps the unconditional object-literal slot.
1392
- function mayOutputUndefined(schema: SomeType): boolean {
1393
- const def = schema._zod.def as {
1394
- type: string;
1395
- values?: unknown[];
1396
- innerType?: SomeType;
1397
- options?: SomeType[];
1398
- out?: SomeType;
1399
- left?: SomeType;
1400
- right?: SomeType;
1401
- };
1402
- switch (def.type) {
1403
- case "string":
1404
- case "number":
1405
- case "boolean":
1406
- case "bigint":
1407
- case "symbol":
1408
- case "null":
1409
- case "nan":
1410
- case "date":
1411
- case "object":
1412
- case "array":
1413
- case "tuple":
1414
- case "record":
1415
- case "map":
1416
- case "set":
1417
- case "file":
1418
- case "template_literal":
1419
- case "never":
1420
- case "success":
1421
- return false;
1422
- case "literal":
1423
- return !!def.values?.includes(undefined);
1424
- case "enum":
1425
- return !!(schema._zod as unknown as { values?: Set<unknown> }).values?.has(undefined);
1426
- case "optional":
1427
- return true;
1428
- case "nullable":
1429
- case "readonly":
1430
- case "nonoptional":
1431
- return def.innerType ? mayOutputUndefined(def.innerType) : true;
1432
- case "union":
1433
- return def.options ? def.options.some(mayOutputUndefined) : true;
1434
- case "intersection":
1435
- return !def.left || !def.right || mayOutputUndefined(def.left) || mayOutputUndefined(def.right);
1436
- case "pipe":
1437
- return def.out ? mayOutputUndefined(def.out) : true;
1438
- default:
1439
- // any/unknown/undefined/void/default/prefault/transform/custom/lazy/catch
1440
- return true;
1441
- }
1442
- }
1443
-
1444
- function generateNullableCheck(
1445
- doc: Doc,
1446
- ctx: CompileContext,
1447
- schema: SomeType,
1448
- accessor: string,
1449
- buildsValue = true
1450
- ): string | null {
1451
- const def = schema._zod.def as unknown as { innerType: SomeType };
1452
- const outputVar = buildsValue ? newVar(ctx) : null;
1453
- if (outputVar) doc.write(`let ${outputVar} = null;`);
1454
- doc.write(`if (${accessor} !== null) {`);
1455
- doc.indented((d) => {
1456
- const innerOutput = generateCheck(d, ctx, def.innerType, accessor, buildsValue);
1457
- if (outputVar && innerOutput !== null) d.write(`${outputVar} = ${innerOutput};`);
1458
- });
1459
- doc.write(`}`);
1460
- return outputVar;
1461
- }
1462
-
1463
- function generateArrayCheck(
1464
- doc: Doc,
1465
- ctx: CompileContext,
1466
- schema: SomeType,
1467
- accessor: string,
1468
- buildsValue = true
1469
- ): string | null {
1470
- const def = schema._zod.def as unknown as { element: SomeType };
1471
- doc.write(`if (!Array.isArray(${accessor})) return INVALID;`);
1472
-
1473
- // Build a new array with validated/transformed elements.
1474
- const outputVar = buildsValue ? newVar(ctx) : null;
1475
- const iVar = newVar(ctx);
1476
- const elemVar = newVar(ctx);
1477
-
1478
- if (outputVar) doc.write(`const ${outputVar} = new Array(${accessor}.length);`);
1479
- doc.write(`for (let ${iVar} = 0; ${iVar} < ${accessor}.length; ${iVar}++) {`);
1480
- doc.indented((d) => {
1481
- d.write(`const ${elemVar} = ${accessor}[${iVar}];`);
1482
- const elemOutput = compileChild(d, ctx, def.element, elemVar, buildsValue);
1483
- if (outputVar && elemOutput !== null) d.write(`${outputVar}[${iVar}] = ${elemOutput};`);
1484
- });
1485
- doc.write(`}`);
1486
-
1487
- return outputVar;
1488
- }
1489
-
1490
- function generateLiteralCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1491
- const def = schema._zod.def as unknown as { values: unknown[] };
1492
- const values = def.values;
1493
-
1494
- // Anything but a single value goes through Set.has: multi-value so every value participates, empty so nothing does — values[0] would be undefined and compile to an `!== undefined` check that accepts it. Single-value stays inlined for speed.
1495
- if (values.length !== 1) {
1496
- const literalSet = addConstant(ctx, new Set(values));
1497
- doc.write(`if (!${literalSet}.has(${accessor})) return INVALID;`);
1498
- return accessor;
1499
- }
1500
-
1501
- const value = values[0];
1502
- // `$ZodLiteral` matches with `values.has`, i.e. SameValueZero, so NaN matches itself. `x !== NaN` is true for every input, which would reject everything — hand it to the same Set form the multi-value path uses.
1503
- if (typeof value === "number" && Number.isNaN(value)) {
1504
- const literalSet = addConstant(ctx, new Set(values));
1505
- doc.write(`if (!${literalSet}.has(${accessor})) return INVALID;`);
1506
- return accessor;
1507
- }
1508
- if (typeof value === "string") {
1509
- doc.write(`if (${accessor} !== ${util.esc(value)}) return INVALID;`);
1510
- } else if (typeof value === "number" || typeof value === "boolean") {
1511
- doc.write(`if (${accessor} !== ${value}) return INVALID;`);
1512
- } else if (value === null) {
1513
- doc.write(`if (${accessor} !== null) return INVALID;`);
1514
- } else if (value === undefined) {
1515
- doc.write(`if (${accessor} !== undefined) return INVALID;`);
1516
- } else if (typeof value === "bigint") {
1517
- doc.write(`if (${accessor} !== ${value}n) return INVALID;`);
1518
- } else {
1519
- throw new ZodCompileUnsupportedError(`literal type ${typeof value}`);
1520
- }
1521
- return accessor;
1522
- }
1523
-
1524
- function generateEnumCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1525
- const values = (schema._zod as unknown as { values?: Set<unknown> }).values;
1526
- // z.partialRecord and friends clear `_zod.values`, leaving no set to test membership against. Throw rather than emit INVALID so a union falls back whole instead of counting a false rejection.
1527
- if (!values) {
1528
- throw new ZodCompileUnsupportedError("enum schema without enumerated values");
1529
- }
1530
- const enumSet = addConstant(ctx, values);
1531
- doc.write(`if (!${enumSet}.has(${accessor})) return INVALID;`);
1532
- return accessor;
1533
- }
1534
-
1535
- function generateWrapperCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1536
- const def = schema._zod.def as unknown as { innerType: SomeType };
1537
- return generateCheck(doc, ctx, def.innerType, accessor);
1538
- }
1539
-
1540
- function generateDefaultCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1541
- const def = schema._zod.def as unknown as { innerType: SomeType };
1542
-
1543
- // `defaultValue` is an accessor on schemas built through the classic/mini
1544
- // factories and a plain data property on ones rebuilt programmatically
1545
- // (deepPartial and friends). Read it off the def either way — taking only
1546
- // `descriptor.get` silently dropped the default for the second kind, so
1547
- // `.default(v)` compiled to `undefined` instead of `v`.
1548
- const descriptor = Object.getOwnPropertyDescriptor(schema._zod.def, "defaultValue");
1549
- const defaultGetter = descriptor
1550
- ? () => (schema._zod.def as unknown as { defaultValue: unknown }).defaultValue
1551
- : undefined;
1552
-
1553
- // prefault differs from default: undefined-input is first replaced with the prefault value, then run through the inner schema.
1554
- if (schema._zod.def.type === "prefault") {
1555
- if (!defaultGetter) {
1556
- return generateCheck(doc, ctx, def.innerType, accessor);
1557
- }
1558
- const defaultFn = addConstant(ctx, defaultGetter);
1559
- const inputVar = newVar(ctx);
1560
- doc.write(`let ${inputVar} = ${accessor};`);
1561
- doc.write(`if (${accessor} === undefined) ${inputVar} = ${defaultFn}();`);
1562
- return generateCheck(doc, ctx, def.innerType, inputVar);
1563
- }
1564
-
1565
- const outputVar = newVar(ctx);
1566
-
1567
- // Default allows undefined (replaces with default value), otherwise validates inner type
1568
- if (defaultGetter) {
1569
- const defaultFn = addConstant(ctx, defaultGetter);
1570
- const cloneFn = addConstant(ctx, util.shallowClone);
1571
- doc.write(`let ${outputVar};`);
1572
- doc.write(`if (${accessor} === undefined) {`);
1573
- doc.indented((d) => {
1574
- // Shallow-clone the default so callers can mutate the result without affecting subsequent parses (#5855 — also covers Map/Set).
1575
- d.write(`${outputVar} = ${cloneFn}(${defaultFn}());`);
1576
- });
1577
- doc.write(`} else {`);
1578
- doc.indented((d) => {
1579
- const innerOutput = generateCheck(d, ctx, def.innerType, accessor);
1580
- d.write(`${outputVar} = ${innerOutput} === undefined ? ${cloneFn}(${defaultFn}()) : ${innerOutput};`);
1581
- });
1582
- doc.write(`}`);
1583
- } else {
1584
- doc.write(`let ${outputVar};`);
1585
- doc.write(`if (${accessor} !== undefined) {`);
1586
- doc.indented((d) => {
1587
- const innerOutput = generateCheck(d, ctx, def.innerType, accessor);
1588
- d.write(`${outputVar} = ${innerOutput};`);
1589
- });
1590
- doc.write(`}`);
1591
- }
1592
-
1593
- return outputVar;
1594
- }
1595
-
1596
- function generateNonOptionalCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1597
- const def = schema._zod.def as unknown as { innerType: SomeType };
1598
- // The runtime inspects what the inner produced, not what it was given: a catch can turn a defined input into undefined, a default an absent one into a value.
1599
- const innerOutput = generateCheck(doc, ctx, def.innerType, accessor);
1600
- const outputVar = newVar(ctx);
1601
- doc.write(`const ${outputVar} = ${innerOutput};`);
1602
- doc.write(`if (${outputVar} === undefined) return INVALID;`);
1603
- return outputVar;
1604
- }
1605
-
1606
- function generateTupleCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1607
- const def = schema._zod.def as unknown as { items: SomeType[]; rest: SomeType | null };
1608
- const items = def.items;
1609
- const rest = def.rest;
1610
-
1611
- doc.write(`if (!Array.isArray(${accessor})) return INVALID;`);
1612
-
1613
- // Mirror the runtime's getTupleOptStart: find the first index where every subsequent slot accepts `undefined` (i.e. is optional on input). Anything shorter than this is too_small; trailing absent slots are legal.
1614
- const optinStart = getTupleOptStart(items, "optin");
1615
- const optoutStart = getTupleOptStart(items, "optout");
1616
-
1617
- // Length bounds
1618
- if (rest) {
1619
- // With rest: minimum length is the last required input slot
1620
- doc.write(`if (${accessor}.length < ${optinStart}) return INVALID;`);
1621
- } else {
1622
- // No rest: input must be in [optinStart, items.length]
1623
- doc.write(`if (${accessor}.length < ${optinStart} || ${accessor}.length > ${items.length}) return INVALID;`);
1624
- }
1625
-
1626
- // Build the output in assignment order so absent optional-output tail slots can truncate while default/prefault slots still fill missing positions.
1627
- const outputVar = newVar(ctx);
1628
- doc.write(`const ${outputVar} = [];`);
1629
-
1630
- // Validate and collect each fixed item
1631
- for (let i = 0; i < items.length; i++) {
1632
- const itemSchema = items[i]!;
1633
- if (i >= optoutStart) {
1634
- doc.write(`if (${outputVar}.length === ${i}) {`);
1635
- doc.indented((d) => {
1636
- d.write(`if (${i} < ${accessor}.length) {`);
1637
- d.indented((d2) => {
1638
- const elemVar = newVar(ctx);
1639
- d2.write(`const ${elemVar} = ${accessor}[${i}];`);
1640
- const elemOutput = compileChild(d2, ctx, itemSchema, elemVar);
1641
- d2.write(`${outputVar}[${i}] = ${elemOutput};`);
1642
- });
1643
- d.write(`} else {`);
1644
- d.indented((d2) => {
1645
- // Middle rung: absence supplies nothing in its place, so truncate rather than running the item on `undefined` and keeping what it invents. Mirrors the leading gate in `handleTupleResults`.
1646
- if (dropsWhenAbsent(itemSchema)) {
1647
- d2.write(`${outputVar}.length = ${i};`);
1648
- return;
1649
- }
1650
- const elemVar = newVar(ctx);
1651
- const branchVar = newVar(ctx);
1652
- d2.write(`const ${elemVar} = undefined;`);
1653
- d2.write(`const ${branchVar} = (() => {`);
1654
- d2.indented((d3) => {
1655
- const elemOutput = compileChild(d3, ctx, itemSchema, elemVar);
1656
- d3.write(`return ${elemOutput};`);
1657
- });
1658
- d2.write(`})();`);
1659
- d2.write(`if (${branchVar} === INVALID || ${branchVar} === undefined) ${outputVar}.length = ${i};`);
1660
- d2.write(`else ${outputVar}[${i}] = ${branchVar};`);
1661
- });
1662
- d.write(`}`);
1663
- });
1664
- doc.write(`}`);
1665
- } else {
1666
- const elemVar = newVar(ctx);
1667
- doc.write(`const ${elemVar} = ${accessor}[${i}];`);
1668
- const elemOutput = compileChild(doc, ctx, itemSchema, elemVar);
1669
- doc.write(`${outputVar}[${i}] = ${elemOutput};`);
1670
- }
1671
- }
1672
-
1673
- // Validate and collect rest elements if present
1674
- if (rest) {
1675
- const iVar = newVar(ctx);
1676
- const elemVar = newVar(ctx);
1677
- doc.write(`for (let ${iVar} = ${items.length}; ${iVar} < ${accessor}.length; ${iVar}++) {`);
1678
- doc.indented((d) => {
1679
- d.write(`const ${elemVar} = ${accessor}[${iVar}];`);
1680
- const elemOutput = compileChild(d, ctx, rest, elemVar);
1681
- d.write(`${outputVar}[${iVar}] = ${elemOutput};`);
1682
- });
1683
- doc.write(`}`);
1684
- }
1685
-
1686
- return outputVar;
1687
- }
1688
-
1689
- function getTupleOptStart(items: SomeType[], key: "optin" | "optout"): number {
1690
- for (let i = items.length - 1; i >= 0; i--) {
1691
- // Mirrors the runtime: optin is a three-rung ladder so any rung above `undefined` permits an absent slot; optout stays two-valued.
1692
- const omittable = key === "optin" ? items[i]!._zod.optin !== undefined : items[i]!._zod.optout === "optional";
1693
- if (!omittable) return i + 1;
1694
- }
1695
- return 0;
1696
- }
1697
-
1698
- function generateUnionCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1699
- const def = schema._zod.def as unknown as {
1700
- options: SomeType[];
1701
- inclusive?: boolean;
1702
- discriminator?: string;
1703
- unionFallback?: boolean;
1704
- };
1705
- const options = def.options;
1706
-
1707
- if (def.discriminator) {
1708
- return generateDiscriminatedUnionCheck(
1709
- doc,
1710
- ctx,
1711
- def as { options: SomeType[]; discriminator: string; unionFallback?: boolean },
1712
- accessor
1713
- );
1714
- }
1715
-
1716
- // z.xor requires *exactly one* option to match. Match-counting in the fast path is only sound if every branch is exactly as strict as the runtime — any falsely-rejecting branch silently turns a multi-match rejection into an accept. Force the runtime for this rare combinator.
1717
- if (def.inclusive === false) {
1718
- throw new ZodCompileUnsupportedError("exclusive unions (z.xor)");
1719
- }
1720
-
1721
- if (options.length === 0) {
1722
- doc.write("return INVALID;");
1723
- return accessor;
1724
- }
1725
-
1726
- if (options.length === 1) {
1727
- return generateCheck(doc, ctx, options[0]!, accessor);
1728
- }
1729
-
1730
- // Check if all options are bare literals - use Set optimization. A literal option carrying checks (e.g. .refine) must take the general path or the Set would accept values its checks reject.
1731
- const allLiterals = options.every(
1732
- (opt) => opt._zod.def.type === "literal" && !(opt._zod.def.checks as unknown[] | undefined)?.length
1733
- );
1734
- if (allLiterals) {
1735
- const values = new Set(options.flatMap((opt) => (opt._zod.def as unknown as { values: unknown[] }).values));
1736
- const valuesConst = addConstant(ctx, values);
1737
- doc.write(`if (!${valuesConst}.has(${accessor})) return INVALID;`);
1738
- return accessor;
1739
- }
1740
-
1741
- // General case: try each option until one succeeds Use IIFEs that return the output or INVALID
1742
- const outputVar = newVar(ctx);
1743
- doc.write(`let ${outputVar};`);
1744
-
1745
- for (let i = 0; i < options.length; i++) {
1746
- const opt = options[i]!;
1747
-
1748
- if (i === 0) {
1749
- doc.write(`${outputVar} = (() => {`);
1750
- } else {
1751
- doc.write(`if (${outputVar} === INVALID) ${outputVar} = (() => {`);
1752
- }
1753
-
1754
- doc.indented((d) => {
1755
- // Generate check inside IIFE - returns INVALID on failure
1756
- const branchOutput = generateCheck(d, ctx, opt, accessor);
1757
- d.write(`return ${branchOutput};`);
1758
- });
1759
- doc.write(`})();`);
1760
- }
1761
-
1762
- doc.write(`if (${outputVar} === INVALID) return INVALID;`);
1763
- return outputVar;
1764
- }
1765
-
1766
- function generateDiscriminatedUnionCheck(
1767
- doc: Doc,
1768
- ctx: CompileContext,
1769
- def: { options: SomeType[]; discriminator: string; unionFallback?: boolean },
1770
- accessor: string
1771
- ): string {
1772
- if (def.unionFallback) {
1773
- throw new ZodCompileUnsupportedError("discriminated union with unionFallback");
1774
- }
1775
-
1776
- if (def.options.length === 0) {
1777
- doc.write("return INVALID;");
1778
- return accessor;
1779
- }
1780
-
1781
- const discVar = newVar(ctx);
1782
- const outputVar = newVar(ctx);
1783
- doc.write(`const ${discVar} = ${accessor}?.[${util.esc(def.discriminator)}];`);
1784
- doc.write(`let ${outputVar};`);
1785
-
1786
- let firstBranch = true;
1787
- const claimed = new Set<util.Primitive>();
1788
- for (const option of def.options) {
1789
- const values = option._zod.propValues?.[def.discriminator];
1790
- if (!values || values.size === 0) {
1791
- throw new ZodCompileUnsupportedError("discriminated union option without static discriminator values");
1792
- }
1793
-
1794
- // Two options claiming one value are not discriminable, and the branch chain below would silently give it to the first. Declining to compile hands that back to the interpreter, whose own map build reports it.
1795
- for (const value of values) {
1796
- if (claimed.has(value)) {
1797
- throw new ZodCompileUnsupportedError(`duplicate discriminator value ${String(value)}`);
1798
- }
1799
- claimed.add(value);
1800
- }
1801
-
1802
- const conditions = Array.from(values, (value) => literalEquality(ctx, discVar, value));
1803
- const prefix = firstBranch ? "if" : "else if";
1804
- doc.write(`${prefix} (${conditions.join(" || ")}) {`);
1805
- doc.indented((d) => {
1806
- const branchOutput = generateCheck(d, ctx, option, accessor);
1807
- d.write(`${outputVar} = ${branchOutput};`);
1808
- });
1809
- doc.write(`}`);
1810
- firstBranch = false;
1811
- }
1812
-
1813
- doc.write(`else { return INVALID; }`);
1814
- return outputVar;
1815
- }
1816
-
1817
- function literalEquality(ctx: CompileContext, accessor: string, value: unknown): string {
1818
- if (typeof value === "string") return `${accessor} === ${util.esc(value)}`;
1819
- if (typeof value === "number") {
1820
- if (Number.isNaN(value)) return `Number.isNaN(${accessor})`;
1821
- return `${accessor} === ${value}`;
1822
- }
1823
- if (typeof value === "boolean") return `${accessor} === ${value}`;
1824
- if (value === null) return `${accessor} === null`;
1825
- if (value === undefined) return `${accessor} === undefined`;
1826
- if (typeof value === "bigint") return `${accessor} === ${value}n`;
1827
- if (typeof value === "symbol") {
1828
- const symbolConst = addConstant(ctx, value);
1829
- return `${accessor} === ${symbolConst}`;
1830
- }
1831
- throw new ZodCompileUnsupportedError(`literal discriminator value ${String(value)}`);
1832
- }
1833
-
1834
- function generateIntersectionCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1835
- const def = schema._zod.def as unknown as { left: SomeType; right: SomeType };
1836
- const leftOutput = compileChild(doc, ctx, def.left, accessor);
1837
- const rightOutput = compileChild(doc, ctx, def.right, accessor);
1838
-
1839
- // Hoist the runtime merge helper so recursive object/array merge semantics stay in one place. If the merge is invalid, return INVALID and let the runtime fallback construct canonical errors.
1840
- const mergeConst = addConstant(ctx, mergeValues);
1841
- const mergedVar = newVar(ctx);
1842
- doc.write(`const ${mergedVar} = ${mergeConst}(${leftOutput}, ${rightOutput});`);
1843
- doc.write(`if (!${mergedVar}.valid) return INVALID;`);
1844
- return `${mergedVar}.data`;
1845
- }
1846
-
1847
- function generateRecordCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1848
- const def = schema._zod.def as unknown as { keyType: SomeType; valueType: SomeType };
1849
-
1850
- // Use util.isPlainObject (rejects Date, Map, Set, class instances, etc.) to match runtime behavior. Hoisted call instead of inline so this stays a single source of truth with the runtime parser.
1851
- const isPlainObjectConst = addConstant(ctx, util.isPlainObject);
1852
- doc.write(`if (!${isPlainObjectConst}(${accessor})) return INVALID;`);
1853
-
1854
- const outputVar = newVar(ctx);
1855
- const kVar = newVar(ctx);
1856
- const valVar = newVar(ctx);
1857
-
1858
- doc.write(`const ${outputVar} = {};`);
1859
-
1860
- // Exhaustive record. The runtime gates this on `values && !def.partial`, since z.partialRecord keeps its value set but makes every key optional; a loose record passes unrecognized keys through, which the per-key scan cannot express.
1861
- const recordDef = def as unknown as { mode?: string; partial?: boolean };
1862
- const keyValues = recordDef.partial ? undefined : (def.keyType._zod as unknown as { values?: Set<unknown> }).values;
1863
- if (keyValues) {
1864
- const inputKeys: Array<string | symbol> = [];
1865
- for (const key of keyValues) {
1866
- if (!(typeof key === "string" || typeof key === "number" || typeof key === "symbol")) {
1867
- throw new ZodCompileUnsupportedError(`record key value ${String(key)}`);
1868
- }
1869
-
1870
- const inputKey = typeof key === "number" ? key.toString() : key;
1871
- if (inputKey === "__proto__") {
1872
- // `out["__proto__"] = v` would hit the prototype setter on the output.
1873
- throw new ZodCompileUnsupportedError('record key "__proto__"');
1874
- }
1875
- inputKeys.push(inputKey);
1876
-
1877
- const keyConst = addConstant(ctx, key);
1878
- const outKey = generateCheck(doc, ctx, def.keyType, keyConst);
1879
- // Read the property once. Passing the raw expression let compileChild validate one read while the output write performed a second, so a getter could hand back a value nothing had checked.
1880
- const valueVar = newVar(ctx);
1881
- doc.write(`const ${valueVar} = ${accessor}[${literalPropertyKey(ctx, inputKey)}];`);
1882
- const valOutput = compileChild(doc, ctx, def.valueType, valueVar);
1883
- doc.write(`${outputVar}[${outKey}] = ${valOutput};`);
1884
- }
1885
-
1886
- // `mode: "loose"` changes only what happens to unrecognized keys, so it belongs here rather than the per-present-key scan. Passing them through matches the runtime, which skips `__proto__`.
1887
- const knownKeysConst = addConstant(ctx, new Set(inputKeys));
1888
- doc.write(`for (const ${kVar} in ${accessor}) {`);
1889
- doc.indented((d) => {
1890
- d.write(`if (${knownKeysConst}.has(${kVar})) continue;`);
1891
- if (recordDef.mode === "loose") {
1892
- d.write(`if (${kVar} !== "__proto__") ${outputVar}[${kVar}] = ${accessor}[${kVar}];`);
1893
- } else {
1894
- d.write(`return INVALID;`);
1895
- }
1896
- });
1897
- doc.write(`}`);
1898
- return outputVar;
1899
- }
1900
-
1901
- // The bare-string shortcut below only tests `typeof key === "string"`, so it
1902
- // is correct exclusively for a `z.string()` carrying nothing else. A string
1903
- // *format* lives on the def rather than in `checks` — `z.record(z.email(), …)`
1904
- // reads as a plain string here — and coercion rewrites the key, so both have
1905
- // to take the general path or the shortcut accepts keys the runtime rejects.
1906
- const keyDef = def.keyType._zod.def as { type: string; format?: string; coerce?: boolean; checks?: unknown[] };
1907
- const keyIsBareString =
1908
- keyDef.type === "string" && keyDef.format === undefined && !keyDef.coerce && (keyDef.checks?.length ?? 0) === 0;
1909
- if (!keyIsBareString) {
1910
- // A key schema with no value set is a constraint every key must satisfy
1911
- // (`z.email()`, `z.string().min(3)`, `z.number()`, a template literal).
1912
- // The runtime runs it against each own enumerable key and writes the value
1913
- // under the key it produced, so compile it once and call it per key.
1914
- const isLoose = (def as { mode?: string }).mode === "loose";
1915
- const keyFast = addConstant(ctx, compileFn(def.keyType));
1916
- const numericConst = addConstant(ctx, regexes.number);
1917
- const propIsEnumerableConst = addConstant(ctx, Object.prototype.propertyIsEnumerable);
1918
- const outKeyVar = newVar(ctx);
1919
-
1920
- doc.write(`for (const ${kVar} of Reflect.ownKeys(${accessor})) {`);
1921
- doc.indented((d) => {
1922
- d.write(`if (${kVar} === "__proto__") continue;`);
1923
- d.write(`if (!${propIsEnumerableConst}.call(${accessor}, ${kVar})) continue;`);
1924
- d.write(`let ${outKeyVar} = ${keyFast}(${kVar});`);
1925
- // Numeric-string retry, mirroring the runtime: a key the schema rejects as a string is tried again as a number, so z.record(z.number(), …) matches the numeric keys JavaScript stringified on the way in.
1926
- d.write(
1927
- `if (${outKeyVar} === INVALID && typeof ${kVar} === "string" && ${numericConst}.test(${kVar})) ${outKeyVar} = ${keyFast}(Number(${kVar}));`
1928
- );
1929
- if (isLoose) {
1930
- // A loose record keeps a key its schema rejects, copying the value across unvalidated rather than failing the parse.
1931
- d.write(`if (${outKeyVar} === INVALID) { ${outputVar}[${kVar}] = ${accessor}[${kVar}]; continue; }`);
1932
- } else {
1933
- d.write(`if (${outKeyVar} === INVALID) return INVALID;`);
1934
- }
1935
- // The guard above tested the input key, but the schema can normalize an ordinary key into __proto__; re-check the one actually written under.
1936
- d.write(`if (${outKeyVar} === "__proto__") continue;`);
1937
- // Read once: the raw expression would be evaluated again by the output write below, so an accessor could return an unvalidated second value.
1938
- const valueVar = newVar(ctx);
1939
- d.write(`const ${valueVar} = ${accessor}[${kVar}];`);
1940
- const valOutput = compileChild(d, ctx, def.valueType, valueVar);
1941
- d.write(`${outputVar}[${outKeyVar}] = ${valOutput};`);
1942
- });
1943
- doc.write(`}`);
1944
- return outputVar;
1945
- }
1946
-
1947
- // Plain z.string() keys: iterate enumerable own keys and validate each value. Runtime uses Reflect.ownKeys so symbol keys participate in validation; matching that here prevents silently accepting objects with enumerable Symbol keys under z.record(z.string(), ...).
1948
- const propIsEnumerable = addConstant(ctx, Object.prototype.propertyIsEnumerable);
1949
- doc.write(`for (const ${kVar} of Reflect.ownKeys(${accessor})) {`);
1950
- doc.indented((d) => {
1951
- d.write(`if (${kVar} === "__proto__") continue;`);
1952
- d.write(`if (!${propIsEnumerable}.call(${accessor}, ${kVar})) continue;`);
1953
- d.write(`if (typeof ${kVar} !== "string") return INVALID;`);
1954
- d.write(`const ${valVar} = ${accessor}[${kVar}];`);
1955
- const valOutput = compileChild(d, ctx, def.valueType, valVar);
1956
- d.write(`${outputVar}[${kVar}] = ${valOutput};`);
1957
- });
1958
- doc.write(`}`);
1959
-
1960
- return outputVar;
1961
- }
1962
-
1963
- function literalPropertyKey(ctx: CompileContext, key: string | symbol): string {
1964
- if (typeof key === "string") return util.esc(key);
1965
- return addConstant(ctx, key);
1966
- }
1967
-
1968
- function generateMapCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1969
- const def = schema._zod.def as unknown as { keyType: SomeType; valueType: SomeType };
1970
-
1971
- doc.write(`if (!(${accessor} instanceof Map)) return INVALID;`);
1972
-
1973
- const outputVar = newVar(ctx);
1974
- const kVar = newVar(ctx);
1975
- const valVar = newVar(ctx);
1976
-
1977
- doc.write(`const ${outputVar} = new Map();`);
1978
- doc.write(`for (const [${kVar}, ${valVar}] of ${accessor}) {`);
1979
- doc.indented((d) => {
1980
- const keyOutput = generateCheck(d, ctx, def.keyType, kVar);
1981
- const valOutput = generateCheck(d, ctx, def.valueType, valVar);
1982
- d.write(`${outputVar}.set(${keyOutput}, ${valOutput});`);
1983
- });
1984
- doc.write(`}`);
1985
-
1986
- return outputVar;
1987
- }
1988
-
1989
- function generateSetCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
1990
- const def = schema._zod.def as unknown as { valueType: SomeType };
1991
-
1992
- doc.write(`if (!(${accessor} instanceof Set)) return INVALID;`);
1993
-
1994
- const outputVar = newVar(ctx);
1995
- const valVar = newVar(ctx);
1996
-
1997
- doc.write(`const ${outputVar} = new Set();`);
1998
- doc.write(`for (const ${valVar} of ${accessor}) {`);
1999
- doc.indented((d) => {
2000
- const valOutput = generateCheck(d, ctx, def.valueType, valVar);
2001
- d.write(`${outputVar}.add(${valOutput});`);
2002
- });
2003
- doc.write(`}`);
2004
-
2005
- return outputVar;
2006
- }
2007
-
2008
- function generateFileCheck(doc: Doc, accessor: string): string {
2009
- // Runtime $ZodFile is a bare `instanceof File`, including the implicit global lookup. The previous duck-typed fallback accepted arbitrary {name, size} objects in File-less environments — behavior the runtime never had.
2010
- doc.write(`if (!(${accessor} instanceof File)) return INVALID;`);
2011
- return accessor;
2012
- }
2013
-
2014
- function generateTemplateLiteralCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2015
- doc.write(`if (typeof ${accessor} !== "string") return INVALID;`);
2016
-
2017
- // Template literal schemas have a pre-computed pattern in _zod.pattern
2018
- const pattern = (schema._zod as unknown as { pattern: RegExp }).pattern;
2019
- if (pattern) {
2020
- const patternConst = addConstant(ctx, pattern);
2021
- doc.write(`${patternConst}.lastIndex = 0;`);
2022
- doc.write(`if (!${patternConst}.test(${accessor})) return INVALID;`);
2023
- }
2024
- return accessor;
2025
- }
2026
-
2027
- function generateLazyCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2028
- // For lazy schemas, we use a cached parser that falls back to runtime Zod parsing This handles recursive schemas correctly by avoiding infinite compilation loops
2029
- const def = schema._zod.def as unknown as { getter: () => SomeType };
2030
- const getterConst = addConstant(ctx, def.getter);
2031
- const cacheConst = addConstant(ctx, { parser: null as ((input: unknown) => unknown) | null });
2032
-
2033
- doc.write(`if (!${cacheConst}.parser) {`);
2034
- doc.indented((d) => {
2035
- d.write(`const inner = ${getterConst}();`);
2036
- d.write(`${cacheConst}.parser = function(input) {`);
2037
- d.indented((d2) => {
2038
- // Use runtime Zod parsing - this correctly handles recursive schemas Pass an empty ctx like runtimeRun does — runtime parsers read ctx.skipChecks/ctx.direction unconditionally and crash on undefined.
2039
- d2.write(`const result = inner._zod.run({ value: input, issues: [] }, {});`);
2040
- d2.write(`return result.issues.length === 0 ? result.value : INVALID;`);
2041
- });
2042
- d.write(`};`);
2043
- });
2044
- doc.write(`}`);
2045
-
2046
- const outputVar = newVar(ctx);
2047
- doc.write(`const ${outputVar} = ${cacheConst}.parser(${accessor});`);
2048
- doc.write(`if (${outputVar} === INVALID) return INVALID;`);
2049
- return outputVar;
2050
- }
2051
-
2052
- function generatePipeCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2053
- const def = schema._zod.def as unknown as {
2054
- in: SomeType;
2055
- out: SomeType;
2056
- transform?: (value: unknown, payload: unknown) => unknown;
2057
- };
2058
-
2059
- // Validate input type first
2060
- const inputOutput = generateCheck(doc, ctx, def.in, accessor);
2061
-
2062
- if (def.transform) {
2063
- // Apply transform and validate output. The transform may read its second `payload` argument (codec transforms like z.stringbool() push issues there) so wrap the call in a helper that spoofs a payload. Pushed issues signal INVALID and the wrapper falls back to the runtime.
2064
- if (isAsyncFunction(def.transform)) {
2065
- throw new ZodCompileAsyncError("z.compile: async transforms in pipes are not supported");
2066
- }
2067
- const transformFn = def.transform;
2068
- const helperFn = (value: unknown): unknown => {
2069
- // `addIssue` has to be here: a transform reporting through it is reporting, not failing. Without it the call threw a TypeError that the old catch swallowed into a fallback, so every ctx.addIssue transform quietly lost its fast path and the real error was never visible.
2070
- const fakePayload = { value, issues: [] as unknown[], addIssue: pushIssue };
2071
- // A throw is deliberately not caught. The interpreter lets one propagate out of the whole parse; swallowing it into INVALID turned a thrown error into a merely-rejected union branch, so a later branch answered instead.
2072
- const result = transformFn(value, fakePayload as any);
2073
- if (result instanceof Promise) return INVALID;
2074
- return fakePayload.issues.length === 0 ? result : INVALID;
2075
- };
2076
- const helperConst = addConstant(ctx, helperFn);
2077
- const transformedVar = newVar(ctx);
2078
- doc.write(`const ${transformedVar} = ${helperConst}(${inputOutput});`);
2079
- doc.write(`if (${transformedVar} === INVALID) return INVALID;`);
2080
- return generateCheck(doc, ctx, def.out, transformedVar);
2081
- } else {
2082
- // No transform - validate output type on same value
2083
- return generateCheck(doc, ctx, def.out, inputOutput);
2084
- }
2085
- }
2086
-
2087
- function isAsyncFunction(fn: unknown): boolean {
2088
- return (
2089
- typeof fn === "function" &&
2090
- (fn.constructor.name === "AsyncFunction" ||
2091
- (fn as { [Symbol.toStringTag]?: string })[Symbol.toStringTag] === "AsyncFunction")
2092
- );
2093
- }
2094
-
2095
- function generateCustomCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2096
- const def = schema._zod.def as unknown as { fn?: (value: unknown) => boolean };
2097
-
2098
- if (def.fn) {
2099
- // Check for async function
2100
- if (isAsyncFunction(def.fn)) {
2101
- throw new ZodCompileAsyncError("z.compile: async custom predicates are not supported");
2102
- }
2103
- // Custom schema with a predicate function (e.g. z.instanceof). `isAsyncFunction` above is syntactic, so a plain function returning a promise reaches here, and a promise is truthy — it would read as a pass where the interpreter throws.
2104
- const fnConst = addConstant(ctx, def.fn);
2105
- const throwAsyncConst = addConstant(ctx, throwAsync);
2106
- const resVar = newVar(ctx);
2107
- doc.write(`const ${resVar} = ${fnConst}(${accessor});`);
2108
- doc.write(`if (${resVar} instanceof Promise) ${throwAsyncConst}();`);
2109
- doc.write(`if (!${resVar}) return INVALID;`);
2110
- } else {
2111
- throw new ZodCompileUnsupportedError("custom schema without a predicate function");
2112
- }
2113
- return accessor;
2114
- }
2115
-
2116
- // Runtime helper for a compiled `catch`: runs the inner schema once and returns its value when it succeeded. Anything else — a failure the catch would handle, or an async inner — returns INVALID so the interpreter takes over.
2117
- function runtimeCatch(innerSchema: SomeType, catchValue: () => unknown, value: unknown): unknown {
2118
- const result = (innerSchema._zod.run as (p: ParsePayload, c: ParseContextInternal) => any)(
2119
- { value, issues: [] },
2120
- {} as ParseContextInternal
2121
- );
2122
- if (result && typeof (result as Promise<unknown>).then === "function") return INVALID;
2123
- const r = result as { value: unknown; issues: any[] };
2124
- if (r.issues.length === 0) return r.value;
2125
- // Only reached for a catch value that ignores the parse context — codegen refuses the rest — so there are no issues to finalize and nothing here needs the caller's error map.
2126
- return catchValue();
2127
- }
2128
-
2129
- function generateCatchCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2130
- const def = schema._zod.def as unknown as {
2131
- innerType: SomeType;
2132
- catchValue: (ctx: any) => unknown;
2133
- };
2134
-
2135
- // An untagged catchValue is a user callback, and one reading `ctx.error` needs the caller's per-parse error map. Catch *succeeds*, so a wrong message there is unobservable — refuse at codegen, and not islandable either, since `runtimeRun` has no context to hand it.
2136
- if (!(def.catchValue as { [util.CONSTANT_CATCH]?: boolean })[util.CONSTANT_CATCH]) {
2137
- throw new ZodCompileUnsupportedError("catch with a callback (only a constant catch value compiles)", false);
2138
- }
2139
-
2140
- const outputVar = newVar(ctx);
2141
- doc.write(`let ${outputVar} = (() => {`);
2142
- doc.indented((d) => {
2143
- const innerOut = compileChild(d, ctx, def.innerType, accessor);
2144
- d.write(`return ${innerOut};`);
2145
- });
2146
- doc.write(`})();`);
2147
-
2148
- const innerConst = addConstant(ctx, def.innerType);
2149
- const catchConst = addConstant(ctx, def.catchValue);
2150
- const catchHelperConst = addConstant(ctx, runtimeCatch);
2151
- doc.write(`if (${outputVar} === INVALID) {`);
2152
- doc.indented((d) => {
2153
- d.write(`${outputVar} = ${catchHelperConst}(${innerConst}, ${catchConst}, ${accessor});`);
2154
- d.write(`if (${outputVar} === INVALID) return INVALID;`);
2155
- });
2156
- doc.write(`}`);
2157
- return outputVar;
2158
- }
2159
-
2160
- function generateTransformCheck(doc: Doc, ctx: CompileContext, schema: SomeType, accessor: string): string {
2161
- const def = schema._zod.def as unknown as {
2162
- transform: (value: unknown, payload: unknown) => unknown;
2163
- };
2164
-
2165
- if (def.transform) {
2166
- // Check for async transform
2167
- if (isAsyncFunction(def.transform)) {
2168
- throw new ZodCompileAsyncError("z.compile: async transforms are not supported");
2169
- }
2170
-
2171
- // Create a helper that runs the transform and returns the result or INVALID on error
2172
- const transformFn = def.transform;
2173
- const helperFn = (value: unknown): unknown => {
2174
- const fakePayload = { value, issues: [] as unknown[], addIssue: pushIssue };
2175
- // As in the pipe helper: a throw propagates, because the interpreter lets it out of the whole parse rather than treating it as a failed branch.
2176
- const result = transformFn(value, fakePayload);
2177
- if (result instanceof Promise) return INVALID;
2178
- return fakePayload.issues.length === 0 ? result : INVALID;
2179
- };
2180
- const helperConst = addConstant(ctx, helperFn);
2181
- const outputVar = newVar(ctx);
2182
- doc.write(`const ${outputVar} = ${helperConst}(${accessor});`);
2183
- doc.write(`if (${outputVar} === INVALID) return INVALID;`);
2184
- return outputVar;
2185
- }
2186
-
2187
- return accessor;
2188
- }