devflare 1.0.0-next.39 → 1.0.0-next.40

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 (277) hide show
  1. package/dist/_chunks/account-BtWcv3X9.js +462 -0
  2. package/dist/_chunks/account-resources-CsmVowJp.js +159 -0
  3. package/dist/_chunks/ai-CBEuLdoP.js +322 -0
  4. package/dist/_chunks/api-TzdliH-6.js +568 -0
  5. package/dist/_chunks/build-3T6O4uIg.js +24 -0
  6. package/dist/_chunks/build-artifacts-8TqBSQkG.js +483 -0
  7. package/dist/_chunks/cli-BTF1X4SG.js +1128 -0
  8. package/dist/_chunks/cloudflare-BaloqI3H.js +157 -0
  9. package/dist/_chunks/colors-DiK6wPJ5.js +13 -0
  10. package/dist/_chunks/command-utils-BsfkmTqh.js +45 -0
  11. package/dist/_chunks/compiler-uoyAQ8zW.js +424 -0
  12. package/dist/_chunks/config-D5u-bEkn.js +78 -0
  13. package/dist/_chunks/config-path-DCPto4XB.js +42 -0
  14. package/dist/_chunks/context-CX50Y2Kb.js +2250 -0
  15. package/dist/_chunks/decorators-QmV57ixr.js +19 -0
  16. package/dist/_chunks/dependencies-C2oxFjU_.js +57 -0
  17. package/dist/_chunks/deploy-DMTr6JeR.js +915 -0
  18. package/dist/_chunks/dev-CvRHmRFZ.js +3456 -0
  19. package/dist/_chunks/doctor-DIG8DoFU.js +219 -0
  20. package/dist/_chunks/durable-object-DMtH0XYX.js +234 -0
  21. package/dist/_chunks/env-S0_nMVz1.js +125 -0
  22. package/dist/_chunks/family-DXC5SdFK.js +143 -0
  23. package/dist/_chunks/generated-artifacts-dMJY4KAt.js +32 -0
  24. package/dist/_chunks/glob-CmQOvunB.js +56 -0
  25. package/dist/_chunks/init-3moXTgpb.js +165 -0
  26. package/dist/_chunks/loader-DLXO60RO.js +1153 -0
  27. package/dist/_chunks/local-dev-vars-CTSa-wvF.js +81 -0
  28. package/dist/_chunks/local-hyperdrive-CJ90j46O.js +119 -0
  29. package/dist/_chunks/local-media-bindings-DsAW4AMF.js +335 -0
  30. package/dist/_chunks/local-secrets-DMmEOygL.js +123 -0
  31. package/dist/_chunks/local-workflow-entrypoints-Wip3o1u8.js +90 -0
  32. package/dist/_chunks/login-BmnDzDlH.js +51 -0
  33. package/dist/_chunks/package-metadata-DAuCkyvK.js +39 -0
  34. package/dist/_chunks/preferences-BKp_7XJx.js +241 -0
  35. package/dist/_chunks/preview-BhqDmq8I.js +456 -0
  36. package/dist/_chunks/preview-registry-ClAbLTHH.js +1186 -0
  37. package/dist/_chunks/preview-resources-DdXj8LMM.js +358 -0
  38. package/dist/_chunks/previews-Dlr13x5M.js +1134 -0
  39. package/dist/_chunks/productions-D3AnOHac.js +411 -0
  40. package/dist/_chunks/ref-CYJNAAe_.js +178 -0
  41. package/dist/_chunks/remote-CZnP-HLJ.js +79 -0
  42. package/dist/_chunks/remote-config-D39BY9ji.js +132 -0
  43. package/dist/_chunks/resolve-package-Y84HB3Nt.js +133 -0
  44. package/dist/_chunks/rolldown-runtime-CvQ6eiug.js +14 -0
  45. package/dist/_chunks/routes-C3FqES2W.js +796 -0
  46. package/dist/_chunks/runtime-FvXvfuZ2.js +550 -0
  47. package/dist/_chunks/schema-normalization-DWVleVxo.js +477 -0
  48. package/dist/_chunks/secrets-70eN0Q6C.js +95 -0
  49. package/dist/_chunks/token-kguIDmej.js +333 -0
  50. package/dist/_chunks/tokens-iVcgNXi-.js +221 -0
  51. package/dist/_chunks/types-OrLbzv4I.js +476 -0
  52. package/dist/_chunks/ui-BUoZApvE.js +103 -0
  53. package/dist/_chunks/usage-BBTGzjon.js +272 -0
  54. package/dist/_chunks/vite-CsI0E-uV.js +1235 -0
  55. package/dist/_chunks/vite-utils-OVLMV605.js +183 -0
  56. package/dist/_chunks/worker-CS1jgNFE.js +410 -0
  57. package/dist/_chunks/worker-bundler-dTTnYU3n.js +458 -0
  58. package/dist/_chunks/worker-entrypoint-CQW77lG8.js +247 -0
  59. package/dist/_chunks/workerName-CFJsLZA-.js +23 -0
  60. package/dist/bridge/index.d.ts +6 -6
  61. package/dist/bridge/miniflare.d.ts +2 -2
  62. package/dist/bridge/proxy.d.ts +1 -1
  63. package/dist/bridge/v2/body-streams.d.ts +1 -1
  64. package/dist/bridge/v2/codec.d.ts +4 -4
  65. package/dist/bridge/v2/index.d.ts +10 -10
  66. package/dist/bridge/v2/serialization.d.ts +1 -1
  67. package/dist/bridge/v2/value-codec.d.ts +1 -1
  68. package/dist/bridge/v2/value-serialization.d.ts.map +1 -1
  69. package/dist/bridge/v2/ws-relay.d.ts +3 -3
  70. package/dist/browser-shim/index.d.ts +2 -2
  71. package/dist/browser.d.ts +70 -70
  72. package/dist/browser.js +74 -2462
  73. package/dist/bundler/do-bundler.d.ts +1 -1
  74. package/dist/bundler/index.d.ts +3 -3
  75. package/dist/bundler/rolldown-shared.d.ts +1 -1
  76. package/dist/bundler/worker-bundler.d.ts +1 -1
  77. package/dist/cli/build-manifest.d.ts +1 -1
  78. package/dist/cli/command-utils.d.ts +1 -1
  79. package/dist/cli/commands/account.d.ts +1 -1
  80. package/dist/cli/commands/ai.d.ts +1 -1
  81. package/dist/cli/commands/build-artifacts.d.ts +5 -5
  82. package/dist/cli/commands/build.d.ts +1 -1
  83. package/dist/cli/commands/config.d.ts +1 -1
  84. package/dist/cli/commands/deploy/prepare.d.ts +2 -2
  85. package/dist/cli/commands/deploy/runtime.d.ts +1 -1
  86. package/dist/cli/commands/deploy/verification.d.ts +1 -1
  87. package/dist/cli/commands/deploy.d.ts +1 -1
  88. package/dist/cli/commands/dev.d.ts +1 -1
  89. package/dist/cli/commands/doctor.d.ts +1 -1
  90. package/dist/cli/commands/init.d.ts +1 -1
  91. package/dist/cli/commands/login.d.ts +1 -1
  92. package/dist/cli/commands/previews-support/cleanup.d.ts +1 -1
  93. package/dist/cli/commands/previews-support/family.d.ts +3 -3
  94. package/dist/cli/commands/previews-support/render.d.ts +3 -3
  95. package/dist/cli/commands/previews-support/theme.d.ts +2 -2
  96. package/dist/cli/commands/previews-support/types.d.ts +2 -2
  97. package/dist/cli/commands/previews.d.ts +1 -1
  98. package/dist/cli/commands/productions.d.ts +1 -1
  99. package/dist/cli/commands/remote.d.ts +1 -1
  100. package/dist/cli/commands/secrets.d.ts +1 -1
  101. package/dist/cli/commands/token.d.ts +1 -1
  102. package/dist/cli/commands/type-generation/discovery.d.ts +2 -2
  103. package/dist/cli/commands/type-generation/generator.d.ts +3 -3
  104. package/dist/cli/commands/type-generation/models.d.ts +1 -1
  105. package/dist/cli/commands/types.d.ts +1 -1
  106. package/dist/cli/commands/worker.d.ts +1 -1
  107. package/dist/cli/deploy-strategy.d.ts +1 -1
  108. package/dist/cli/deploy-target.d.ts +1 -1
  109. package/dist/cli/help-pages/pages/account.d.ts +1 -1
  110. package/dist/cli/help-pages/pages/core.d.ts +1 -1
  111. package/dist/cli/help-pages/pages/index.d.ts +1 -1
  112. package/dist/cli/help-pages/pages/misc.d.ts +1 -1
  113. package/dist/cli/help-pages/pages/previews.d.ts +1 -1
  114. package/dist/cli/help-pages/pages/productions.d.ts +1 -1
  115. package/dist/cli/help-pages/render.d.ts +2 -2
  116. package/dist/cli/help-pages/shared.d.ts +1 -1
  117. package/dist/cli/help.d.ts +2 -2
  118. package/dist/cli/index.js +2 -1383
  119. package/dist/cli/preview-bindings.d.ts +3 -3
  120. package/dist/cli/preview.d.ts +1 -1
  121. package/dist/cli/wrangler-auth.d.ts +1 -1
  122. package/dist/cloudflare/account-core.d.ts +2 -2
  123. package/dist/cloudflare/account-resources.d.ts +2 -2
  124. package/dist/cloudflare/account-status.d.ts +1 -1
  125. package/dist/cloudflare/account-workers.d.ts +2 -2
  126. package/dist/cloudflare/account.d.ts +7 -7
  127. package/dist/cloudflare/auth.d.ts +1 -1
  128. package/dist/cloudflare/index.d.ts +13 -13
  129. package/dist/cloudflare/index.js +4 -59
  130. package/dist/cloudflare/kv-namespace.d.ts +1 -1
  131. package/dist/cloudflare/preview-registry-cache.d.ts +1 -1
  132. package/dist/cloudflare/preview-registry-inference.d.ts +2 -2
  133. package/dist/cloudflare/preview-registry-records.d.ts +3 -3
  134. package/dist/cloudflare/preview-registry-shape.d.ts +2 -2
  135. package/dist/cloudflare/preview-registry-store.d.ts +3 -3
  136. package/dist/cloudflare/preview-registry-transport.d.ts +2 -2
  137. package/dist/cloudflare/preview-registry-types.d.ts +2 -2
  138. package/dist/cloudflare/preview-registry.d.ts +5 -5
  139. package/dist/cloudflare/tokens.d.ts +2 -2
  140. package/dist/cloudflare/usage.d.ts +2 -2
  141. package/dist/config/binding-resolution-helpers.d.ts +1 -1
  142. package/dist/config/compiler/bindings.d.ts +2 -2
  143. package/dist/config/compiler/core-helpers.d.ts +2 -2
  144. package/dist/config/compiler/do-workers.d.ts +2 -2
  145. package/dist/config/compiler/paths.d.ts +1 -1
  146. package/dist/config/compiler.d.ts +6 -6
  147. package/dist/config/define.d.ts +2 -2
  148. package/dist/config/deploy-resources.d.ts +5 -5
  149. package/dist/config/env-vars.d.ts +1 -1
  150. package/dist/config/framework-providers.d.ts +1 -1
  151. package/dist/config/index.d.ts +12 -12
  152. package/dist/config/loader.d.ts +2 -2
  153. package/dist/config/local-dev-vars.d.ts +1 -1
  154. package/dist/config/preview-resources.d.ts +4 -4
  155. package/dist/config/preview.d.ts +1 -1
  156. package/dist/config/ref.d.ts +2 -2
  157. package/dist/config/resolve-phased.d.ts +4 -4
  158. package/dist/config/resolve.d.ts +1 -1
  159. package/dist/config/resource-resolution.d.ts +6 -6
  160. package/dist/config/schema-env.d.ts +20 -20
  161. package/dist/config/schema-normalization.d.ts +1 -1
  162. package/dist/config/schema-types-bindings.d.ts +4 -4
  163. package/dist/config/schema-types-build.d.ts +1 -1
  164. package/dist/config/schema-types.d.ts +7 -7
  165. package/dist/config/schema.d.ts +46 -46
  166. package/dist/config/service-bindings-validation.d.ts +1 -1
  167. package/dist/config-entry.d.ts +6 -6
  168. package/dist/config-entry.js +3 -8
  169. package/dist/decorators/index.d.ts +2 -2
  170. package/dist/decorators/index.js +2 -9
  171. package/dist/dev-server/d1-migrations.d.ts +1 -1
  172. package/dist/dev-server/dev-server-state.d.ts +6 -6
  173. package/dist/dev-server/gateway-script.d.ts +1 -1
  174. package/dist/dev-server/index.d.ts +1 -1
  175. package/dist/dev-server/miniflare-bindings.d.ts +1 -1
  176. package/dist/dev-server/miniflare-dev-config.d.ts +5 -5
  177. package/dist/dev-server/miniflare-worker-config.d.ts +3 -3
  178. package/dist/dev-server/server-startup-helpers.d.ts +6 -6
  179. package/dist/dev-server/worker-surface-paths.d.ts +2 -2
  180. package/dist/index.d.ts +8 -8
  181. package/dist/index.js +9 -22
  182. package/dist/runtime/context-events.d.ts +1 -1
  183. package/dist/runtime/context.d.ts +3 -3
  184. package/dist/runtime/exports.d.ts +2 -2
  185. package/dist/runtime/index.d.ts +10 -10
  186. package/dist/runtime/index.js +5 -57
  187. package/dist/runtime/middleware.d.ts +1 -1
  188. package/dist/runtime/router/index.d.ts +3 -3
  189. package/dist/runtime/validation.d.ts +1 -1
  190. package/dist/secrets/local-secrets.d.ts +1 -1
  191. package/dist/shims/local-media-bindings.d.ts +1 -1
  192. package/dist/sveltekit/index.d.ts +1 -1
  193. package/dist/sveltekit/index.js +327 -9
  194. package/dist/sveltekit/local-bindings.d.ts +1 -1
  195. package/dist/sveltekit/platform.d.ts +1 -1
  196. package/dist/test/binding-hints.d.ts +2 -2
  197. package/dist/test/cf.d.ts +19 -19
  198. package/dist/test/index.d.ts +18 -18
  199. package/dist/test/index.js +4495 -46
  200. package/dist/test/offline-bindings.d.ts +3 -3
  201. package/dist/test/resolve-service-bindings.d.ts +1 -1
  202. package/dist/test/simple-context-bindings.d.ts +1 -1
  203. package/dist/test/simple-context-durable-objects.d.ts +1 -1
  204. package/dist/test/simple-context-env.d.ts +2 -2
  205. package/dist/test/simple-context-handlers.d.ts +2 -2
  206. package/dist/test/simple-context-lifecycle.d.ts +2 -2
  207. package/dist/test/simple-context-mfconfig.d.ts +1 -1
  208. package/dist/test/simple-context-multi-worker.d.ts +2 -2
  209. package/dist/test/simple-context-runtime.d.ts +1 -1
  210. package/dist/test/simple-context-startup.d.ts +1 -1
  211. package/dist/test/simple-context.d.ts +1 -1
  212. package/dist/test/utilities/env.d.ts +3 -3
  213. package/dist/test/utilities.d.ts +10 -10
  214. package/dist/test/worker.d.ts +1 -1
  215. package/dist/transform/index.d.ts +2 -2
  216. package/dist/utils/send-email.js +163 -19
  217. package/dist/vite/config-file.d.ts +2 -2
  218. package/dist/vite/index.d.ts +3 -3
  219. package/dist/vite/index.js +2 -31
  220. package/dist/vite/plugin-config-hook.d.ts +1 -1
  221. package/dist/vite/plugin-context.d.ts +3 -3
  222. package/dist/vite/plugin-durable-objects.d.ts +2 -2
  223. package/dist/vite/plugin-programmatic.d.ts +1 -1
  224. package/dist/vite/plugin-service-bindings.d.ts +2 -2
  225. package/dist/vite/plugin.d.ts +3 -3
  226. package/dist/worker-entry/composed-worker.d.ts +1 -1
  227. package/dist/worker-entry/routes.d.ts +2 -2
  228. package/dist/worker-entry/surface-paths.d.ts +1 -1
  229. package/dist/workflows/local-workflow-entrypoints.d.ts +1 -1
  230. package/package.json +5 -3
  231. package/dist/account-4tgh03a8.js +0 -484
  232. package/dist/ai-r3zqmxan.js +0 -261
  233. package/dist/api-6z01z734.js +0 -33
  234. package/dist/build-kw625v84.js +0 -51
  235. package/dist/config-ghk2bxj3.js +0 -102
  236. package/dist/deploy-9kee65n9.js +0 -1062
  237. package/dist/dev-x8zr249a.js +0 -3569
  238. package/dist/doctor-0ng5qrr1.js +0 -258
  239. package/dist/durable-object-0ybmg08a.js +0 -13
  240. package/dist/index-04wh9bxx.js +0 -514
  241. package/dist/index-0cc05hzv.js +0 -74
  242. package/dist/index-2yv7w548.js +0 -185
  243. package/dist/index-37x76zdn.js +0 -4
  244. package/dist/index-3cpzsr47.js +0 -125
  245. package/dist/index-3t6rypgc.js +0 -13
  246. package/dist/index-4mmpccrb.js +0 -309
  247. package/dist/index-5dkjffqz.js +0 -25
  248. package/dist/index-5hy7jmv3.js +0 -890
  249. package/dist/index-627srx16.js +0 -45
  250. package/dist/index-7m557715.js +0 -283
  251. package/dist/index-a8pnvg3r.js +0 -52
  252. package/dist/index-aabgympv.js +0 -39
  253. package/dist/index-atwc3csp.js +0 -256
  254. package/dist/index-cv4cvrxe.js +0 -2046
  255. package/dist/index-h7r11y4a.js +0 -539
  256. package/dist/index-hvtd936d.js +0 -1229
  257. package/dist/index-kcp7y951.js +0 -136
  258. package/dist/index-maw0jjnn.js +0 -147
  259. package/dist/index-mek9msfv.js +0 -705
  260. package/dist/index-n4xkaymm.js +0 -236
  261. package/dist/index-nkk59p3y.js +0 -579
  262. package/dist/index-phcrvs6d.js +0 -342
  263. package/dist/index-se4kw8tm.js +0 -460
  264. package/dist/index-x8s9rwfh.js +0 -2020
  265. package/dist/index-y7w3x9p1.js +0 -18
  266. package/dist/index-z9gy8w6b.js +0 -57
  267. package/dist/index-zdd0d9qa.js +0 -199
  268. package/dist/init-tb8jqgvr.js +0 -180
  269. package/dist/login-4h1sfsed.js +0 -75
  270. package/dist/previews-qr7c5j8h.js +0 -1336
  271. package/dist/productions-xpmd6bw8.js +0 -505
  272. package/dist/remote-kqcvhnfx.js +0 -192
  273. package/dist/secrets-6wbdsdek.js +0 -89
  274. package/dist/token-yp1qa70y.js +0 -419
  275. package/dist/types-15yv4cj3.js +0 -701
  276. package/dist/worker-1yg72jxg.js +0 -510
  277. package/dist/worker-entrypoint-y8s9kdcx.js +0 -15
@@ -120,7 +120,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
120
120
  name: string;
121
121
  }>]>>>;
122
122
  r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
123
- durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings").DurableObjectBindingInput>>>;
123
+ durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
124
124
  queues: z.ZodOptional<z.ZodObject<{
125
125
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
126
126
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -470,7 +470,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
470
470
  name: string;
471
471
  }> | undefined;
472
472
  r2?: Record<string, string> | undefined;
473
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
473
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
474
474
  queues?: {
475
475
  producers?: Record<string, string> | undefined;
476
476
  consumers?: {
@@ -593,7 +593,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
593
593
  name: string;
594
594
  }> | undefined;
595
595
  r2?: Record<string, string> | undefined;
596
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
596
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
597
597
  queues?: {
598
598
  producers?: Record<string, string> | undefined;
599
599
  consumers?: {
@@ -987,17 +987,17 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
987
987
  target: z.ZodOptional<z.ZodString>;
988
988
  minify: z.ZodOptional<z.ZodBoolean>;
989
989
  sourcemap: z.ZodOptional<z.ZodBoolean>;
990
- options: z.ZodOptional<z.ZodType<import("./schema-build").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build").DevflareRolldownOptions>>;
990
+ options: z.ZodOptional<z.ZodType<import("./schema-build.js").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build.js").DevflareRolldownOptions>>;
991
991
  }, "strip", z.ZodTypeAny, {
992
992
  target?: string | undefined;
993
993
  minify?: boolean | undefined;
994
994
  sourcemap?: boolean | undefined;
995
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
995
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
996
996
  }, {
997
997
  target?: string | undefined;
998
998
  minify?: boolean | undefined;
999
999
  sourcemap?: boolean | undefined;
1000
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
1000
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
1001
1001
  }>>>;
1002
1002
  readonly vite: z.ZodOptional<z.ZodOptional<z.ZodObject<{
1003
1003
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -1052,7 +1052,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1052
1052
  name: string;
1053
1053
  }> | undefined;
1054
1054
  r2?: Record<string, string> | undefined;
1055
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
1055
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1056
1056
  queues?: {
1057
1057
  producers?: Record<string, string> | undefined;
1058
1058
  consumers?: {
@@ -1258,7 +1258,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1258
1258
  target?: string | undefined;
1259
1259
  minify?: boolean | undefined;
1260
1260
  sourcemap?: boolean | undefined;
1261
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
1261
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
1262
1262
  } | undefined;
1263
1263
  vite?: z.objectOutputType<{
1264
1264
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -1305,7 +1305,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1305
1305
  name: string;
1306
1306
  }> | undefined;
1307
1307
  r2?: Record<string, string> | undefined;
1308
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
1308
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1309
1309
  queues?: {
1310
1310
  producers?: Record<string, string> | undefined;
1311
1311
  consumers?: {
@@ -1511,7 +1511,7 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
1511
1511
  target?: string | undefined;
1512
1512
  minify?: boolean | undefined;
1513
1513
  sourcemap?: boolean | undefined;
1514
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
1514
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
1515
1515
  } | undefined;
1516
1516
  vite?: z.objectInputType<{
1517
1517
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -1619,7 +1619,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1619
1619
  name: string;
1620
1620
  }>]>>>;
1621
1621
  r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1622
- durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings").DurableObjectBindingInput>>>;
1622
+ durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
1623
1623
  queues: z.ZodOptional<z.ZodObject<{
1624
1624
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1625
1625
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1969,7 +1969,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
1969
1969
  name: string;
1970
1970
  }> | undefined;
1971
1971
  r2?: Record<string, string> | undefined;
1972
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
1972
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1973
1973
  queues?: {
1974
1974
  producers?: Record<string, string> | undefined;
1975
1975
  consumers?: {
@@ -2092,7 +2092,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2092
2092
  name: string;
2093
2093
  }> | undefined;
2094
2094
  r2?: Record<string, string> | undefined;
2095
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
2095
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2096
2096
  queues?: {
2097
2097
  producers?: Record<string, string> | undefined;
2098
2098
  consumers?: {
@@ -2486,17 +2486,17 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2486
2486
  target: z.ZodOptional<z.ZodString>;
2487
2487
  minify: z.ZodOptional<z.ZodBoolean>;
2488
2488
  sourcemap: z.ZodOptional<z.ZodBoolean>;
2489
- options: z.ZodOptional<z.ZodType<import("./schema-build").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build").DevflareRolldownOptions>>;
2489
+ options: z.ZodOptional<z.ZodType<import("./schema-build.js").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build.js").DevflareRolldownOptions>>;
2490
2490
  }, "strip", z.ZodTypeAny, {
2491
2491
  target?: string | undefined;
2492
2492
  minify?: boolean | undefined;
2493
2493
  sourcemap?: boolean | undefined;
2494
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
2494
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
2495
2495
  }, {
2496
2496
  target?: string | undefined;
2497
2497
  minify?: boolean | undefined;
2498
2498
  sourcemap?: boolean | undefined;
2499
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
2499
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
2500
2500
  }>>>;
2501
2501
  readonly vite: z.ZodOptional<z.ZodOptional<z.ZodObject<{
2502
2502
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -2551,7 +2551,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2551
2551
  name: string;
2552
2552
  }> | undefined;
2553
2553
  r2?: Record<string, string> | undefined;
2554
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
2554
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2555
2555
  queues?: {
2556
2556
  producers?: Record<string, string> | undefined;
2557
2557
  consumers?: {
@@ -2757,7 +2757,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2757
2757
  target?: string | undefined;
2758
2758
  minify?: boolean | undefined;
2759
2759
  sourcemap?: boolean | undefined;
2760
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
2760
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
2761
2761
  } | undefined;
2762
2762
  vite?: z.objectOutputType<{
2763
2763
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -2804,7 +2804,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
2804
2804
  name: string;
2805
2805
  }> | undefined;
2806
2806
  r2?: Record<string, string> | undefined;
2807
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
2807
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2808
2808
  queues?: {
2809
2809
  producers?: Record<string, string> | undefined;
2810
2810
  consumers?: {
@@ -3010,7 +3010,7 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
3010
3010
  target?: string | undefined;
3011
3011
  minify?: boolean | undefined;
3012
3012
  sourcemap?: boolean | undefined;
3013
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3013
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3014
3014
  } | undefined;
3015
3015
  vite?: z.objectInputType<{
3016
3016
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -1,4 +1,4 @@
1
- import { type ArtifactsBinding, type BrowserBindings, type D1Binding, type DispatchNamespaceBinding, type DurableObjectBinding, type HyperdriveBinding, type ImagesBinding, type KVBinding, type MediaBinding, type MtlsCertificateBinding, type PipelineBinding, type SecretsStoreBinding, type WorkflowBinding, formatBrowserBindingLimitMessage } from './schema-bindings';
1
+ import { type ArtifactsBinding, type BrowserBindings, type D1Binding, type DispatchNamespaceBinding, type DurableObjectBinding, type HyperdriveBinding, type ImagesBinding, type KVBinding, type MediaBinding, type MtlsCertificateBinding, type PipelineBinding, type SecretsStoreBinding, type WorkflowBinding, formatBrowserBindingLimitMessage } from './schema-bindings.js';
2
2
  export { formatBrowserBindingLimitMessage };
3
3
  /**
4
4
  * Normalized DO binding shape — consistent representation for all DO binding variants.
@@ -1,5 +1,5 @@
1
- import type { AnalyticsBindingInput, ArtifactsBindingInput, BrowserBindingInput, DispatchNamespaceBindingInput, ImagesBindingInput, MediaBindingInput, MtlsCertificateBindingInput, PipelineBindingInput, SendEmailBindingInput, WorkflowBindingInput } from './schema-types-bindings-platform';
2
- import type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, D1BindingInput, DurableObjectBindingInput, HyperdriveBindingInput, KVBindingInput, QueuesConfigInput, RateLimitBindingInput, SecretsStoreBindingInput, ServiceBindingInput, VectorizeBindingInput, VersionMetadataBindingInput, WorkerLoaderBindingInput } from './schema-types-bindings-resources';
1
+ import type { AnalyticsBindingInput, ArtifactsBindingInput, BrowserBindingInput, DispatchNamespaceBindingInput, ImagesBindingInput, MediaBindingInput, MtlsCertificateBindingInput, PipelineBindingInput, SendEmailBindingInput, WorkflowBindingInput } from './schema-types-bindings-platform.js';
2
+ import type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, D1BindingInput, DurableObjectBindingInput, HyperdriveBindingInput, KVBindingInput, QueuesConfigInput, RateLimitBindingInput, SecretsStoreBindingInput, ServiceBindingInput, VectorizeBindingInput, VersionMetadataBindingInput, WorkerLoaderBindingInput } from './schema-types-bindings-resources.js';
3
3
  export interface BindingsConfigInput {
4
4
  /**
5
5
  * KV namespace bindings keyed by runtime binding name.
@@ -249,6 +249,6 @@ export interface BindingsConfigInput {
249
249
  */
250
250
  artifacts?: Record<string, ArtifactsBindingInput>;
251
251
  }
252
- export type * from './schema-types-bindings-resources';
253
- export type * from './schema-types-bindings-platform';
252
+ export type * from './schema-types-bindings-resources.js';
253
+ export type * from './schema-types-bindings-platform.js';
254
254
  //# sourceMappingURL=schema-types-bindings.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { DevflareRolldownOptions } from './schema-build';
1
+ import type { DevflareRolldownOptions } from './schema-build.js';
2
2
  /**
3
3
  * Rolldown configuration for Devflare's Durable Object bundler.
4
4
  */
@@ -1,7 +1,7 @@
1
- import type { DevflareVarsInput } from './env-vars';
2
- import type { BindingsConfigInput } from './schema-types-bindings';
3
- import type { RolldownConfigInput, ViteConfigInput, WranglerConfigInput } from './schema-types-build';
4
- import type { AssetsConfigInput, ContainerConfigInput, FilesConfigInput, LimitsConfigInput, MigrationConfigInput, ModuleRuleConfigInput, ObservabilityConfigInput, PlacementConfigInput, PreviewConfigInput, RouteConfigInput, SecretConfigInput, ServerConfigInput, TailConsumerConfigInput, TriggersConfigInput, WsRouteConfigInput } from './schema-types-runtime';
1
+ import type { DevflareVarsInput } from './env-vars.js';
2
+ import type { BindingsConfigInput } from './schema-types-bindings.js';
3
+ import type { RolldownConfigInput, ViteConfigInput, WranglerConfigInput } from './schema-types-build.js';
4
+ import type { AssetsConfigInput, ContainerConfigInput, FilesConfigInput, LimitsConfigInput, MigrationConfigInput, ModuleRuleConfigInput, ObservabilityConfigInput, PlacementConfigInput, PreviewConfigInput, RouteConfigInput, SecretConfigInput, ServerConfigInput, TailConsumerConfigInput, TriggersConfigInput, WsRouteConfigInput } from './schema-types-runtime.js';
5
5
  /**
6
6
  * Authoring input accepted by `defineConfig()`.
7
7
  *
@@ -418,7 +418,7 @@ export interface DevflareConfigInput {
418
418
  */
419
419
  export interface DevflareEnvConfigInput extends Partial<Omit<DevflareConfigInput, 'accountId' | 'wsRoutes' | 'env'>> {
420
420
  }
421
- export type * from './schema-types-bindings';
422
- export type * from './schema-types-build';
423
- export type * from './schema-types-runtime';
421
+ export type * from './schema-types-bindings.js';
422
+ export type * from './schema-types-build.js';
423
+ export type * from './schema-types-runtime.js';
424
424
  //# sourceMappingURL=schema-types.d.ts.map
@@ -130,7 +130,7 @@ export declare const rootConfigShape: {
130
130
  name: string;
131
131
  }>]>>>;
132
132
  r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
133
- durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings").DurableObjectBindingInput>>>;
133
+ durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
134
134
  queues: z.ZodOptional<z.ZodObject<{
135
135
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
136
136
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -480,7 +480,7 @@ export declare const rootConfigShape: {
480
480
  name: string;
481
481
  }> | undefined;
482
482
  r2?: Record<string, string> | undefined;
483
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
483
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
484
484
  queues?: {
485
485
  producers?: Record<string, string> | undefined;
486
486
  consumers?: {
@@ -603,7 +603,7 @@ export declare const rootConfigShape: {
603
603
  name: string;
604
604
  }> | undefined;
605
605
  r2?: Record<string, string> | undefined;
606
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
606
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
607
607
  queues?: {
608
608
  producers?: Record<string, string> | undefined;
609
609
  consumers?: {
@@ -1033,17 +1033,17 @@ export declare const rootConfigShape: {
1033
1033
  target: z.ZodOptional<z.ZodString>;
1034
1034
  minify: z.ZodOptional<z.ZodBoolean>;
1035
1035
  sourcemap: z.ZodOptional<z.ZodBoolean>;
1036
- options: z.ZodOptional<z.ZodType<import("./schema-build").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build").DevflareRolldownOptions>>;
1036
+ options: z.ZodOptional<z.ZodType<import("./schema-build.js").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build.js").DevflareRolldownOptions>>;
1037
1037
  }, "strip", z.ZodTypeAny, {
1038
1038
  target?: string | undefined;
1039
1039
  minify?: boolean | undefined;
1040
1040
  sourcemap?: boolean | undefined;
1041
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
1041
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
1042
1042
  }, {
1043
1043
  target?: string | undefined;
1044
1044
  minify?: boolean | undefined;
1045
1045
  sourcemap?: boolean | undefined;
1046
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
1046
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
1047
1047
  }>>;
1048
1048
  /** Vite-related configuration namespace. */
1049
1049
  readonly vite: z.ZodOptional<z.ZodObject<{
@@ -1162,7 +1162,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1162
1162
  name: string;
1163
1163
  }>]>>>;
1164
1164
  r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1165
- durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings").DurableObjectBindingInput>>>;
1165
+ durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
1166
1166
  queues: z.ZodOptional<z.ZodObject<{
1167
1167
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
1168
1168
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1512,7 +1512,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1512
1512
  name: string;
1513
1513
  }> | undefined;
1514
1514
  r2?: Record<string, string> | undefined;
1515
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
1515
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1516
1516
  queues?: {
1517
1517
  producers?: Record<string, string> | undefined;
1518
1518
  consumers?: {
@@ -1635,7 +1635,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
1635
1635
  name: string;
1636
1636
  }> | undefined;
1637
1637
  r2?: Record<string, string> | undefined;
1638
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
1638
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
1639
1639
  queues?: {
1640
1640
  producers?: Record<string, string> | undefined;
1641
1641
  consumers?: {
@@ -2045,17 +2045,17 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2045
2045
  target: z.ZodOptional<z.ZodString>;
2046
2046
  minify: z.ZodOptional<z.ZodBoolean>;
2047
2047
  sourcemap: z.ZodOptional<z.ZodBoolean>;
2048
- options: z.ZodOptional<z.ZodType<import("./schema-build").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build").DevflareRolldownOptions>>;
2048
+ options: z.ZodOptional<z.ZodType<import("./schema-build.js").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build.js").DevflareRolldownOptions>>;
2049
2049
  }, "strip", z.ZodTypeAny, {
2050
2050
  target?: string | undefined;
2051
2051
  minify?: boolean | undefined;
2052
2052
  sourcemap?: boolean | undefined;
2053
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
2053
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
2054
2054
  }, {
2055
2055
  target?: string | undefined;
2056
2056
  minify?: boolean | undefined;
2057
2057
  sourcemap?: boolean | undefined;
2058
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
2058
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
2059
2059
  }>>;
2060
2060
  vite: z.ZodOptional<z.ZodObject<{
2061
2061
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -2171,7 +2171,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2171
2171
  name: string;
2172
2172
  }>]>>>;
2173
2173
  r2: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2174
- durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings").DurableObjectBindingInput>>>;
2174
+ durableObjects: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./schema-bindings.js").DurableObjectBindingInput, z.ZodTypeDef, import("./schema-bindings.js").DurableObjectBindingInput>>>;
2175
2175
  queues: z.ZodOptional<z.ZodObject<{
2176
2176
  producers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
2177
2177
  consumers: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -2521,7 +2521,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2521
2521
  name: string;
2522
2522
  }> | undefined;
2523
2523
  r2?: Record<string, string> | undefined;
2524
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
2524
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2525
2525
  queues?: {
2526
2526
  producers?: Record<string, string> | undefined;
2527
2527
  consumers?: {
@@ -2644,7 +2644,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
2644
2644
  name: string;
2645
2645
  }> | undefined;
2646
2646
  r2?: Record<string, string> | undefined;
2647
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
2647
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
2648
2648
  queues?: {
2649
2649
  producers?: Record<string, string> | undefined;
2650
2650
  consumers?: {
@@ -3038,17 +3038,17 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3038
3038
  target: z.ZodOptional<z.ZodString>;
3039
3039
  minify: z.ZodOptional<z.ZodBoolean>;
3040
3040
  sourcemap: z.ZodOptional<z.ZodBoolean>;
3041
- options: z.ZodOptional<z.ZodType<import("./schema-build").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build").DevflareRolldownOptions>>;
3041
+ options: z.ZodOptional<z.ZodType<import("./schema-build.js").DevflareRolldownOptions, z.ZodTypeDef, import("./schema-build.js").DevflareRolldownOptions>>;
3042
3042
  }, "strip", z.ZodTypeAny, {
3043
3043
  target?: string | undefined;
3044
3044
  minify?: boolean | undefined;
3045
3045
  sourcemap?: boolean | undefined;
3046
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3046
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3047
3047
  }, {
3048
3048
  target?: string | undefined;
3049
3049
  minify?: boolean | undefined;
3050
3050
  sourcemap?: boolean | undefined;
3051
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3051
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3052
3052
  }>>>;
3053
3053
  readonly vite: z.ZodOptional<z.ZodOptional<z.ZodObject<{
3054
3054
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -3103,7 +3103,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3103
3103
  name: string;
3104
3104
  }> | undefined;
3105
3105
  r2?: Record<string, string> | undefined;
3106
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
3106
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3107
3107
  queues?: {
3108
3108
  producers?: Record<string, string> | undefined;
3109
3109
  consumers?: {
@@ -3309,7 +3309,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3309
3309
  target?: string | undefined;
3310
3310
  minify?: boolean | undefined;
3311
3311
  sourcemap?: boolean | undefined;
3312
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3312
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3313
3313
  } | undefined;
3314
3314
  vite?: z.objectOutputType<{
3315
3315
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -3356,7 +3356,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3356
3356
  name: string;
3357
3357
  }> | undefined;
3358
3358
  r2?: Record<string, string> | undefined;
3359
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
3359
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3360
3360
  queues?: {
3361
3361
  producers?: Record<string, string> | undefined;
3362
3362
  consumers?: {
@@ -3562,7 +3562,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3562
3562
  target?: string | undefined;
3563
3563
  minify?: boolean | undefined;
3564
3564
  sourcemap?: boolean | undefined;
3565
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3565
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3566
3566
  } | undefined;
3567
3567
  vite?: z.objectInputType<{
3568
3568
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -3611,7 +3611,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3611
3611
  name: string;
3612
3612
  }> | undefined;
3613
3613
  r2?: Record<string, string> | undefined;
3614
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
3614
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3615
3615
  queues?: {
3616
3616
  producers?: Record<string, string> | undefined;
3617
3617
  consumers?: {
@@ -3823,7 +3823,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3823
3823
  target?: string | undefined;
3824
3824
  minify?: boolean | undefined;
3825
3825
  sourcemap?: boolean | undefined;
3826
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
3826
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
3827
3827
  } | undefined;
3828
3828
  vite?: z.objectOutputType<{
3829
3829
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -3870,7 +3870,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
3870
3870
  name: string;
3871
3871
  }> | undefined;
3872
3872
  r2?: Record<string, string> | undefined;
3873
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
3873
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
3874
3874
  queues?: {
3875
3875
  producers?: Record<string, string> | undefined;
3876
3876
  consumers?: {
@@ -4076,7 +4076,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4076
4076
  target?: string | undefined;
4077
4077
  minify?: boolean | undefined;
4078
4078
  sourcemap?: boolean | undefined;
4079
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
4079
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
4080
4080
  } | undefined;
4081
4081
  vite?: z.objectOutputType<{
4082
4082
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -4125,7 +4125,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4125
4125
  name: string;
4126
4126
  }> | undefined;
4127
4127
  r2?: Record<string, string> | undefined;
4128
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
4128
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4129
4129
  queues?: {
4130
4130
  producers?: Record<string, string> | undefined;
4131
4131
  consumers?: {
@@ -4337,7 +4337,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4337
4337
  target?: string | undefined;
4338
4338
  minify?: boolean | undefined;
4339
4339
  sourcemap?: boolean | undefined;
4340
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
4340
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
4341
4341
  } | undefined;
4342
4342
  vite?: z.objectInputType<{
4343
4343
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -4384,7 +4384,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4384
4384
  name: string;
4385
4385
  }> | undefined;
4386
4386
  r2?: Record<string, string> | undefined;
4387
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
4387
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4388
4388
  queues?: {
4389
4389
  producers?: Record<string, string> | undefined;
4390
4390
  consumers?: {
@@ -4590,7 +4590,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4590
4590
  target?: string | undefined;
4591
4591
  minify?: boolean | undefined;
4592
4592
  sourcemap?: boolean | undefined;
4593
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
4593
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
4594
4594
  } | undefined;
4595
4595
  vite?: z.objectInputType<{
4596
4596
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -4639,7 +4639,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4639
4639
  name: string;
4640
4640
  }> | undefined;
4641
4641
  r2?: Record<string, string> | undefined;
4642
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
4642
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4643
4643
  queues?: {
4644
4644
  producers?: Record<string, string> | undefined;
4645
4645
  consumers?: {
@@ -4851,7 +4851,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4851
4851
  target?: string | undefined;
4852
4852
  minify?: boolean | undefined;
4853
4853
  sourcemap?: boolean | undefined;
4854
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
4854
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
4855
4855
  } | undefined;
4856
4856
  vite?: z.objectOutputType<{
4857
4857
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -4898,7 +4898,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
4898
4898
  name: string;
4899
4899
  }> | undefined;
4900
4900
  r2?: Record<string, string> | undefined;
4901
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
4901
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
4902
4902
  queues?: {
4903
4903
  producers?: Record<string, string> | undefined;
4904
4904
  consumers?: {
@@ -5104,7 +5104,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5104
5104
  target?: string | undefined;
5105
5105
  minify?: boolean | undefined;
5106
5106
  sourcemap?: boolean | undefined;
5107
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
5107
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
5108
5108
  } | undefined;
5109
5109
  vite?: z.objectOutputType<{
5110
5110
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -5153,7 +5153,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5153
5153
  name: string;
5154
5154
  }> | undefined;
5155
5155
  r2?: Record<string, string> | undefined;
5156
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
5156
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
5157
5157
  queues?: {
5158
5158
  producers?: Record<string, string> | undefined;
5159
5159
  consumers?: {
@@ -5365,7 +5365,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5365
5365
  target?: string | undefined;
5366
5366
  minify?: boolean | undefined;
5367
5367
  sourcemap?: boolean | undefined;
5368
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
5368
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
5369
5369
  } | undefined;
5370
5370
  vite?: z.objectInputType<{
5371
5371
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -5412,7 +5412,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5412
5412
  name: string;
5413
5413
  }> | undefined;
5414
5414
  r2?: Record<string, string> | undefined;
5415
- durableObjects?: Record<string, import("./schema-bindings").DurableObjectBindingInput> | undefined;
5415
+ durableObjects?: Record<string, import("./schema-bindings.js").DurableObjectBindingInput> | undefined;
5416
5416
  queues?: {
5417
5417
  producers?: Record<string, string> | undefined;
5418
5418
  consumers?: {
@@ -5618,7 +5618,7 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5618
5618
  target?: string | undefined;
5619
5619
  minify?: boolean | undefined;
5620
5620
  sourcemap?: boolean | undefined;
5621
- options?: import("./schema-build").DevflareRolldownOptions | undefined;
5621
+ options?: import("./schema-build.js").DevflareRolldownOptions | undefined;
5622
5622
  } | undefined;
5623
5623
  vite?: z.objectInputType<{
5624
5624
  plugins: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -5630,12 +5630,12 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
5630
5630
  }>;
5631
5631
  /** Output type after Zod validation and transforms */
5632
5632
  export type DevflareConfig = z.output<typeof configSchema>;
5633
- export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types';
5634
- export type { DevflareRolldownOptions, DevflareRolldownOutputOptions, RolldownConfig, ViteConfig } from './schema-build';
5635
- export type { BrowserBindings, D1Binding, DurableObjectBinding, HyperdriveBinding, KVBinding, QueueConsumer, QueuesConfig, RateLimitBinding, VersionMetadataBinding, WorkerLoaderBinding, SecretsStoreBinding, DispatchNamespaceBinding, WorkflowBinding, PipelineBinding, ImagesBinding, MediaBinding, ArtifactsBinding, ServiceBinding, MtlsCertificateBinding } from './schema-bindings';
5636
- export type { DevflareEnvConfig } from './schema-env';
5637
- export type { AssetsConfig, ContainerConfig, MigrationConfig, ModuleRuleConfig, PlacementConfig, PreviewConfig, RouteConfig, ServerConfig, TailConsumerConfig, WsRouteConfig } from './schema-runtime';
5638
- export type { NormalizedD1Binding, NormalizedDispatchNamespaceBinding, NormalizedDOBinding, NormalizedHyperdriveBinding, NormalizedKVBinding, NormalizedMtlsCertificateBinding, NormalizedWorkflowBinding, NormalizedPipelineBinding, NormalizedImagesBinding, NormalizedMediaBinding, NormalizedArtifactsBinding, NormalizedSecretsStoreBinding } from './schema-normalization';
5639
- export { getLocalD1DatabaseIdentifier, getLocalHyperdriveConfigIdentifier, getLocalKVNamespaceIdentifier, getSingleBrowserBindingName, normalizeD1Binding, normalizeDispatchNamespaceBinding, normalizeDOBinding, normalizeHyperdriveBinding, normalizeKVBinding, normalizeMtlsCertificateBinding, normalizeWorkflowBinding, normalizePipelineBinding, normalizeImagesBinding, normalizeMediaBinding, normalizeSecretsStoreBinding, normalizeArtifactsBinding } from './schema-normalization';
5640
- export { browserBindingSchema, formatBrowserBindingLimitMessage } from './schema-bindings';
5633
+ export type { AiBindingInput, AiSearchInstanceBindingInput, AiSearchNamespaceBindingInput, AnalyticsBindingInput, ArtifactsBindingInput, ArtifactsBindingObjectInput, AssetsConfigInput, BindingsConfigInput, BrowserBindingInput, BrowserBindingObjectInput, ContainerConfigInput, D1BindingByIdInput, D1BindingByNameInput, D1BindingInput, DevflareConfigInput, DevflareEnvConfigInput, DispatchNamespaceBindingInput, DispatchNamespaceBindingObjectInput, DispatchNamespaceOutboundInput, DurableObjectBindingInput, DurableObjectBindingObjectInput, FilesConfigInput, HyperdriveBindingByIdInput, HyperdriveBindingByNameInput, HyperdriveBindingInput, ImagesBindingInput, ImagesBindingObjectInput, KVBindingByIdInput, KVBindingByNameInput, KVBindingInput, LimitsConfigInput, MediaBindingInput, MediaBindingObjectInput, MigrationConfigInput, ModuleRuleConfigInput, MtlsCertificateBindingByIdInput, MtlsCertificateBindingByWranglerIdInput, MtlsCertificateBindingInput, ObservabilityConfigInput, ObservabilityLogsConfigInput, ObservabilityTracesConfigInput, PipelineBindingInput, PipelineBindingObjectInput, PlacementConfigInput, PreviewConfigInput, QueueConsumerInput, QueuesConfigInput, RateLimitBindingInput, RateLimitSimpleInput, RenamedClassMigrationInput, RolldownConfigInput, RouteConfigInput, RouteTreeConfigInput, SecretConfigInput, SecretsStoreBindingInput, SecretsStoreBindingObjectInput, SendEmailBindingInput, ServerConfigInput, ServiceBindingInput, SmartPlacementConfigInput, TailConsumerConfigInput, TailConsumerObjectConfigInput, TargetedHostPlacementConfigInput, TargetedHostnamePlacementConfigInput, TargetedRegionPlacementConfigInput, TriggersConfigInput, VectorizeBindingInput, VersionMetadataBindingInput, ViteConfigInput, WorkflowBindingInput, WorkflowLimitsInput, WorkerLoaderBindingInput, WranglerConfigInput, WsRouteConfigInput } from './schema-types.js';
5634
+ export type { DevflareRolldownOptions, DevflareRolldownOutputOptions, RolldownConfig, ViteConfig } from './schema-build.js';
5635
+ export type { BrowserBindings, D1Binding, DurableObjectBinding, HyperdriveBinding, KVBinding, QueueConsumer, QueuesConfig, RateLimitBinding, VersionMetadataBinding, WorkerLoaderBinding, SecretsStoreBinding, DispatchNamespaceBinding, WorkflowBinding, PipelineBinding, ImagesBinding, MediaBinding, ArtifactsBinding, ServiceBinding, MtlsCertificateBinding } from './schema-bindings.js';
5636
+ export type { DevflareEnvConfig } from './schema-env.js';
5637
+ export type { AssetsConfig, ContainerConfig, MigrationConfig, ModuleRuleConfig, PlacementConfig, PreviewConfig, RouteConfig, ServerConfig, TailConsumerConfig, WsRouteConfig } from './schema-runtime.js';
5638
+ export type { NormalizedD1Binding, NormalizedDispatchNamespaceBinding, NormalizedDOBinding, NormalizedHyperdriveBinding, NormalizedKVBinding, NormalizedMtlsCertificateBinding, NormalizedWorkflowBinding, NormalizedPipelineBinding, NormalizedImagesBinding, NormalizedMediaBinding, NormalizedArtifactsBinding, NormalizedSecretsStoreBinding } from './schema-normalization.js';
5639
+ export { getLocalD1DatabaseIdentifier, getLocalHyperdriveConfigIdentifier, getLocalKVNamespaceIdentifier, getSingleBrowserBindingName, normalizeD1Binding, normalizeDispatchNamespaceBinding, normalizeDOBinding, normalizeHyperdriveBinding, normalizeKVBinding, normalizeMtlsCertificateBinding, normalizeWorkflowBinding, normalizePipelineBinding, normalizeImagesBinding, normalizeMediaBinding, normalizeSecretsStoreBinding, normalizeArtifactsBinding } from './schema-normalization.js';
5640
+ export { browserBindingSchema, formatBrowserBindingLimitMessage } from './schema-bindings.js';
5641
5641
  //# sourceMappingURL=schema.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { DevflareConfig } from './schema';
1
+ import type { DevflareConfig } from './schema.js';
2
2
  export declare class ServiceBindingValidationError extends Error {
3
3
  readonly code = "SERVICE_BINDING_VALIDATION_ERROR";
4
4
  readonly missing: readonly string[];
@@ -1,7 +1,7 @@
1
- export { defineConfig, type DefineConfigInput, type TypedConfig } from './config/define';
2
- export { env, type EnvVarDescriptor, type InferConfigVars } from './config/env-vars';
3
- export { preview, type PreviewScopeFn, type PreviewScopeOptions, type PreviewScopedName, type PreviewScopedNameOptions } from './config/preview';
4
- export { ref, type RefResult, type WorkerBinding, type WorkerBindingAccessor, type DOBindingRef } from './config/ref';
5
- export type * from './config/schema-types';
6
- export { defineConfig as default } from './config/define';
1
+ export { defineConfig, type DefineConfigInput, type TypedConfig } from './config/define.js';
2
+ export { env, type EnvVarDescriptor, type InferConfigVars } from './config/env-vars.js';
3
+ export { preview, type PreviewScopeFn, type PreviewScopeOptions, type PreviewScopedName, type PreviewScopedNameOptions } from './config/preview.js';
4
+ export { ref, type RefResult, type WorkerBinding, type WorkerBindingAccessor, type DOBindingRef } from './config/ref.js';
5
+ export type * from './config/schema-types.js';
6
+ export { defineConfig as default } from './config/define.js';
7
7
  //# sourceMappingURL=config-entry.d.ts.map
@@ -1,8 +1,3 @@
1
- import"./index-37x76zdn.js";
2
- export {
3
- ref,
4
- preview,
5
- env,
6
- defineConfig,
7
- defineConfig2 as default
8
- };
1
+ import { n as defineConfig, t as ref } from "./_chunks/ref-CYJNAAe_.js";
2
+ import { i as preview, s as env } from "./_chunks/preview-BhqDmq8I.js";
3
+ export { defineConfig as default, defineConfig, env, preview, ref };
@@ -1,3 +1,3 @@
1
- export { durableObject, getDurableObjectOptions } from './durable-object';
2
- export type { DurableObjectOptions } from './durable-object';
1
+ export { durableObject, getDurableObjectOptions } from './durable-object.js';
2
+ export type { DurableObjectOptions } from './durable-object.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,9 +1,2 @@
1
- import {
2
- durableObject,
3
- getDurableObjectOptions
4
- } from "../index-y7w3x9p1.js";
5
- import"../index-37x76zdn.js";
6
- export {
7
- getDurableObjectOptions,
8
- durableObject
9
- };
1
+ import { n as getDurableObjectOptions, t as durableObject } from "../_chunks/decorators-QmV57ixr.js";
2
+ export { durableObject, getDurableObjectOptions };