@zuplo/cli 6.73.30 → 6.73.31

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 (614) hide show
  1. package/dist/test/invoke-test.d.ts.map +1 -1
  2. package/dist/test/invoke-test.js +4 -3
  3. package/dist/test/invoke-test.js.map +1 -1
  4. package/dist/test/invoke-test.test.d.ts +2 -0
  5. package/dist/test/invoke-test.test.d.ts.map +1 -0
  6. package/dist/test/invoke-test.test.js +57 -0
  7. package/dist/test/invoke-test.test.js.map +1 -0
  8. package/dist/tsconfig.tsbuildinfo +1 -1
  9. package/node_modules/@posthog/core/dist/posthog-core.d.ts.map +1 -1
  10. package/node_modules/@posthog/core/dist/posthog-core.js +18 -1
  11. package/node_modules/@posthog/core/dist/posthog-core.mjs +18 -1
  12. package/node_modules/@posthog/core/package.json +1 -1
  13. package/node_modules/@posthog/core/src/posthog-core.ts +28 -1
  14. package/node_modules/@zuplo/core/package.json +1 -1
  15. package/node_modules/@zuplo/editor/node_modules/hono/LICENSE +21 -0
  16. package/node_modules/@zuplo/editor/node_modules/hono/README.md +85 -0
  17. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/aws-lambda/conninfo.js +24 -0
  18. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/aws-lambda/handler.js +364 -0
  19. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/aws-lambda/index.js +9 -0
  20. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/aws-lambda/types.js +0 -0
  21. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/conninfo.js +27 -0
  22. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/index.js +16 -0
  23. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/serve-static.js +30 -0
  24. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/server.js +5 -0
  25. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/ssg.js +17 -0
  26. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/bun/websocket.js +73 -0
  27. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-pages/conninfo.js +9 -0
  28. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-pages/handler.js +67 -0
  29. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-pages/index.js +9 -0
  30. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/conninfo.js +9 -0
  31. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/index.js +9 -0
  32. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/serve-static-module.js +8 -0
  33. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/serve-static.js +22 -0
  34. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/utils.js +35 -0
  35. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/cloudflare-workers/websocket.js +41 -0
  36. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/conninfo.js +14 -0
  37. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/deno.d.js +0 -0
  38. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/index.js +12 -0
  39. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/serve-static.js +40 -0
  40. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/ssg.js +18 -0
  41. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/deno/websocket.js +32 -0
  42. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/lambda-edge/conninfo.js +9 -0
  43. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/lambda-edge/handler.js +96 -0
  44. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/lambda-edge/index.js +7 -0
  45. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/netlify/conninfo.js +9 -0
  46. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/netlify/handler.js +9 -0
  47. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/netlify/index.js +2 -0
  48. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/netlify/mod.js +7 -0
  49. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/service-worker/handler.js +20 -0
  50. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/service-worker/index.js +9 -0
  51. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/service-worker/types.js +0 -0
  52. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/vercel/conninfo.js +10 -0
  53. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/vercel/handler.js +7 -0
  54. package/node_modules/@zuplo/editor/node_modules/hono/dist/adapter/vercel/index.js +7 -0
  55. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/aws-lambda/conninfo.js +46 -0
  56. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +395 -0
  57. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/aws-lambda/index.js +34 -0
  58. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/aws-lambda/types.js +15 -0
  59. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/conninfo.js +49 -0
  60. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/index.js +45 -0
  61. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/serve-static.js +52 -0
  62. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/server.js +27 -0
  63. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/ssg.js +40 -0
  64. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/bun/websocket.js +98 -0
  65. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-pages/conninfo.js +31 -0
  66. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-pages/handler.js +91 -0
  67. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-pages/index.js +34 -0
  68. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/conninfo.js +31 -0
  69. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/index.js +33 -0
  70. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static-module.js +30 -0
  71. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/serve-static.js +44 -0
  72. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/utils.js +57 -0
  73. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/cloudflare-workers/websocket.js +63 -0
  74. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/conninfo.js +36 -0
  75. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/deno.d.js +0 -0
  76. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/index.js +38 -0
  77. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/serve-static.js +62 -0
  78. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/ssg.js +41 -0
  79. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/deno/websocket.js +54 -0
  80. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/lambda-edge/conninfo.js +31 -0
  81. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/lambda-edge/handler.js +130 -0
  82. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/lambda-edge/index.js +30 -0
  83. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/netlify/conninfo.js +31 -0
  84. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/netlify/handler.js +31 -0
  85. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/netlify/index.js +21 -0
  86. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/netlify/mod.js +30 -0
  87. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/service-worker/handler.js +42 -0
  88. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/service-worker/index.js +32 -0
  89. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/service-worker/types.js +15 -0
  90. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/vercel/conninfo.js +32 -0
  91. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/vercel/handler.js +29 -0
  92. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/adapter/vercel/index.js +30 -0
  93. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/client/client.js +204 -0
  94. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/client/fetch-result-please.js +85 -0
  95. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/client/index.js +32 -0
  96. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/client/types.js +15 -0
  97. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/client/utils.js +105 -0
  98. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/compose.js +68 -0
  99. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/context.js +435 -0
  100. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/accepts/accepts.js +43 -0
  101. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/accepts/index.js +27 -0
  102. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/adapter/index.js +81 -0
  103. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/conninfo/index.js +15 -0
  104. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/conninfo/types.js +15 -0
  105. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/cookie/index.js +130 -0
  106. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/css/common.js +273 -0
  107. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/css/index.js +157 -0
  108. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/dev/index.js +79 -0
  109. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/factory/index.js +54 -0
  110. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/html/index.js +64 -0
  111. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/proxy/index.js +111 -0
  112. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/route/index.js +71 -0
  113. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/ssg/index.js +43 -0
  114. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/ssg/middleware.js +73 -0
  115. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/ssg/plugins.js +70 -0
  116. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/ssg/ssg.js +320 -0
  117. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/ssg/utils.js +93 -0
  118. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/streaming/index.js +35 -0
  119. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/streaming/sse.js +91 -0
  120. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/streaming/stream.js +56 -0
  121. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/streaming/text.js +34 -0
  122. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/streaming/utils.js +35 -0
  123. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/testing/index.js +33 -0
  124. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/helper/websocket/index.js +81 -0
  125. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/hono-base.js +405 -0
  126. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/hono.js +43 -0
  127. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/http-exception.js +57 -0
  128. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/index.js +30 -0
  129. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/base.js +374 -0
  130. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/children.js +44 -0
  131. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/components.js +221 -0
  132. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/constants.js +42 -0
  133. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/context.js +188 -0
  134. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/client.js +76 -0
  135. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/components.js +55 -0
  136. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/context.js +71 -0
  137. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/css.js +168 -0
  138. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/hooks/index.js +74 -0
  139. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/index.js +181 -0
  140. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/intrinsic-element/components.js +399 -0
  141. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/jsx-dev-runtime.js +52 -0
  142. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/jsx-runtime.js +32 -0
  143. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/render.js +641 -0
  144. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/server.js +67 -0
  145. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/dom/utils.js +32 -0
  146. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/hooks/index.js +370 -0
  147. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/index.js +138 -0
  148. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/intrinsic-element/common.js +50 -0
  149. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +189 -0
  150. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/intrinsic-elements.js +15 -0
  151. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/jsx-dev-runtime.js +41 -0
  152. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +71 -0
  153. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/streaming.js +179 -0
  154. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/types.js +15 -0
  155. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/jsx/utils.js +200 -0
  156. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/basic-auth/index.js +88 -0
  157. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/bearer-auth/index.js +114 -0
  158. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/body-limit/index.js +75 -0
  159. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/cache/index.js +124 -0
  160. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/combine/index.js +101 -0
  161. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/compress/index.js +92 -0
  162. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/context-storage/index.js +47 -0
  163. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/cors/index.js +106 -0
  164. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/csrf/index.js +77 -0
  165. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/etag/digest.js +55 -0
  166. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/etag/index.js +96 -0
  167. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/ip-restriction/index.js +176 -0
  168. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/jsx-renderer/index.js +82 -0
  169. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/jwk/index.js +27 -0
  170. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +134 -0
  171. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/jwt/index.js +38 -0
  172. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +140 -0
  173. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/language/index.js +35 -0
  174. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/language/language.js +199 -0
  175. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/logger/index.js +72 -0
  176. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/method-override/index.js +106 -0
  177. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/powered-by/index.js +32 -0
  178. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/pretty-json/index.js +37 -0
  179. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/request-id/index.js +27 -0
  180. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/request-id/request-id.js +43 -0
  181. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/secure-headers/index.js +29 -0
  182. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/secure-headers/permissions-policy.js +15 -0
  183. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/secure-headers/secure-headers.js +195 -0
  184. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/serve-static/index.js +99 -0
  185. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/serve-static/path.js +40 -0
  186. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/timeout/index.js +47 -0
  187. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/timing/index.js +35 -0
  188. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/timing/timing.js +130 -0
  189. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +62 -0
  190. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/package.json +3 -0
  191. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/preset/quick.js +38 -0
  192. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/preset/tiny.js +34 -0
  193. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/request/constants.js +27 -0
  194. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/request.js +344 -0
  195. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/linear-router/index.js +27 -0
  196. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/linear-router/router.js +140 -0
  197. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/pattern-router/index.js +27 -0
  198. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/pattern-router/router.js +70 -0
  199. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/index.js +34 -0
  200. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/matcher.js +48 -0
  201. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +134 -0
  202. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/prepared-router.js +166 -0
  203. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +208 -0
  204. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +81 -0
  205. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/smart-router/index.js +27 -0
  206. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/smart-router/router.js +80 -0
  207. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/trie-router/index.js +27 -0
  208. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/trie-router/node.js +210 -0
  209. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router/trie-router/router.js +48 -0
  210. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/router.js +40 -0
  211. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/types.js +28 -0
  212. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/accept.js +245 -0
  213. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/basic-auth.js +45 -0
  214. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/body.js +111 -0
  215. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/buffer.js +103 -0
  216. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/color.js +48 -0
  217. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/compress.js +27 -0
  218. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/concurrent.js +61 -0
  219. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/constants.js +27 -0
  220. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/cookie.js +198 -0
  221. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/crypto.js +69 -0
  222. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/encode.js +54 -0
  223. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/filepath.js +58 -0
  224. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/handler.js +36 -0
  225. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/headers.js +15 -0
  226. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/html.js +150 -0
  227. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/http-status.js +15 -0
  228. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/ipaddr.js +318 -0
  229. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/index.js +28 -0
  230. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/jwa.js +42 -0
  231. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/jws.js +215 -0
  232. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/jwt.js +219 -0
  233. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/types.js +161 -0
  234. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/jwt/utf8.js +30 -0
  235. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/mime.js +106 -0
  236. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/stream.js +103 -0
  237. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/types.js +15 -0
  238. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/utils/url.js +256 -0
  239. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/validator/index.js +27 -0
  240. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/validator/utils.js +15 -0
  241. package/node_modules/@zuplo/editor/node_modules/hono/dist/cjs/validator/validator.js +108 -0
  242. package/node_modules/@zuplo/editor/node_modules/hono/dist/client/client.js +189 -0
  243. package/node_modules/@zuplo/editor/node_modules/hono/dist/client/fetch-result-please.js +62 -0
  244. package/node_modules/@zuplo/editor/node_modules/hono/dist/client/index.js +8 -0
  245. package/node_modules/@zuplo/editor/node_modules/hono/dist/client/types.js +0 -0
  246. package/node_modules/@zuplo/editor/node_modules/hono/dist/client/utils.js +76 -0
  247. package/node_modules/@zuplo/editor/node_modules/hono/dist/compose.js +46 -0
  248. package/node_modules/@zuplo/editor/node_modules/hono/dist/context.js +412 -0
  249. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/accepts/accepts.js +20 -0
  250. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/accepts/index.js +5 -0
  251. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/adapter/index.js +56 -0
  252. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/conninfo/index.js +0 -0
  253. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/conninfo/types.js +0 -0
  254. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/cookie/index.js +102 -0
  255. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/css/common.js +236 -0
  256. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/css/index.js +140 -0
  257. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/dev/index.js +55 -0
  258. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/factory/index.js +30 -0
  259. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/html/index.js +41 -0
  260. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/proxy/index.js +89 -0
  261. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/route/index.js +46 -0
  262. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/ssg/index.js +19 -0
  263. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/ssg/middleware.js +45 -0
  264. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/ssg/plugins.js +47 -0
  265. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/ssg/ssg.js +297 -0
  266. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/ssg/utils.js +67 -0
  267. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/streaming/index.js +10 -0
  268. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/streaming/sse.js +68 -0
  269. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/streaming/stream.js +34 -0
  270. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/streaming/text.js +12 -0
  271. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/streaming/utils.js +13 -0
  272. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/testing/index.js +11 -0
  273. package/node_modules/@zuplo/editor/node_modules/hono/dist/helper/websocket/index.js +57 -0
  274. package/node_modules/@zuplo/editor/node_modules/hono/dist/hono-base.js +383 -0
  275. package/node_modules/@zuplo/editor/node_modules/hono/dist/hono.js +21 -0
  276. package/node_modules/@zuplo/editor/node_modules/hono/dist/http-exception.js +35 -0
  277. package/node_modules/@zuplo/editor/node_modules/hono/dist/index.js +7 -0
  278. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/base.js +342 -0
  279. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/children.js +21 -0
  280. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/components.js +198 -0
  281. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/constants.js +15 -0
  282. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/context.js +162 -0
  283. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/client.js +53 -0
  284. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/components.js +32 -0
  285. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/context.js +48 -0
  286. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/css.js +150 -0
  287. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/hooks/index.js +48 -0
  288. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/index.js +142 -0
  289. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/intrinsic-element/components.js +374 -0
  290. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/jsx-dev-runtime.js +19 -0
  291. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/jsx-runtime.js +8 -0
  292. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/render.js +617 -0
  293. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/server.js +33 -0
  294. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/dom/utils.js +10 -0
  295. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/hooks/index.js +328 -0
  296. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/index.js +103 -0
  297. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/intrinsic-element/common.js +24 -0
  298. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/intrinsic-element/components.js +165 -0
  299. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/intrinsic-elements.js +0 -0
  300. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/jsx-dev-runtime.js +18 -0
  301. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/jsx-runtime.js +44 -0
  302. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/streaming.js +155 -0
  303. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/types.js +0 -0
  304. package/node_modules/@zuplo/editor/node_modules/hono/dist/jsx/utils.js +175 -0
  305. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/basic-auth/index.js +66 -0
  306. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/bearer-auth/index.js +92 -0
  307. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/body-limit/index.js +53 -0
  308. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/cache/index.js +102 -0
  309. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/combine/index.js +77 -0
  310. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/compress/index.js +69 -0
  311. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/context-storage/index.js +23 -0
  312. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/cors/index.js +84 -0
  313. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/csrf/index.js +55 -0
  314. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/etag/digest.js +33 -0
  315. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/etag/index.js +73 -0
  316. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/ip-restriction/index.js +162 -0
  317. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/jsx-renderer/index.js +58 -0
  318. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/jwk/index.js +5 -0
  319. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/jwk/jwk.js +112 -0
  320. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/jwt/index.js +11 -0
  321. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/jwt/jwt.js +114 -0
  322. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/language/index.js +15 -0
  323. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/language/language.js +168 -0
  324. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/logger/index.js +44 -0
  325. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/method-override/index.js +84 -0
  326. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/powered-by/index.js +10 -0
  327. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/pretty-json/index.js +15 -0
  328. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/request-id/index.js +5 -0
  329. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/request-id/request-id.js +21 -0
  330. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/secure-headers/index.js +6 -0
  331. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/secure-headers/permissions-policy.js +0 -0
  332. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/secure-headers/secure-headers.js +172 -0
  333. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/serve-static/index.js +77 -0
  334. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/serve-static/path.js +18 -0
  335. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/timeout/index.js +25 -0
  336. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/timing/index.js +9 -0
  337. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/timing/timing.js +104 -0
  338. package/node_modules/@zuplo/editor/node_modules/hono/dist/middleware/trailing-slash/index.js +39 -0
  339. package/node_modules/@zuplo/editor/node_modules/hono/dist/preset/quick.js +16 -0
  340. package/node_modules/@zuplo/editor/node_modules/hono/dist/preset/tiny.js +12 -0
  341. package/node_modules/@zuplo/editor/node_modules/hono/dist/request/constants.js +5 -0
  342. package/node_modules/@zuplo/editor/node_modules/hono/dist/request.js +321 -0
  343. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/linear-router/index.js +5 -0
  344. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/linear-router/router.js +118 -0
  345. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/pattern-router/index.js +5 -0
  346. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/pattern-router/router.js +48 -0
  347. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/index.js +9 -0
  348. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/matcher.js +25 -0
  349. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/node.js +111 -0
  350. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/prepared-router.js +142 -0
  351. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/router.js +190 -0
  352. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/reg-exp-router/trie.js +59 -0
  353. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/smart-router/index.js +5 -0
  354. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/smart-router/router.js +58 -0
  355. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/trie-router/index.js +5 -0
  356. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/trie-router/node.js +188 -0
  357. package/node_modules/@zuplo/editor/node_modules/hono/dist/router/trie-router/router.js +26 -0
  358. package/node_modules/@zuplo/editor/node_modules/hono/dist/router.js +14 -0
  359. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/aws-lambda/conninfo.d.ts +27 -0
  360. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/aws-lambda/handler.d.ts +184 -0
  361. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/aws-lambda/index.d.ts +8 -0
  362. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/aws-lambda/types.d.ts +153 -0
  363. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/conninfo.d.ts +7 -0
  364. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/index.d.ts +10 -0
  365. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/serve-static.d.ts +3 -0
  366. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/server.d.ts +12 -0
  367. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/ssg.d.ts +13 -0
  368. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/bun/websocket.d.ts +39 -0
  369. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-pages/conninfo.d.ts +21 -0
  370. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-pages/handler.d.ts +33 -0
  371. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-pages/index.d.ts +7 -0
  372. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/conninfo.d.ts +2 -0
  373. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/index.d.ts +7 -0
  374. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static-module.d.ts +4 -0
  375. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/serve-static.d.ts +16 -0
  376. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/utils.d.ts +5 -0
  377. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/cloudflare-workers/websocket.d.ts +2 -0
  378. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/deno/conninfo.d.ts +7 -0
  379. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/deno/index.d.ts +8 -0
  380. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/deno/serve-static.d.ts +3 -0
  381. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/deno/ssg.d.ts +13 -0
  382. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/deno/websocket.d.ts +2 -0
  383. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/lambda-edge/conninfo.d.ts +2 -0
  384. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/lambda-edge/handler.d.ts +87 -0
  385. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/lambda-edge/index.d.ts +7 -0
  386. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/netlify/conninfo.d.ts +21 -0
  387. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/netlify/handler.d.ts +2 -0
  388. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/netlify/index.d.ts +5 -0
  389. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/netlify/mod.d.ts +2 -0
  390. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/service-worker/handler.d.ts +16 -0
  391. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/service-worker/index.d.ts +28 -0
  392. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/service-worker/types.d.ts +12 -0
  393. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/vercel/conninfo.d.ts +2 -0
  394. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/vercel/handler.d.ts +2 -0
  395. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/adapter/vercel/index.d.ts +6 -0
  396. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/client/client.d.ts +4 -0
  397. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/client/fetch-result-please.d.ts +35 -0
  398. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/client/index.d.ts +7 -0
  399. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/client/types.d.ts +229 -0
  400. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/client/utils.d.ts +18 -0
  401. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/compose.d.ts +14 -0
  402. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/context.d.ts +455 -0
  403. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/accepts/accepts.d.ts +30 -0
  404. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/accepts/index.d.ts +5 -0
  405. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/adapter/index.d.ts +12 -0
  406. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/conninfo/index.d.ts +5 -0
  407. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/conninfo/types.d.ts +36 -0
  408. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/cookie/index.d.ts +24 -0
  409. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/css/common.d.ts +59 -0
  410. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/css/index.d.ts +80 -0
  411. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/dev/index.d.ts +20 -0
  412. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/factory/index.d.ts +82 -0
  413. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/html/index.d.ts +8 -0
  414. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/proxy/index.d.ts +72 -0
  415. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/route/index.d.ts +75 -0
  416. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/ssg/index.d.ts +7 -0
  417. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/ssg/middleware.d.ts +44 -0
  418. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/ssg/plugins.d.ts +27 -0
  419. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/ssg/ssg.d.ts +91 -0
  420. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/ssg/utils.d.ts +16 -0
  421. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/streaming/index.d.ts +8 -0
  422. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/streaming/sse.d.ts +13 -0
  423. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/streaming/stream.d.ts +3 -0
  424. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/streaming/text.d.ts +3 -0
  425. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/streaming/utils.d.ts +1 -0
  426. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/testing/index.d.ts +12 -0
  427. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/helper/websocket/index.d.ts +69 -0
  428. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/hono-base.d.ts +220 -0
  429. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/hono.d.ts +19 -0
  430. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/http-exception.d.ts +59 -0
  431. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/index.d.ts +37 -0
  432. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/base.d.ts +56 -0
  433. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/children.d.ts +9 -0
  434. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/components.d.ts +15 -0
  435. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/constants.d.ts +6 -0
  436. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/context.d.ts +51 -0
  437. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/client.d.ts +31 -0
  438. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/components.d.ts +10 -0
  439. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/context.d.ts +3 -0
  440. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/css.d.ts +83 -0
  441. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/hooks/index.d.ts +39 -0
  442. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/index.d.ts +88 -0
  443. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +16 -0
  444. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/jsx-dev-runtime.d.ts +8 -0
  445. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/jsx-runtime.d.ts +7 -0
  446. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/render.d.ts +73 -0
  447. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/server.d.ts +106 -0
  448. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/dom/utils.d.ts +1 -0
  449. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/hooks/index.d.ts +45 -0
  450. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/index.d.ts +75 -0
  451. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/intrinsic-element/common.d.ts +6 -0
  452. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/intrinsic-element/components.d.ts +13 -0
  453. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/intrinsic-elements.d.ts +722 -0
  454. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/jsx-dev-runtime.d.ts +8 -0
  455. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/jsx-runtime.d.ts +12 -0
  456. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/streaming.d.ts +36 -0
  457. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/types.d.ts +35 -0
  458. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/jsx/utils.d.ts +4 -0
  459. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/basic-auth/index.d.ts +75 -0
  460. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/bearer-auth/index.d.ts +92 -0
  461. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/body-limit/index.d.ts +45 -0
  462. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/cache/index.d.ts +43 -0
  463. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/combine/index.d.ts +85 -0
  464. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/compress/index.d.ts +40 -0
  465. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/context-storage/index.d.ts +40 -0
  466. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/cors/index.d.ts +55 -0
  467. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/csrf/index.d.ts +78 -0
  468. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/etag/digest.d.ts +1 -0
  469. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/etag/index.d.ts +42 -0
  470. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/ip-restriction/index.d.ts +67 -0
  471. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +77 -0
  472. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/jwk/index.d.ts +1 -0
  473. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +54 -0
  474. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/jwt/index.d.ts +8 -0
  475. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +67 -0
  476. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/language/index.d.ts +7 -0
  477. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/language/language.d.ts +120 -0
  478. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/logger/index.d.ts +24 -0
  479. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/method-override/index.d.ts +48 -0
  480. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/powered-by/index.d.ts +29 -0
  481. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/pretty-json/index.d.ts +42 -0
  482. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/request-id/index.d.ts +7 -0
  483. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/request-id/request-id.d.ts +37 -0
  484. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/secure-headers/index.d.ts +8 -0
  485. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/secure-headers/permissions-policy.d.ts +14 -0
  486. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/secure-headers/secure-headers.d.ts +109 -0
  487. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/serve-static/index.d.ts +31 -0
  488. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/serve-static/path.d.ts +5 -0
  489. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/timeout/index.d.ts +31 -0
  490. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/timing/index.d.ts +7 -0
  491. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/timing/timing.d.ts +129 -0
  492. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +94 -0
  493. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/package.json +3 -0
  494. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/preset/quick.d.ts +10 -0
  495. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/preset/tiny.d.ts +10 -0
  496. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/request/constants.d.ts +1 -0
  497. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/request.d.ts +324 -0
  498. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/linear-router/index.d.ts +5 -0
  499. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/linear-router/router.d.ts +7 -0
  500. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/pattern-router/index.d.ts +5 -0
  501. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/pattern-router/router.d.ts +7 -0
  502. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/index.d.ts +6 -0
  503. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/matcher.d.ts +7 -0
  504. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +10 -0
  505. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/prepared-router.d.ts +17 -0
  506. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/router.d.ts +11 -0
  507. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +7 -0
  508. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/smart-router/index.d.ts +5 -0
  509. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/smart-router/router.d.ts +11 -0
  510. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/trie-router/index.d.ts +5 -0
  511. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/trie-router/node.d.ts +7 -0
  512. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router/trie-router/router.d.ts +8 -0
  513. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/router.d.ts +97 -0
  514. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/types.d.ts +573 -0
  515. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/accept.d.ts +6 -0
  516. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/basic-auth.d.ts +5 -0
  517. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/body.d.ts +79 -0
  518. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/buffer.d.ts +17 -0
  519. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/color.d.ts +21 -0
  520. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/compress.d.ts +8 -0
  521. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/concurrent.d.ts +11 -0
  522. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/constants.d.ts +4 -0
  523. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/cookie.d.ts +40 -0
  524. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/crypto.d.ts +15 -0
  525. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/encode.d.ts +8 -0
  526. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/filepath.d.ts +12 -0
  527. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/handler.d.ts +6 -0
  528. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/headers.d.ts +8 -0
  529. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/html.d.ts +44 -0
  530. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/http-status.d.ts +32 -0
  531. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/ipaddr.d.ts +56 -0
  532. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/index.d.ts +18 -0
  533. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/jwa.d.ts +23 -0
  534. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/jws.d.ts +12 -0
  535. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/jwt.d.ts +43 -0
  536. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/types.d.ts +86 -0
  537. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/jwt/utf8.d.ts +6 -0
  538. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/mime.d.ts +70 -0
  539. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/stream.d.ts +31 -0
  540. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/types.d.ts +74 -0
  541. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/utils/url.d.ts +39 -0
  542. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/validator/index.d.ts +7 -0
  543. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/validator/utils.d.ts +29 -0
  544. package/node_modules/@zuplo/editor/node_modules/hono/dist/types/validator/validator.d.ts +16 -0
  545. package/node_modules/@zuplo/editor/node_modules/hono/dist/types.js +6 -0
  546. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/accept.js +223 -0
  547. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/basic-auth.js +23 -0
  548. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/body.js +89 -0
  549. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/buffer.js +78 -0
  550. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/color.js +25 -0
  551. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/compress.js +5 -0
  552. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/concurrent.js +39 -0
  553. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/constants.js +5 -0
  554. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/cookie.js +173 -0
  555. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/crypto.js +44 -0
  556. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/encode.js +29 -0
  557. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/filepath.js +35 -0
  558. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/handler.js +13 -0
  559. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/headers.js +0 -0
  560. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/html.js +123 -0
  561. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/http-status.js +0 -0
  562. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/ipaddr.js +288 -0
  563. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/index.js +6 -0
  564. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/jwa.js +20 -0
  565. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/jws.js +192 -0
  566. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/jwt.js +207 -0
  567. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/types.js +124 -0
  568. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/jwt/utf8.js +7 -0
  569. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/mime.js +82 -0
  570. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/stream.js +81 -0
  571. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/types.js +0 -0
  572. package/node_modules/@zuplo/editor/node_modules/hono/dist/utils/url.js +222 -0
  573. package/node_modules/@zuplo/editor/node_modules/hono/dist/validator/index.js +5 -0
  574. package/node_modules/@zuplo/editor/node_modules/hono/dist/validator/utils.js +0 -0
  575. package/node_modules/@zuplo/editor/node_modules/hono/dist/validator/validator.js +86 -0
  576. package/node_modules/@zuplo/editor/node_modules/hono/package.json +699 -0
  577. package/node_modules/@zuplo/graphql/package.json +1 -1
  578. package/node_modules/@zuplo/openapi-tools/package.json +1 -1
  579. package/node_modules/@zuplo/otel/out/esm/chunk-6UX7NFNJ.js +26 -0
  580. package/node_modules/@zuplo/otel/out/esm/chunk-6UX7NFNJ.js.map +1 -0
  581. package/node_modules/@zuplo/otel/out/esm/index.js +1 -1
  582. package/node_modules/@zuplo/otel/package.json +1 -1
  583. package/node_modules/@zuplo/runtime/out/esm/chunk-TOMTVLZA.js +405 -0
  584. package/node_modules/@zuplo/runtime/out/esm/chunk-TOMTVLZA.js.map +1 -0
  585. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  586. package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
  587. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
  588. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  589. package/node_modules/@zuplo/runtime/out/types/index.d.ts +18 -0
  590. package/node_modules/@zuplo/runtime/package.json +1 -1
  591. package/node_modules/fast-uri/index.js +37 -1
  592. package/node_modules/fast-uri/package.json +1 -1
  593. package/node_modules/fast-uri/test/security.test.js +136 -0
  594. package/node_modules/hono/dist/cjs/jsx/hooks/index.js +14 -11
  595. package/node_modules/hono/dist/cjs/utils/cookie.js +2 -1
  596. package/node_modules/hono/dist/jsx/hooks/index.js +14 -11
  597. package/node_modules/hono/dist/utils/cookie.js +2 -1
  598. package/node_modules/hono/package.json +2 -3
  599. package/node_modules/ip-address/README.md +142 -128
  600. package/node_modules/ip-address/dist/common.d.ts +6 -0
  601. package/node_modules/ip-address/dist/common.js +17 -1
  602. package/node_modules/ip-address/dist/common.js.map +1 -1
  603. package/node_modules/ip-address/dist/ipv4.js +3 -12
  604. package/node_modules/ip-address/dist/ipv4.js.map +1 -1
  605. package/node_modules/ip-address/dist/ipv6.d.ts +9 -2
  606. package/node_modules/ip-address/dist/ipv6.js +35 -16
  607. package/node_modules/ip-address/dist/ipv6.js.map +1 -1
  608. package/node_modules/ip-address/package.json +5 -3
  609. package/package.json +6 -6
  610. package/node_modules/@zuplo/otel/out/esm/chunk-6IEB7H3W.js +0 -26
  611. package/node_modules/@zuplo/otel/out/esm/chunk-6IEB7H3W.js.map +0 -1
  612. package/node_modules/@zuplo/runtime/out/esm/chunk-6E46244D.js +0 -405
  613. package/node_modules/@zuplo/runtime/out/esm/chunk-6E46244D.js.map +0 -1
  614. /package/node_modules/@zuplo/runtime/out/esm/{chunk-6E46244D.js.LEGAL.txt → chunk-TOMTVLZA.js.LEGAL.txt} +0 -0
@@ -0,0 +1,155 @@
1
+ // src/jsx/streaming.ts
2
+ import { raw } from "../helper/html/index.js";
3
+ import { HtmlEscapedCallbackPhase, resolveCallback } from "../utils/html.js";
4
+ import { JSXNode } from "./base.js";
5
+ import { childrenToString } from "./components.js";
6
+ import { DOM_RENDERER, DOM_STASH } from "./constants.js";
7
+ import { captureRenderContext, createContext, useContext } from "./context.js";
8
+ import { Suspense as SuspenseDomRenderer } from "./dom/components.js";
9
+ import { buildDataStack } from "./dom/render.js";
10
+ var StreamingContext = createContext(null);
11
+ var suspenseCounter = 0;
12
+ var Suspense = async ({
13
+ children,
14
+ fallback
15
+ }) => {
16
+ if (!Array.isArray(children)) {
17
+ children = [children];
18
+ }
19
+ const nonce = useContext(StreamingContext)?.scriptNonce;
20
+ let resArray = [];
21
+ const stackNode = { [DOM_STASH]: [0, []] };
22
+ const popNodeStack = () => {
23
+ buildDataStack.pop();
24
+ };
25
+ try {
26
+ stackNode[DOM_STASH][0] = 0;
27
+ buildDataStack.push([[], stackNode]);
28
+ resArray = children.map(
29
+ (c) => c == null || typeof c === "boolean" ? "" : c.toString()
30
+ );
31
+ } catch (e) {
32
+ if (e instanceof Promise) {
33
+ const resume = captureRenderContext();
34
+ resArray = [
35
+ e.then(
36
+ () => resume(() => {
37
+ stackNode[DOM_STASH][0] = 0;
38
+ buildDataStack.push([[], stackNode]);
39
+ return childrenToString(children).finally(popNodeStack);
40
+ })
41
+ )
42
+ ];
43
+ } else {
44
+ throw e;
45
+ }
46
+ } finally {
47
+ popNodeStack();
48
+ }
49
+ if (resArray.some((res) => res instanceof Promise)) {
50
+ const index = suspenseCounter++;
51
+ const fallbackStr = await fallback.toString();
52
+ return raw(`<template id="H:${index}"></template>${fallbackStr}<!--/$-->`, [
53
+ ...fallbackStr.callbacks || [],
54
+ ({ phase, buffer, context }) => {
55
+ if (phase === HtmlEscapedCallbackPhase.BeforeStream) {
56
+ return;
57
+ }
58
+ return Promise.all(resArray).then(async (htmlArray) => {
59
+ htmlArray = htmlArray.flat();
60
+ const content = htmlArray.join("");
61
+ if (buffer) {
62
+ buffer[0] = buffer[0].replace(
63
+ new RegExp(`<template id="H:${index}"></template>.*?<!--/\\$-->`),
64
+ content
65
+ );
66
+ }
67
+ let html = buffer ? "" : `<template data-hono-target="H:${index}">${content}</template><script${nonce ? ` nonce="${nonce}"` : ""}>
68
+ ((d,c,n) => {
69
+ c=d.currentScript.previousSibling
70
+ d=d.getElementById('H:${index}')
71
+ if(!d)return
72
+ do{n=d.nextSibling;n.remove()}while(n.nodeType!=8||n.nodeValue!='/$')
73
+ d.replaceWith(c.content)
74
+ })(document)
75
+ </script>`;
76
+ const callbacks = htmlArray.map((html2) => html2.callbacks || []).flat();
77
+ if (!callbacks.length) {
78
+ return html;
79
+ }
80
+ if (phase === HtmlEscapedCallbackPhase.Stream) {
81
+ html = await resolveCallback(html, HtmlEscapedCallbackPhase.BeforeStream, true, context);
82
+ }
83
+ return raw(html, callbacks);
84
+ });
85
+ }
86
+ ]);
87
+ } else {
88
+ return raw(resArray.join(""));
89
+ }
90
+ };
91
+ Suspense[DOM_RENDERER] = SuspenseDomRenderer;
92
+ var textEncoder = new TextEncoder();
93
+ var renderToReadableStream = (content, onError = console.trace) => {
94
+ let cancelled = false;
95
+ const reader = new ReadableStream({
96
+ async start(controller) {
97
+ try {
98
+ if (content instanceof JSXNode) {
99
+ content = content.toString();
100
+ }
101
+ const context = typeof content === "object" ? content : {};
102
+ const resolved = await resolveCallback(
103
+ content,
104
+ HtmlEscapedCallbackPhase.BeforeStream,
105
+ true,
106
+ context
107
+ );
108
+ if (!cancelled) {
109
+ controller.enqueue(textEncoder.encode(resolved));
110
+ }
111
+ let resolvedCount = 0;
112
+ const callbacks = [];
113
+ const then = (promise) => {
114
+ callbacks.push(
115
+ promise.catch((err) => {
116
+ console.log(err);
117
+ onError(err);
118
+ return "";
119
+ }).then(async (res) => {
120
+ res = await resolveCallback(
121
+ res,
122
+ HtmlEscapedCallbackPhase.BeforeStream,
123
+ true,
124
+ context
125
+ );
126
+ res.callbacks?.map((c) => c({ phase: HtmlEscapedCallbackPhase.Stream, context })).filter(Boolean).forEach(then);
127
+ resolvedCount++;
128
+ if (!cancelled) {
129
+ controller.enqueue(textEncoder.encode(res));
130
+ }
131
+ })
132
+ );
133
+ };
134
+ resolved.callbacks?.map((c) => c({ phase: HtmlEscapedCallbackPhase.Stream, context })).filter(Boolean).forEach(then);
135
+ while (resolvedCount !== callbacks.length) {
136
+ await Promise.all(callbacks);
137
+ }
138
+ } catch (e) {
139
+ onError(e);
140
+ }
141
+ if (!cancelled) {
142
+ controller.close();
143
+ }
144
+ },
145
+ cancel() {
146
+ cancelled = true;
147
+ }
148
+ });
149
+ return reader;
150
+ };
151
+ export {
152
+ StreamingContext,
153
+ Suspense,
154
+ renderToReadableStream
155
+ };
@@ -0,0 +1,175 @@
1
+ // src/jsx/utils.ts
2
+ var normalizeElementKeyMap = /* @__PURE__ */ new Map([
3
+ ["className", "class"],
4
+ ["htmlFor", "for"],
5
+ ["crossOrigin", "crossorigin"],
6
+ ["httpEquiv", "http-equiv"],
7
+ ["itemProp", "itemprop"],
8
+ ["fetchPriority", "fetchpriority"],
9
+ ["noModule", "nomodule"],
10
+ ["formAction", "formaction"]
11
+ ]);
12
+ var normalizeIntrinsicElementKey = (key) => normalizeElementKeyMap.get(key) || key;
13
+ var invalidAttributeNameCharRe = /[\s"'<>/=`\\\x00-\x1f\x7f-\x9f]/;
14
+ var validAttributeNameCache = /* @__PURE__ */ new Set();
15
+ var validAttributeNameCacheMax = 1024;
16
+ var invalidTagNameCharRe = /^[!?]|[\s"'<>/=`\\\x00-\x1f\x7f-\x9f]/;
17
+ var validTagNameCache = /* @__PURE__ */ new Set();
18
+ var validTagNameCacheMax = 256;
19
+ var cacheValidName = (cache, max, name) => {
20
+ if (cache.size >= max) {
21
+ cache.clear();
22
+ }
23
+ cache.add(name);
24
+ };
25
+ var isValidTagName = (name) => {
26
+ if (validTagNameCache.has(name)) {
27
+ return true;
28
+ }
29
+ if (typeof name !== "string") {
30
+ return false;
31
+ }
32
+ if (name.length === 0) {
33
+ return true;
34
+ }
35
+ if (invalidTagNameCharRe.test(name)) {
36
+ return false;
37
+ }
38
+ cacheValidName(validTagNameCache, validTagNameCacheMax, name);
39
+ return true;
40
+ };
41
+ var isValidAttributeName = (name) => {
42
+ if (validAttributeNameCache.has(name)) {
43
+ return true;
44
+ }
45
+ const len = name.length;
46
+ if (len === 0) {
47
+ return false;
48
+ }
49
+ for (let i = 0; i < len; i++) {
50
+ const c = name.charCodeAt(i);
51
+ if (!(c >= 97 && c <= 122 || // a-z
52
+ c >= 65 && c <= 90 || // A-Z
53
+ c >= 48 && c <= 57 || // 0-9
54
+ c === 45 || // -
55
+ c === 95 || // _
56
+ c === 46 || // .
57
+ c === 58)) {
58
+ if (!invalidAttributeNameCharRe.test(name)) {
59
+ cacheValidName(validAttributeNameCache, validAttributeNameCacheMax, name);
60
+ return true;
61
+ } else {
62
+ return false;
63
+ }
64
+ }
65
+ }
66
+ cacheValidName(validAttributeNameCache, validAttributeNameCacheMax, name);
67
+ return true;
68
+ };
69
+ var invalidStylePropertyNameCharRe = /[\s"'():;\\/\[\]{}\x00-\x1f\x7f-\x9f]/;
70
+ var validStylePropertyNameCache = /* @__PURE__ */ new Set();
71
+ var validStylePropertyNameCacheMax = 1024;
72
+ var isValidStylePropertyName = (name) => {
73
+ if (validStylePropertyNameCache.has(name)) {
74
+ return true;
75
+ }
76
+ const len = name.length;
77
+ if (len === 0) {
78
+ return false;
79
+ }
80
+ for (let i = 0; i < len; i++) {
81
+ const c = name.charCodeAt(i);
82
+ if (!(c >= 97 && c <= 122 || // a-z
83
+ c >= 65 && c <= 90 || // A-Z
84
+ c >= 48 && c <= 57 || // 0-9
85
+ c === 45 || // -
86
+ c === 95)) {
87
+ if (!invalidStylePropertyNameCharRe.test(name)) {
88
+ cacheValidName(validStylePropertyNameCache, validStylePropertyNameCacheMax, name);
89
+ return true;
90
+ } else {
91
+ return false;
92
+ }
93
+ }
94
+ }
95
+ cacheValidName(validStylePropertyNameCache, validStylePropertyNameCacheMax, name);
96
+ return true;
97
+ };
98
+ var unsafeStyleValueCharRe = /[;"'\\/\[\](){}]/;
99
+ var hasUnsafeStyleValue = (value) => {
100
+ if (!unsafeStyleValueCharRe.test(value)) {
101
+ return false;
102
+ }
103
+ let quote = 0;
104
+ const blockStack = [];
105
+ for (let i = 0, len = value.length; i < len; i++) {
106
+ const c = value.charCodeAt(i);
107
+ if (c === 92) {
108
+ if (i === len - 1) {
109
+ return true;
110
+ }
111
+ i++;
112
+ } else if (quote !== 0) {
113
+ if (c === 10 || c === 12 || c === 13) {
114
+ return true;
115
+ }
116
+ if (c === quote) {
117
+ quote = 0;
118
+ }
119
+ } else if (c === 47 && value.charCodeAt(i + 1) === 42) {
120
+ const end = value.indexOf("*/", i + 2);
121
+ if (end === -1) {
122
+ return true;
123
+ }
124
+ i = end + 1;
125
+ } else if (c === 34 || c === 39) {
126
+ quote = c;
127
+ } else if (c === 40) {
128
+ blockStack.push(41);
129
+ } else if (c === 91) {
130
+ blockStack.push(93);
131
+ } else if (c === 123 || c === 125) {
132
+ return true;
133
+ } else if (c === 41 || c === 93) {
134
+ if (blockStack[blockStack.length - 1] !== c) {
135
+ return true;
136
+ }
137
+ blockStack.pop();
138
+ } else if (c === 59 && blockStack.length === 0) {
139
+ return true;
140
+ }
141
+ }
142
+ return quote !== 0 || blockStack.length !== 0;
143
+ };
144
+ var styleObjectForEach = (style, fn) => {
145
+ for (const [k, v] of Object.entries(style)) {
146
+ const key = k[0] === "-" || !/[A-Z]/.test(k) ? k : k.replace(/[A-Z]/g, (m) => `-${m.toLowerCase()}`);
147
+ if (!isValidStylePropertyName(key)) {
148
+ continue;
149
+ }
150
+ if (v == null) {
151
+ fn(key, null);
152
+ continue;
153
+ }
154
+ let value;
155
+ if (typeof v === "number") {
156
+ value = !key.match(
157
+ /^(?:a|border-im|column(?:-c|s)|flex(?:$|-[^b])|grid-(?:ar|[^a])|font-w|li|or|sca|st|ta|wido|z)|ty$/
158
+ ) ? `${v}px` : `${v}`;
159
+ } else if (typeof v === "string") {
160
+ if (hasUnsafeStyleValue(v)) {
161
+ continue;
162
+ }
163
+ value = v;
164
+ } else {
165
+ continue;
166
+ }
167
+ fn(key, value);
168
+ }
169
+ };
170
+ export {
171
+ isValidAttributeName,
172
+ isValidTagName,
173
+ normalizeIntrinsicElementKey,
174
+ styleObjectForEach
175
+ };
@@ -0,0 +1,66 @@
1
+ // src/middleware/basic-auth/index.ts
2
+ import { HTTPException } from "../../http-exception.js";
3
+ import { auth } from "../../utils/basic-auth.js";
4
+ import { timingSafeEqual } from "../../utils/buffer.js";
5
+ var basicAuth = (options, ...users) => {
6
+ const usernamePasswordInOptions = "username" in options && "password" in options;
7
+ const verifyUserInOptions = "verifyUser" in options;
8
+ if (!(usernamePasswordInOptions || verifyUserInOptions)) {
9
+ throw new Error(
10
+ 'basic auth middleware requires options for "username and password" or "verifyUser"'
11
+ );
12
+ }
13
+ if (!options.realm) {
14
+ options.realm = "Secure Area";
15
+ }
16
+ if (!options.invalidUserMessage) {
17
+ options.invalidUserMessage = "Unauthorized";
18
+ }
19
+ if (usernamePasswordInOptions) {
20
+ users.unshift({ username: options.username, password: options.password });
21
+ }
22
+ return async function basicAuth2(ctx, next) {
23
+ const requestUser = auth(ctx.req.raw);
24
+ if (requestUser) {
25
+ if (verifyUserInOptions) {
26
+ if (await options.verifyUser(requestUser.username, requestUser.password, ctx)) {
27
+ if (options.onAuthSuccess) {
28
+ await options.onAuthSuccess(ctx, requestUser.username);
29
+ }
30
+ await next();
31
+ return;
32
+ }
33
+ } else {
34
+ for (const user of users) {
35
+ const [usernameEqual, passwordEqual] = await Promise.all([
36
+ timingSafeEqual(user.username, requestUser.username, options.hashFunction),
37
+ timingSafeEqual(user.password, requestUser.password, options.hashFunction)
38
+ ]);
39
+ if (usernameEqual && passwordEqual) {
40
+ if (options.onAuthSuccess) {
41
+ await options.onAuthSuccess(ctx, requestUser.username);
42
+ }
43
+ await next();
44
+ return;
45
+ }
46
+ }
47
+ }
48
+ }
49
+ const status = 401;
50
+ const headers = {
51
+ "WWW-Authenticate": 'Basic realm="' + options.realm?.replace(/"/g, '\\"') + '"'
52
+ };
53
+ const responseMessage = typeof options.invalidUserMessage === "function" ? await options.invalidUserMessage(ctx) : options.invalidUserMessage;
54
+ const res = typeof responseMessage === "string" ? new Response(responseMessage, { status, headers }) : new Response(JSON.stringify(responseMessage), {
55
+ status,
56
+ headers: {
57
+ ...headers,
58
+ "content-type": "application/json"
59
+ }
60
+ });
61
+ throw new HTTPException(status, { res });
62
+ };
63
+ };
64
+ export {
65
+ basicAuth
66
+ };
@@ -0,0 +1,92 @@
1
+ // src/middleware/bearer-auth/index.ts
2
+ import { HTTPException } from "../../http-exception.js";
3
+ import { timingSafeEqual } from "../../utils/buffer.js";
4
+ var TOKEN_STRINGS = "[A-Za-z0-9._~+/-]+=*";
5
+ var PREFIX = "Bearer";
6
+ var HEADER = "Authorization";
7
+ var bearerAuth = (options) => {
8
+ if (!("token" in options || "verifyToken" in options)) {
9
+ throw new Error('bearer auth middleware requires options for "token" or "verifyToken"');
10
+ }
11
+ if (!options.realm) {
12
+ options.realm = "";
13
+ }
14
+ if (options.prefix === void 0) {
15
+ options.prefix = PREFIX;
16
+ }
17
+ const realm = options.realm?.replace(/"/g, '\\"');
18
+ const prefix = options.prefix;
19
+ const tokenRegexp = new RegExp(`^${TOKEN_STRINGS}$`);
20
+ const wwwAuthenticatePrefix = prefix === "" ? "" : `${prefix} `;
21
+ const throwHTTPException = async (c, status, wwwAuthenticateHeader, messageOption) => {
22
+ const wwwAuthenticateHeaderValue = typeof wwwAuthenticateHeader === "function" ? await wwwAuthenticateHeader(c) : wwwAuthenticateHeader;
23
+ const headers = {
24
+ "WWW-Authenticate": typeof wwwAuthenticateHeaderValue === "string" ? wwwAuthenticateHeaderValue : `${wwwAuthenticatePrefix}${Object.entries(wwwAuthenticateHeaderValue).map(([key, value]) => `${key}="${value}"`).join(",")}`
25
+ };
26
+ const responseMessage = typeof messageOption === "function" ? await messageOption(c) : messageOption;
27
+ const res = typeof responseMessage === "string" ? new Response(responseMessage, { status, headers }) : new Response(JSON.stringify(responseMessage), {
28
+ status,
29
+ headers: {
30
+ ...headers,
31
+ "content-type": "application/json"
32
+ }
33
+ });
34
+ throw new HTTPException(status, { res });
35
+ };
36
+ return async function bearerAuth2(c, next) {
37
+ const headerToken = c.req.header(options.headerName || HEADER);
38
+ if (!headerToken) {
39
+ await throwHTTPException(
40
+ c,
41
+ 401,
42
+ options.noAuthenticationHeader?.wwwAuthenticateHeader || `${wwwAuthenticatePrefix}realm="${realm}"`,
43
+ options.noAuthenticationHeader?.message || options.noAuthenticationHeaderMessage || "Unauthorized"
44
+ );
45
+ } else {
46
+ let tokenValue;
47
+ if (prefix === "") {
48
+ tokenValue = headerToken;
49
+ } else {
50
+ const headerLower = headerToken.toLowerCase();
51
+ const prefixLower = prefix.toLowerCase();
52
+ if (headerLower.startsWith(prefixLower) && headerToken[prefix.length] === " ") {
53
+ tokenValue = headerToken.slice(prefix.length).trimStart();
54
+ }
55
+ }
56
+ if (!tokenValue || !tokenRegexp.test(tokenValue)) {
57
+ await throwHTTPException(
58
+ c,
59
+ 400,
60
+ options.invalidAuthenticationHeader?.wwwAuthenticateHeader || `${wwwAuthenticatePrefix}error="invalid_request"`,
61
+ options.invalidAuthenticationHeader?.message || options.invalidAuthenticationHeaderMessage || "Bad Request"
62
+ );
63
+ } else {
64
+ let equal = false;
65
+ if ("verifyToken" in options) {
66
+ equal = await options.verifyToken(tokenValue, c);
67
+ } else if (typeof options.token === "string") {
68
+ equal = await timingSafeEqual(options.token, tokenValue, options.hashFunction);
69
+ } else if (Array.isArray(options.token) && options.token.length > 0) {
70
+ for (const token of options.token) {
71
+ if (await timingSafeEqual(token, tokenValue, options.hashFunction)) {
72
+ equal = true;
73
+ break;
74
+ }
75
+ }
76
+ }
77
+ if (!equal) {
78
+ await throwHTTPException(
79
+ c,
80
+ 401,
81
+ options.invalidToken?.wwwAuthenticateHeader || `${wwwAuthenticatePrefix}error="invalid_token"`,
82
+ options.invalidToken?.message || options.invalidTokenMessage || "Unauthorized"
83
+ );
84
+ }
85
+ }
86
+ }
87
+ await next();
88
+ };
89
+ };
90
+ export {
91
+ bearerAuth
92
+ };
@@ -0,0 +1,53 @@
1
+ // src/middleware/body-limit/index.ts
2
+ import { HTTPException } from "../../http-exception.js";
3
+ var ERROR_MESSAGE = "Payload Too Large";
4
+ var bodyLimit = (options) => {
5
+ const onError = options.onError || (() => {
6
+ const res = new Response(ERROR_MESSAGE, {
7
+ status: 413
8
+ });
9
+ throw new HTTPException(413, { res });
10
+ });
11
+ const maxSize = options.maxSize;
12
+ return async function bodyLimit2(c, next) {
13
+ if (!c.req.raw.body) {
14
+ return next();
15
+ }
16
+ const hasTransferEncoding = c.req.raw.headers.has("transfer-encoding");
17
+ const hasContentLength = c.req.raw.headers.has("content-length");
18
+ if (hasContentLength && !hasTransferEncoding) {
19
+ const contentLength = parseInt(c.req.raw.headers.get("content-length") || "0", 10);
20
+ return contentLength > maxSize ? onError(c) : next();
21
+ }
22
+ let size = 0;
23
+ const chunks = [];
24
+ const rawReader = c.req.raw.body.getReader();
25
+ for (; ; ) {
26
+ const { done, value } = await rawReader.read();
27
+ if (done) {
28
+ break;
29
+ }
30
+ size += value.length;
31
+ if (size > maxSize) {
32
+ return onError(c);
33
+ }
34
+ chunks.push(value);
35
+ }
36
+ const requestInit = {
37
+ body: new ReadableStream({
38
+ start(controller) {
39
+ for (const chunk of chunks) {
40
+ controller.enqueue(chunk);
41
+ }
42
+ controller.close();
43
+ }
44
+ }),
45
+ duplex: "half"
46
+ };
47
+ c.req.raw = new Request(c.req.raw, requestInit);
48
+ return next();
49
+ };
50
+ };
51
+ export {
52
+ bodyLimit
53
+ };
@@ -0,0 +1,102 @@
1
+ // src/middleware/cache/index.ts
2
+ var defaultCacheableStatusCodes = [200];
3
+ var shouldSkipCacheControl = (cacheControl) => !!cacheControl && /(?:^|,\s*)(?:private|no-(?:store|cache))(?:\s*(?:=|,|$))/i.test(cacheControl);
4
+ var parseVaryDirectives = (vary) => {
5
+ if (vary == null) {
6
+ return [];
7
+ }
8
+ return (Array.isArray(vary) ? vary : vary.split(",")).map((directive) => directive.trim().toLowerCase()).filter(Boolean);
9
+ };
10
+ var shouldSkipCache = (res, optionsVaryDirectives, responseVary) => responseVary.length && (!optionsVaryDirectives || responseVary.some((name) => !optionsVaryDirectives.has(name))) || shouldSkipCacheControl(res.headers.get("Cache-Control")) || res.headers.has("Set-Cookie");
11
+ var cache = (options) => {
12
+ if (!globalThis.caches) {
13
+ if (options.onCacheNotAvailable === false) {
14
+ } else if (options.onCacheNotAvailable) {
15
+ options.onCacheNotAvailable();
16
+ } else {
17
+ console.log("Cache Middleware is not enabled because caches is not defined.");
18
+ }
19
+ return async (_c, next) => await next();
20
+ }
21
+ if (options.wait === void 0) {
22
+ options.wait = false;
23
+ }
24
+ const cacheControlDirectives = options.cacheControl?.split(",").map((directive) => directive.toLowerCase());
25
+ const optionsVaryList = parseVaryDirectives(options.vary);
26
+ const varyDirectives = optionsVaryList.length ? new Set(optionsVaryList) : void 0;
27
+ if (varyDirectives?.has("*")) {
28
+ throw new Error(
29
+ 'Middleware vary configuration cannot include "*", as it disallows effective caching.'
30
+ );
31
+ }
32
+ const cacheableStatusCodes = new Set(
33
+ options.cacheableStatusCodes ?? defaultCacheableStatusCodes
34
+ );
35
+ const addHeader = (c, responseVary) => {
36
+ if (cacheControlDirectives) {
37
+ const existingDirectives = c.res.headers.get("Cache-Control")?.split(",").map((d) => d.trim().split("=", 1)[0].toLowerCase()) ?? [];
38
+ for (const directive of cacheControlDirectives) {
39
+ let [name, value] = directive.trim().split("=", 2);
40
+ name = name.toLowerCase();
41
+ if (!existingDirectives.includes(name)) {
42
+ c.header("Cache-Control", `${name}${value ? `=${value}` : ""}`, { append: true });
43
+ }
44
+ }
45
+ }
46
+ if (varyDirectives) {
47
+ if (responseVary.length === 0) {
48
+ c.header("Vary", Array.from(varyDirectives).join(", "));
49
+ } else {
50
+ const merged = new Set(varyDirectives);
51
+ for (const directive of responseVary) {
52
+ merged.add(directive);
53
+ }
54
+ if (merged.has("*")) {
55
+ c.header("Vary", "*");
56
+ } else {
57
+ c.header("Vary", Array.from(merged).join(", "));
58
+ }
59
+ }
60
+ }
61
+ };
62
+ return async function cache2(c, next) {
63
+ if (c.req.method !== "GET" || c.req.raw.headers.has("Authorization")) {
64
+ await next();
65
+ return;
66
+ }
67
+ let key = c.req.url;
68
+ if (options.keyGenerator) {
69
+ key = await options.keyGenerator(c);
70
+ }
71
+ if (varyDirectives) {
72
+ for (const directive of varyDirectives) {
73
+ const value = c.req.raw.headers.get(directive) ?? "";
74
+ key += `::${directive}=${encodeURIComponent(value)}`;
75
+ }
76
+ }
77
+ const cacheName = typeof options.cacheName === "function" ? await options.cacheName(c) : options.cacheName;
78
+ const cache3 = await caches.open(cacheName);
79
+ const response = await cache3.match(key);
80
+ if (response) {
81
+ return new Response(response.body, response);
82
+ }
83
+ await next();
84
+ if (!cacheableStatusCodes.has(c.res.status)) {
85
+ return;
86
+ }
87
+ const responseVary = parseVaryDirectives(c.res.headers.get("Vary"));
88
+ addHeader(c, responseVary);
89
+ if (shouldSkipCache(c.res, varyDirectives, responseVary)) {
90
+ return;
91
+ }
92
+ const res = c.res.clone();
93
+ if (options.wait) {
94
+ await cache3.put(key, res);
95
+ } else {
96
+ c.executionCtx.waitUntil(cache3.put(key, res));
97
+ }
98
+ };
99
+ };
100
+ export {
101
+ cache
102
+ };