@trigger.dev/core 0.0.0-v3-canary-20240322141522 → 0.0.0-v3-canary-20240322145829
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/v3/index.d.mts +819 -810
- package/dist/v3/index.d.ts +819 -810
- package/dist/v3/index.js +1 -0
- package/dist/v3/index.js.map +1 -1
- package/dist/v3/index.mjs +1 -0
- package/dist/v3/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/v3/index.js
CHANGED
|
@@ -666,6 +666,7 @@ var Config = zod.z.object({
|
|
|
666
666
|
default: RetryOptions.optional()
|
|
667
667
|
}).optional(),
|
|
668
668
|
additionalPackages: zod.z.string().array().optional(),
|
|
669
|
+
additionalFiles: zod.z.string().array().optional(),
|
|
669
670
|
dependenciesToBundle: zod.z.array(zod.z.union([
|
|
670
671
|
zod.z.string(),
|
|
671
672
|
RegexSchema
|