miniflare 0.0.0-ce8bfbdad → 0.0.0-cf4f47a8a

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.
@@ -107,17 +107,14 @@ export declare const AssetsOptionsSchema: z.ZodObject<{
107
107
  html_handling: z.ZodOptional<z.ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
108
108
  not_found_handling: z.ZodOptional<z.ZodEnum<["single-page-application", "404-page", "none"]>>;
109
109
  serve_directly: z.ZodOptional<z.ZodBoolean>;
110
- run_worker_first: z.ZodOptional<z.ZodBoolean>;
111
110
  }, "strip", z.ZodTypeAny, {
112
111
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
113
112
  not_found_handling?: "none" | "single-page-application" | "404-page";
114
113
  serve_directly?: boolean;
115
- run_worker_first?: boolean;
116
114
  }, {
117
115
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
118
116
  not_found_handling?: "none" | "single-page-application" | "404-page";
119
117
  serve_directly?: boolean;
120
- run_worker_first?: boolean;
121
118
  }>>;
122
119
  }, "strip", z.ZodTypeAny, {
123
120
  directory: string;
@@ -133,7 +130,6 @@ export declare const AssetsOptionsSchema: z.ZodObject<{
133
130
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
134
131
  not_found_handling?: "none" | "single-page-application" | "404-page";
135
132
  serve_directly?: boolean;
136
- run_worker_first?: boolean;
137
133
  } | undefined;
138
134
  }, {
139
135
  directory: string;
@@ -149,7 +145,6 @@ export declare const AssetsOptionsSchema: z.ZodObject<{
149
145
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
150
146
  not_found_handling?: "none" | "single-page-application" | "404-page";
151
147
  serve_directly?: boolean;
152
- run_worker_first?: boolean;
153
148
  } | undefined;
154
149
  }>>;
155
150
  }, "strip", z.ZodTypeAny, {
@@ -167,7 +162,6 @@ export declare const AssetsOptionsSchema: z.ZodObject<{
167
162
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
168
163
  not_found_handling?: "none" | "single-page-application" | "404-page";
169
164
  serve_directly?: boolean;
170
- run_worker_first?: boolean;
171
165
  } | undefined;
172
166
  } | undefined;
173
167
  }, {
@@ -185,7 +179,6 @@ export declare const AssetsOptionsSchema: z.ZodObject<{
185
179
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
186
180
  not_found_handling?: "none" | "single-page-application" | "404-page";
187
181
  serve_directly?: boolean;
188
- run_worker_first?: boolean;
189
182
  } | undefined;
190
183
  } | undefined;
191
184
  }>;
@@ -3355,17 +3348,14 @@ export declare const PLUGINS: {
3355
3348
  html_handling: z.ZodOptional<z.ZodEnum<["auto-trailing-slash", "force-trailing-slash", "drop-trailing-slash", "none"]>>;
3356
3349
  not_found_handling: z.ZodOptional<z.ZodEnum<["single-page-application", "404-page", "none"]>>;
3357
3350
  serve_directly: z.ZodOptional<z.ZodBoolean>;
3358
- run_worker_first: z.ZodOptional<z.ZodBoolean>;
3359
3351
  }, "strip", z.ZodTypeAny, {
3360
3352
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3361
3353
  not_found_handling?: "none" | "single-page-application" | "404-page";
3362
3354
  serve_directly?: boolean;
3363
- run_worker_first?: boolean;
3364
3355
  }, {
3365
3356
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3366
3357
  not_found_handling?: "none" | "single-page-application" | "404-page";
3367
3358
  serve_directly?: boolean;
3368
- run_worker_first?: boolean;
3369
3359
  }>>;
3370
3360
  }, "strip", z.ZodTypeAny, {
3371
3361
  directory: string;
@@ -3381,7 +3371,6 @@ export declare const PLUGINS: {
3381
3371
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3382
3372
  not_found_handling?: "none" | "single-page-application" | "404-page";
3383
3373
  serve_directly?: boolean;
3384
- run_worker_first?: boolean;
3385
3374
  } | undefined;
3386
3375
  }, {
3387
3376
  directory: string;
@@ -3397,7 +3386,6 @@ export declare const PLUGINS: {
3397
3386
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3398
3387
  not_found_handling?: "none" | "single-page-application" | "404-page";
3399
3388
  serve_directly?: boolean;
3400
- run_worker_first?: boolean;
3401
3389
  } | undefined;
3402
3390
  }>>;
3403
3391
  }, "strip", z.ZodTypeAny, {
@@ -3415,7 +3403,6 @@ export declare const PLUGINS: {
3415
3403
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3416
3404
  not_found_handling?: "none" | "single-page-application" | "404-page";
3417
3405
  serve_directly?: boolean;
3418
- run_worker_first?: boolean;
3419
3406
  } | undefined;
3420
3407
  } | undefined;
3421
3408
  }, {
@@ -3433,7 +3420,6 @@ export declare const PLUGINS: {
3433
3420
  html_handling?: "none" | "auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash";
3434
3421
  not_found_handling?: "none" | "single-page-application" | "404-page";
3435
3422
  serve_directly?: boolean;
3436
- run_worker_first?: boolean;
3437
3423
  } | undefined;
3438
3424
  } | undefined;
3439
3425
  }>>;
package/dist/src/index.js CHANGED
@@ -2334,8 +2334,7 @@ var AssetConfigSchema = import_zod4.z.object({
2334
2334
  "none"
2335
2335
  ]).optional(),
2336
2336
  not_found_handling: import_zod4.z.enum(["single-page-application", "404-page", "none"]).optional(),
2337
- serve_directly: import_zod4.z.boolean().optional(),
2338
- run_worker_first: import_zod4.z.boolean().optional()
2337
+ serve_directly: import_zod4.z.boolean().optional()
2339
2338
  });
2340
2339
  var InternalConfigSchema = import_zod4.z.object({
2341
2340
  // Used for analytics and reporting