@zuplo/cli 6.74.10 → 6.74.14

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 (155) hide show
  1. package/node_modules/@hono/node-server/README.md +47 -1
  2. package/node_modules/@hono/node-server/dist/early-hints.cjs +35 -0
  3. package/node_modules/@hono/node-server/dist/early-hints.d.cts +16 -0
  4. package/node_modules/@hono/node-server/dist/early-hints.d.mts +16 -0
  5. package/node_modules/@hono/node-server/dist/early-hints.mjs +33 -0
  6. package/node_modules/@hono/node-server/dist/index.cjs +4 -1
  7. package/node_modules/@hono/node-server/dist/index.mjs +4 -1
  8. package/node_modules/@hono/node-server/package.json +14 -1
  9. package/node_modules/@posthog/core/dist/featureFlagUtils.d.ts +1 -0
  10. package/node_modules/@posthog/core/dist/featureFlagUtils.d.ts.map +1 -1
  11. package/node_modules/@posthog/core/dist/featureFlagUtils.js +31 -0
  12. package/node_modules/@posthog/core/dist/featureFlagUtils.mjs +29 -1
  13. package/node_modules/@posthog/core/dist/index.d.ts +1 -1
  14. package/node_modules/@posthog/core/dist/index.d.ts.map +1 -1
  15. package/node_modules/@posthog/core/dist/index.js +9 -0
  16. package/node_modules/@posthog/core/dist/index.mjs +2 -2
  17. package/node_modules/@posthog/core/dist/utils/index.d.ts +1 -0
  18. package/node_modules/@posthog/core/dist/utils/index.d.ts.map +1 -1
  19. package/node_modules/@posthog/core/dist/utils/index.js +45 -18
  20. package/node_modules/@posthog/core/dist/utils/index.mjs +1 -0
  21. package/node_modules/@posthog/core/dist/utils/json-utils.d.ts +6 -0
  22. package/node_modules/@posthog/core/dist/utils/json-utils.d.ts.map +1 -0
  23. package/node_modules/@posthog/core/dist/utils/json-utils.js +128 -0
  24. package/node_modules/@posthog/core/dist/utils/json-utils.mjs +94 -0
  25. package/node_modules/@posthog/core/package.json +2 -2
  26. package/node_modules/@posthog/core/src/featureFlagUtils.ts +35 -0
  27. package/node_modules/@posthog/core/src/index.ts +1 -0
  28. package/node_modules/@posthog/core/src/utils/index.ts +1 -0
  29. package/node_modules/@posthog/core/src/utils/json-utils.spec.ts +115 -0
  30. package/node_modules/@posthog/core/src/utils/json-utils.ts +148 -0
  31. package/node_modules/@posthog/types/dist/posthog-config.d.ts +25 -1
  32. package/node_modules/@posthog/types/dist/posthog-config.d.ts.map +1 -1
  33. package/node_modules/@posthog/types/dist/posthog.d.ts +4 -0
  34. package/node_modules/@posthog/types/dist/posthog.d.ts.map +1 -1
  35. package/node_modules/@posthog/types/package.json +1 -1
  36. package/node_modules/@posthog/types/src/posthog-config.ts +26 -1
  37. package/node_modules/@posthog/types/src/posthog.ts +4 -0
  38. package/node_modules/@zuplo/core/customer.cli.minified.js +254 -254
  39. package/node_modules/@zuplo/core/index.minified.js +251 -251
  40. package/node_modules/@zuplo/core/package.json +1 -1
  41. package/node_modules/@zuplo/graphql/out/esm/index.js +12 -12
  42. package/node_modules/@zuplo/graphql/package.json +1 -1
  43. package/node_modules/@zuplo/openapi-tools/package.json +2 -2
  44. package/node_modules/@zuplo/otel/out/esm/{chunk-TXIQ6WNA.js → chunk-AHNBOCFU.js} +1 -1
  45. package/node_modules/@zuplo/otel/out/esm/index.js +1 -1
  46. package/node_modules/@zuplo/otel/package.json +1 -1
  47. package/node_modules/@zuplo/runtime/out/esm/{chunk-SMQPMERU.js → chunk-4CDML74A.js} +2 -2
  48. package/node_modules/@zuplo/runtime/out/esm/chunk-4POCC75H.js +37 -0
  49. package/node_modules/@zuplo/runtime/out/esm/chunk-4POCC75H.js.map +1 -0
  50. package/node_modules/@zuplo/runtime/out/esm/chunk-CJFLOF27.js +26 -0
  51. package/node_modules/@zuplo/runtime/out/esm/chunk-CJFLOF27.js.map +1 -0
  52. package/node_modules/@zuplo/runtime/out/esm/{chunk-2UG5Z76T.js → chunk-RAZK5G27.js} +2 -2
  53. package/node_modules/@zuplo/runtime/out/esm/{chunk-2EFTGELI.js → chunk-YFAVPQDX.js} +94 -92
  54. package/node_modules/@zuplo/runtime/out/esm/chunk-YFAVPQDX.js.map +1 -0
  55. package/node_modules/@zuplo/runtime/out/esm/index.js +1 -1
  56. package/node_modules/@zuplo/runtime/out/esm/index.js.map +1 -1
  57. package/node_modules/@zuplo/runtime/out/esm/internal/index.js +1 -1
  58. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js +1 -1
  59. package/node_modules/@zuplo/runtime/out/esm/mcp-gateway/index.js.map +1 -1
  60. package/node_modules/@zuplo/runtime/out/esm/mocks/index.js +1 -1
  61. package/node_modules/@zuplo/runtime/out/esm/sdks/aws/index.js +1 -1
  62. package/node_modules/@zuplo/runtime/out/types/index.d.ts +177 -0
  63. package/node_modules/@zuplo/runtime/package.json +1 -1
  64. package/node_modules/express-rate-limit/dist/index.cjs +6 -1
  65. package/node_modules/express-rate-limit/dist/index.mjs +6 -1
  66. package/node_modules/express-rate-limit/package.json +6 -6
  67. package/node_modules/hono/dist/cjs/context.js +28 -13
  68. package/node_modules/hono/dist/cjs/hono-base.js +3 -2
  69. package/node_modules/hono/dist/cjs/jsx/base.js +26 -14
  70. package/node_modules/hono/dist/cjs/jsx/hooks/index.js +2 -2
  71. package/node_modules/hono/dist/cjs/middleware/cache/index.js +103 -8
  72. package/node_modules/hono/dist/cjs/middleware/compress/index.js +5 -0
  73. package/node_modules/hono/dist/cjs/middleware/cors/index.js +1 -1
  74. package/node_modules/hono/dist/cjs/middleware/etag/index.js +1 -1
  75. package/node_modules/hono/dist/cjs/middleware/jwk/jwk.js +9 -4
  76. package/node_modules/hono/dist/cjs/middleware/jwt/jwt.js +9 -4
  77. package/node_modules/hono/dist/cjs/middleware/method-not-allowed/index.js +90 -0
  78. package/node_modules/hono/dist/cjs/request.js +6 -8
  79. package/node_modules/hono/dist/cjs/router/reg-exp-router/node.js +55 -56
  80. package/node_modules/hono/dist/cjs/router/reg-exp-router/router.js +64 -85
  81. package/node_modules/hono/dist/cjs/router/reg-exp-router/trie.js +13 -5
  82. package/node_modules/hono/dist/cjs/router.js +1 -1
  83. package/node_modules/hono/dist/cjs/utils/cookie.js +1 -1
  84. package/node_modules/hono/dist/cjs/utils/url.js +7 -7
  85. package/node_modules/hono/dist/context.js +28 -13
  86. package/node_modules/hono/dist/hono-base.js +3 -2
  87. package/node_modules/hono/dist/jsx/base.js +26 -14
  88. package/node_modules/hono/dist/jsx/hooks/index.js +2 -2
  89. package/node_modules/hono/dist/middleware/cache/index.js +103 -8
  90. package/node_modules/hono/dist/middleware/compress/index.js +5 -0
  91. package/node_modules/hono/dist/middleware/cors/index.js +1 -1
  92. package/node_modules/hono/dist/middleware/etag/index.js +1 -1
  93. package/node_modules/hono/dist/middleware/jwk/jwk.js +9 -4
  94. package/node_modules/hono/dist/middleware/jwt/jwt.js +9 -4
  95. package/node_modules/hono/dist/middleware/method-not-allowed/index.js +68 -0
  96. package/node_modules/hono/dist/request.js +7 -9
  97. package/node_modules/hono/dist/router/reg-exp-router/node.js +55 -56
  98. package/node_modules/hono/dist/router/reg-exp-router/router.js +64 -85
  99. package/node_modules/hono/dist/router/reg-exp-router/trie.js +13 -5
  100. package/node_modules/hono/dist/router.js +1 -1
  101. package/node_modules/hono/dist/types/client/types.d.ts +1 -1
  102. package/node_modules/hono/dist/types/hono-base.d.ts +4 -3
  103. package/node_modules/hono/dist/types/jsx/base.d.ts +4 -2
  104. package/node_modules/hono/dist/types/jsx/dom/index.d.ts +5 -5
  105. package/node_modules/hono/dist/types/jsx/dom/intrinsic-element/components.d.ts +2 -2
  106. package/node_modules/hono/dist/types/jsx/dom/server.d.ts +5 -5
  107. package/node_modules/hono/dist/types/jsx/hooks/index.d.ts +8 -6
  108. package/node_modules/hono/dist/types/jsx/index.d.ts +5 -5
  109. package/node_modules/hono/dist/types/middleware/cache/index.d.ts +6 -4
  110. package/node_modules/hono/dist/types/middleware/cors/index.d.ts +1 -1
  111. package/node_modules/hono/dist/types/middleware/jsx-renderer/index.d.ts +2 -2
  112. package/node_modules/hono/dist/types/middleware/jwk/jwk.d.ts +2 -0
  113. package/node_modules/hono/dist/types/middleware/jwt/jwt.d.ts +2 -0
  114. package/node_modules/hono/dist/types/middleware/method-not-allowed/index.d.ts +49 -0
  115. package/node_modules/hono/dist/types/router/reg-exp-router/node.d.ts +1 -1
  116. package/node_modules/hono/dist/types/router/reg-exp-router/trie.d.ts +2 -1
  117. package/node_modules/hono/dist/types/router.d.ts +1 -1
  118. package/node_modules/hono/dist/types/utils/headers.d.ts +2 -2
  119. package/node_modules/hono/dist/types/utils/url.d.ts +1 -0
  120. package/node_modules/hono/dist/utils/cookie.js +2 -2
  121. package/node_modules/hono/dist/utils/url.js +5 -6
  122. package/node_modules/hono/package.json +9 -1
  123. package/node_modules/tar/dist/commonjs/index.min.js +1 -1
  124. package/node_modules/tar/dist/commonjs/index.min.js.map +3 -3
  125. package/node_modules/tar/dist/commonjs/list.d.ts.map +1 -1
  126. package/node_modules/tar/dist/commonjs/list.js +10 -2
  127. package/node_modules/tar/dist/commonjs/list.js.map +1 -1
  128. package/node_modules/tar/dist/commonjs/options.d.ts +1 -1
  129. package/node_modules/tar/dist/commonjs/options.d.ts.map +1 -1
  130. package/node_modules/tar/dist/commonjs/options.js.map +1 -1
  131. package/node_modules/tar/dist/esm/index.min.js +2 -2
  132. package/node_modules/tar/dist/esm/index.min.js.map +3 -3
  133. package/node_modules/tar/dist/esm/list.d.ts.map +1 -1
  134. package/node_modules/tar/dist/esm/list.js +10 -2
  135. package/node_modules/tar/dist/esm/list.js.map +1 -1
  136. package/node_modules/tar/dist/esm/options.d.ts +1 -1
  137. package/node_modules/tar/dist/esm/options.d.ts.map +1 -1
  138. package/node_modules/tar/dist/esm/options.js.map +1 -1
  139. package/node_modules/tar/package.json +1 -1
  140. package/node_modules/undici/lib/core/request.js +12 -1
  141. package/node_modules/undici/lib/dispatcher/client-h1.js +11 -2
  142. package/node_modules/undici/lib/handler/retry-handler.js +34 -0
  143. package/node_modules/undici/lib/web/cookies/util.js +79 -9
  144. package/node_modules/undici/package.json +1 -1
  145. package/package.json +8 -8
  146. package/node_modules/@zuplo/runtime/out/esm/chunk-2EFTGELI.js.map +0 -1
  147. package/node_modules/@zuplo/runtime/out/esm/chunk-7AMMYBFQ.js +0 -37
  148. package/node_modules/@zuplo/runtime/out/esm/chunk-7AMMYBFQ.js.map +0 -1
  149. package/node_modules/@zuplo/runtime/out/esm/chunk-ZB7PAWBM.js +0 -26
  150. package/node_modules/@zuplo/runtime/out/esm/chunk-ZB7PAWBM.js.map +0 -1
  151. /package/node_modules/@zuplo/otel/out/esm/{chunk-TXIQ6WNA.js.map → chunk-AHNBOCFU.js.map} +0 -0
  152. /package/node_modules/@zuplo/runtime/out/esm/{chunk-SMQPMERU.js.map → chunk-4CDML74A.js.map} +0 -0
  153. /package/node_modules/@zuplo/runtime/out/esm/{chunk-7AMMYBFQ.js.LEGAL.txt → chunk-4POCC75H.js.LEGAL.txt} +0 -0
  154. /package/node_modules/@zuplo/runtime/out/esm/{chunk-2UG5Z76T.js.map → chunk-RAZK5G27.js.map} +0 -0
  155. /package/node_modules/@zuplo/runtime/out/esm/{chunk-2EFTGELI.js.LEGAL.txt → chunk-YFAVPQDX.js.LEGAL.txt} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.