@trigger.dev/core 0.0.0-prerelease-20250116170357 → 0.0.0-prerelease-20250116195421
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.
|
@@ -99,7 +99,7 @@ export type TriggerConfig = {
|
|
|
99
99
|
*
|
|
100
100
|
* @see https://trigger.dev/docs/tasks/overview#maxduration-option
|
|
101
101
|
*/
|
|
102
|
-
maxDuration
|
|
102
|
+
maxDuration: number;
|
|
103
103
|
/**
|
|
104
104
|
* Enable console logging while running the dev CLI. This will print out logs from console.log, console.warn, and console.error. By default all logs are sent to the trigger.dev backend, and not logged to the console.
|
|
105
105
|
*/
|
package/dist/commonjs/version.js
CHANGED
package/dist/esm/v3/config.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export type TriggerConfig = {
|
|
|
99
99
|
*
|
|
100
100
|
* @see https://trigger.dev/docs/tasks/overview#maxduration-option
|
|
101
101
|
*/
|
|
102
|
-
maxDuration
|
|
102
|
+
maxDuration: number;
|
|
103
103
|
/**
|
|
104
104
|
* Enable console logging while running the dev CLI. This will print out logs from console.log, console.warn, and console.error. By default all logs are sent to the trigger.dev backend, and not logged to the console.
|
|
105
105
|
*/
|
package/dist/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = "0.0.0-prerelease-
|
|
1
|
+
export const VERSION = "0.0.0-prerelease-20250116195421";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED