@trigger.dev/core 0.0.0-v3-canary-20240322112439 → 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 +9 -0
- package/dist/v3/index.d.ts +9 -0
- 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.mjs
CHANGED
|
@@ -658,6 +658,7 @@ var Config = z.object({
|
|
|
658
658
|
default: RetryOptions.optional()
|
|
659
659
|
}).optional(),
|
|
660
660
|
additionalPackages: z.string().array().optional(),
|
|
661
|
+
additionalFiles: z.string().array().optional(),
|
|
661
662
|
dependenciesToBundle: z.array(z.union([
|
|
662
663
|
z.string(),
|
|
663
664
|
RegexSchema
|