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.
- package/dist/_chunks/account-BtWcv3X9.js +462 -0
- package/dist/_chunks/account-resources-CsmVowJp.js +159 -0
- package/dist/_chunks/ai-CBEuLdoP.js +322 -0
- package/dist/_chunks/api-TzdliH-6.js +568 -0
- package/dist/_chunks/build-3T6O4uIg.js +24 -0
- package/dist/_chunks/build-artifacts-8TqBSQkG.js +483 -0
- package/dist/_chunks/cli-BTF1X4SG.js +1128 -0
- package/dist/_chunks/cloudflare-BaloqI3H.js +157 -0
- package/dist/_chunks/colors-DiK6wPJ5.js +13 -0
- package/dist/_chunks/command-utils-BsfkmTqh.js +45 -0
- package/dist/_chunks/compiler-uoyAQ8zW.js +424 -0
- package/dist/_chunks/config-D5u-bEkn.js +78 -0
- package/dist/_chunks/config-path-DCPto4XB.js +42 -0
- package/dist/_chunks/context-CX50Y2Kb.js +2250 -0
- package/dist/_chunks/decorators-QmV57ixr.js +19 -0
- package/dist/_chunks/dependencies-C2oxFjU_.js +57 -0
- package/dist/_chunks/deploy-DMTr6JeR.js +915 -0
- package/dist/_chunks/dev-CvRHmRFZ.js +3456 -0
- package/dist/_chunks/doctor-DIG8DoFU.js +219 -0
- package/dist/_chunks/durable-object-DMtH0XYX.js +234 -0
- package/dist/_chunks/env-S0_nMVz1.js +125 -0
- package/dist/_chunks/family-DXC5SdFK.js +143 -0
- package/dist/_chunks/generated-artifacts-dMJY4KAt.js +32 -0
- package/dist/_chunks/glob-CmQOvunB.js +56 -0
- package/dist/_chunks/init-3moXTgpb.js +165 -0
- package/dist/_chunks/loader-DLXO60RO.js +1153 -0
- package/dist/_chunks/local-dev-vars-CTSa-wvF.js +81 -0
- package/dist/_chunks/local-hyperdrive-CJ90j46O.js +119 -0
- package/dist/_chunks/local-media-bindings-DsAW4AMF.js +335 -0
- package/dist/_chunks/local-secrets-DMmEOygL.js +123 -0
- package/dist/_chunks/local-workflow-entrypoints-Wip3o1u8.js +90 -0
- package/dist/_chunks/login-BmnDzDlH.js +51 -0
- package/dist/_chunks/package-metadata-DAuCkyvK.js +39 -0
- package/dist/_chunks/preferences-BKp_7XJx.js +241 -0
- package/dist/_chunks/preview-BhqDmq8I.js +456 -0
- package/dist/_chunks/preview-registry-ClAbLTHH.js +1186 -0
- package/dist/_chunks/preview-resources-DdXj8LMM.js +358 -0
- package/dist/_chunks/previews-Dlr13x5M.js +1134 -0
- package/dist/_chunks/productions-D3AnOHac.js +411 -0
- package/dist/_chunks/ref-CYJNAAe_.js +178 -0
- package/dist/_chunks/remote-CZnP-HLJ.js +79 -0
- package/dist/_chunks/remote-config-D39BY9ji.js +132 -0
- package/dist/_chunks/resolve-package-Y84HB3Nt.js +133 -0
- package/dist/_chunks/rolldown-runtime-CvQ6eiug.js +14 -0
- package/dist/_chunks/routes-C3FqES2W.js +796 -0
- package/dist/_chunks/runtime-FvXvfuZ2.js +550 -0
- package/dist/_chunks/schema-normalization-DWVleVxo.js +477 -0
- package/dist/_chunks/secrets-70eN0Q6C.js +95 -0
- package/dist/_chunks/token-kguIDmej.js +333 -0
- package/dist/_chunks/tokens-iVcgNXi-.js +221 -0
- package/dist/_chunks/types-OrLbzv4I.js +476 -0
- package/dist/_chunks/ui-BUoZApvE.js +103 -0
- package/dist/_chunks/usage-BBTGzjon.js +272 -0
- package/dist/_chunks/vite-CsI0E-uV.js +1235 -0
- package/dist/_chunks/vite-utils-OVLMV605.js +183 -0
- package/dist/_chunks/worker-CS1jgNFE.js +410 -0
- package/dist/_chunks/worker-bundler-dTTnYU3n.js +458 -0
- package/dist/_chunks/worker-entrypoint-CQW77lG8.js +247 -0
- package/dist/_chunks/workerName-CFJsLZA-.js +23 -0
- package/dist/bridge/index.d.ts +6 -6
- package/dist/bridge/miniflare.d.ts +2 -2
- package/dist/bridge/proxy.d.ts +1 -1
- package/dist/bridge/v2/body-streams.d.ts +1 -1
- package/dist/bridge/v2/codec.d.ts +4 -4
- package/dist/bridge/v2/index.d.ts +10 -10
- package/dist/bridge/v2/serialization.d.ts +1 -1
- package/dist/bridge/v2/value-codec.d.ts +1 -1
- package/dist/bridge/v2/value-serialization.d.ts.map +1 -1
- package/dist/bridge/v2/ws-relay.d.ts +3 -3
- package/dist/browser-shim/index.d.ts +2 -2
- package/dist/browser.d.ts +70 -70
- package/dist/browser.js +74 -2462
- package/dist/bundler/do-bundler.d.ts +1 -1
- package/dist/bundler/index.d.ts +3 -3
- package/dist/bundler/rolldown-shared.d.ts +1 -1
- package/dist/bundler/worker-bundler.d.ts +1 -1
- package/dist/cli/build-manifest.d.ts +1 -1
- package/dist/cli/command-utils.d.ts +1 -1
- package/dist/cli/commands/account.d.ts +1 -1
- package/dist/cli/commands/ai.d.ts +1 -1
- package/dist/cli/commands/build-artifacts.d.ts +5 -5
- package/dist/cli/commands/build.d.ts +1 -1
- package/dist/cli/commands/config.d.ts +1 -1
- package/dist/cli/commands/deploy/prepare.d.ts +2 -2
- package/dist/cli/commands/deploy/runtime.d.ts +1 -1
- package/dist/cli/commands/deploy/verification.d.ts +1 -1
- package/dist/cli/commands/deploy.d.ts +1 -1
- package/dist/cli/commands/dev.d.ts +1 -1
- package/dist/cli/commands/doctor.d.ts +1 -1
- package/dist/cli/commands/init.d.ts +1 -1
- package/dist/cli/commands/login.d.ts +1 -1
- package/dist/cli/commands/previews-support/cleanup.d.ts +1 -1
- package/dist/cli/commands/previews-support/family.d.ts +3 -3
- package/dist/cli/commands/previews-support/render.d.ts +3 -3
- package/dist/cli/commands/previews-support/theme.d.ts +2 -2
- package/dist/cli/commands/previews-support/types.d.ts +2 -2
- package/dist/cli/commands/previews.d.ts +1 -1
- package/dist/cli/commands/productions.d.ts +1 -1
- package/dist/cli/commands/remote.d.ts +1 -1
- package/dist/cli/commands/secrets.d.ts +1 -1
- package/dist/cli/commands/token.d.ts +1 -1
- package/dist/cli/commands/type-generation/discovery.d.ts +2 -2
- package/dist/cli/commands/type-generation/generator.d.ts +3 -3
- package/dist/cli/commands/type-generation/models.d.ts +1 -1
- package/dist/cli/commands/types.d.ts +1 -1
- package/dist/cli/commands/worker.d.ts +1 -1
- package/dist/cli/deploy-strategy.d.ts +1 -1
- package/dist/cli/deploy-target.d.ts +1 -1
- package/dist/cli/help-pages/pages/account.d.ts +1 -1
- package/dist/cli/help-pages/pages/core.d.ts +1 -1
- package/dist/cli/help-pages/pages/index.d.ts +1 -1
- package/dist/cli/help-pages/pages/misc.d.ts +1 -1
- package/dist/cli/help-pages/pages/previews.d.ts +1 -1
- package/dist/cli/help-pages/pages/productions.d.ts +1 -1
- package/dist/cli/help-pages/render.d.ts +2 -2
- package/dist/cli/help-pages/shared.d.ts +1 -1
- package/dist/cli/help.d.ts +2 -2
- package/dist/cli/index.js +2 -1383
- package/dist/cli/preview-bindings.d.ts +3 -3
- package/dist/cli/preview.d.ts +1 -1
- package/dist/cli/wrangler-auth.d.ts +1 -1
- package/dist/cloudflare/account-core.d.ts +2 -2
- package/dist/cloudflare/account-resources.d.ts +2 -2
- package/dist/cloudflare/account-status.d.ts +1 -1
- package/dist/cloudflare/account-workers.d.ts +2 -2
- package/dist/cloudflare/account.d.ts +7 -7
- package/dist/cloudflare/auth.d.ts +1 -1
- package/dist/cloudflare/index.d.ts +13 -13
- package/dist/cloudflare/index.js +4 -59
- package/dist/cloudflare/kv-namespace.d.ts +1 -1
- package/dist/cloudflare/preview-registry-cache.d.ts +1 -1
- package/dist/cloudflare/preview-registry-inference.d.ts +2 -2
- package/dist/cloudflare/preview-registry-records.d.ts +3 -3
- package/dist/cloudflare/preview-registry-shape.d.ts +2 -2
- package/dist/cloudflare/preview-registry-store.d.ts +3 -3
- package/dist/cloudflare/preview-registry-transport.d.ts +2 -2
- package/dist/cloudflare/preview-registry-types.d.ts +2 -2
- package/dist/cloudflare/preview-registry.d.ts +5 -5
- package/dist/cloudflare/tokens.d.ts +2 -2
- package/dist/cloudflare/usage.d.ts +2 -2
- package/dist/config/binding-resolution-helpers.d.ts +1 -1
- package/dist/config/compiler/bindings.d.ts +2 -2
- package/dist/config/compiler/core-helpers.d.ts +2 -2
- package/dist/config/compiler/do-workers.d.ts +2 -2
- package/dist/config/compiler/paths.d.ts +1 -1
- package/dist/config/compiler.d.ts +6 -6
- package/dist/config/define.d.ts +2 -2
- package/dist/config/deploy-resources.d.ts +5 -5
- package/dist/config/env-vars.d.ts +1 -1
- package/dist/config/framework-providers.d.ts +1 -1
- package/dist/config/index.d.ts +12 -12
- package/dist/config/loader.d.ts +2 -2
- package/dist/config/local-dev-vars.d.ts +1 -1
- package/dist/config/preview-resources.d.ts +4 -4
- package/dist/config/preview.d.ts +1 -1
- package/dist/config/ref.d.ts +2 -2
- package/dist/config/resolve-phased.d.ts +4 -4
- package/dist/config/resolve.d.ts +1 -1
- package/dist/config/resource-resolution.d.ts +6 -6
- package/dist/config/schema-env.d.ts +20 -20
- package/dist/config/schema-normalization.d.ts +1 -1
- package/dist/config/schema-types-bindings.d.ts +4 -4
- package/dist/config/schema-types-build.d.ts +1 -1
- package/dist/config/schema-types.d.ts +7 -7
- package/dist/config/schema.d.ts +46 -46
- package/dist/config/service-bindings-validation.d.ts +1 -1
- package/dist/config-entry.d.ts +6 -6
- package/dist/config-entry.js +3 -8
- package/dist/decorators/index.d.ts +2 -2
- package/dist/decorators/index.js +2 -9
- package/dist/dev-server/d1-migrations.d.ts +1 -1
- package/dist/dev-server/dev-server-state.d.ts +6 -6
- package/dist/dev-server/gateway-script.d.ts +1 -1
- package/dist/dev-server/index.d.ts +1 -1
- package/dist/dev-server/miniflare-bindings.d.ts +1 -1
- package/dist/dev-server/miniflare-dev-config.d.ts +5 -5
- package/dist/dev-server/miniflare-worker-config.d.ts +3 -3
- package/dist/dev-server/server-startup-helpers.d.ts +6 -6
- package/dist/dev-server/worker-surface-paths.d.ts +2 -2
- package/dist/index.d.ts +8 -8
- package/dist/index.js +9 -22
- package/dist/runtime/context-events.d.ts +1 -1
- package/dist/runtime/context.d.ts +3 -3
- package/dist/runtime/exports.d.ts +2 -2
- package/dist/runtime/index.d.ts +10 -10
- package/dist/runtime/index.js +5 -57
- package/dist/runtime/middleware.d.ts +1 -1
- package/dist/runtime/router/index.d.ts +3 -3
- package/dist/runtime/validation.d.ts +1 -1
- package/dist/secrets/local-secrets.d.ts +1 -1
- package/dist/shims/local-media-bindings.d.ts +1 -1
- package/dist/sveltekit/index.d.ts +1 -1
- package/dist/sveltekit/index.js +327 -9
- package/dist/sveltekit/local-bindings.d.ts +1 -1
- package/dist/sveltekit/platform.d.ts +1 -1
- package/dist/test/binding-hints.d.ts +2 -2
- package/dist/test/cf.d.ts +19 -19
- package/dist/test/index.d.ts +18 -18
- package/dist/test/index.js +4495 -46
- package/dist/test/offline-bindings.d.ts +3 -3
- package/dist/test/resolve-service-bindings.d.ts +1 -1
- package/dist/test/simple-context-bindings.d.ts +1 -1
- package/dist/test/simple-context-durable-objects.d.ts +1 -1
- package/dist/test/simple-context-env.d.ts +2 -2
- package/dist/test/simple-context-handlers.d.ts +2 -2
- package/dist/test/simple-context-lifecycle.d.ts +2 -2
- package/dist/test/simple-context-mfconfig.d.ts +1 -1
- package/dist/test/simple-context-multi-worker.d.ts +2 -2
- package/dist/test/simple-context-runtime.d.ts +1 -1
- package/dist/test/simple-context-startup.d.ts +1 -1
- package/dist/test/simple-context.d.ts +1 -1
- package/dist/test/utilities/env.d.ts +3 -3
- package/dist/test/utilities.d.ts +10 -10
- package/dist/test/worker.d.ts +1 -1
- package/dist/transform/index.d.ts +2 -2
- package/dist/utils/send-email.js +163 -19
- package/dist/vite/config-file.d.ts +2 -2
- package/dist/vite/index.d.ts +3 -3
- package/dist/vite/index.js +2 -31
- package/dist/vite/plugin-config-hook.d.ts +1 -1
- package/dist/vite/plugin-context.d.ts +3 -3
- package/dist/vite/plugin-durable-objects.d.ts +2 -2
- package/dist/vite/plugin-programmatic.d.ts +1 -1
- package/dist/vite/plugin-service-bindings.d.ts +2 -2
- package/dist/vite/plugin.d.ts +3 -3
- package/dist/worker-entry/composed-worker.d.ts +1 -1
- package/dist/worker-entry/routes.d.ts +2 -2
- package/dist/worker-entry/surface-paths.d.ts +1 -1
- package/dist/workflows/local-workflow-entrypoints.d.ts +1 -1
- package/package.json +5 -3
- package/dist/account-4tgh03a8.js +0 -484
- package/dist/ai-r3zqmxan.js +0 -261
- package/dist/api-6z01z734.js +0 -33
- package/dist/build-kw625v84.js +0 -51
- package/dist/config-ghk2bxj3.js +0 -102
- package/dist/deploy-9kee65n9.js +0 -1062
- package/dist/dev-x8zr249a.js +0 -3569
- package/dist/doctor-0ng5qrr1.js +0 -258
- package/dist/durable-object-0ybmg08a.js +0 -13
- package/dist/index-04wh9bxx.js +0 -514
- package/dist/index-0cc05hzv.js +0 -74
- package/dist/index-2yv7w548.js +0 -185
- package/dist/index-37x76zdn.js +0 -4
- package/dist/index-3cpzsr47.js +0 -125
- package/dist/index-3t6rypgc.js +0 -13
- package/dist/index-4mmpccrb.js +0 -309
- package/dist/index-5dkjffqz.js +0 -25
- package/dist/index-5hy7jmv3.js +0 -890
- package/dist/index-627srx16.js +0 -45
- package/dist/index-7m557715.js +0 -283
- package/dist/index-a8pnvg3r.js +0 -52
- package/dist/index-aabgympv.js +0 -39
- package/dist/index-atwc3csp.js +0 -256
- package/dist/index-cv4cvrxe.js +0 -2046
- package/dist/index-h7r11y4a.js +0 -539
- package/dist/index-hvtd936d.js +0 -1229
- package/dist/index-kcp7y951.js +0 -136
- package/dist/index-maw0jjnn.js +0 -147
- package/dist/index-mek9msfv.js +0 -705
- package/dist/index-n4xkaymm.js +0 -236
- package/dist/index-nkk59p3y.js +0 -579
- package/dist/index-phcrvs6d.js +0 -342
- package/dist/index-se4kw8tm.js +0 -460
- package/dist/index-x8s9rwfh.js +0 -2020
- package/dist/index-y7w3x9p1.js +0 -18
- package/dist/index-z9gy8w6b.js +0 -57
- package/dist/index-zdd0d9qa.js +0 -199
- package/dist/init-tb8jqgvr.js +0 -180
- package/dist/login-4h1sfsed.js +0 -75
- package/dist/previews-qr7c5j8h.js +0 -1336
- package/dist/productions-xpmd6bw8.js +0 -505
- package/dist/remote-kqcvhnfx.js +0 -192
- package/dist/secrets-6wbdsdek.js +0 -89
- package/dist/token-yp1qa70y.js +0 -419
- package/dist/types-15yv4cj3.js +0 -701
- package/dist/worker-1yg72jxg.js +0 -510
- 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,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
|
package/dist/config/schema.d.ts
CHANGED
|
@@ -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
|
package/dist/config-entry.d.ts
CHANGED
|
@@ -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
|
package/dist/config-entry.js
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import"./
|
|
2
|
-
|
|
3
|
-
|
|
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
|
package/dist/decorators/index.js
CHANGED
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
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 };
|