@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?: number;
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
  */
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "0.0.0-prerelease-20250116170357";
4
+ exports.VERSION = "0.0.0-prerelease-20250116195421";
5
5
  //# sourceMappingURL=version.js.map
@@ -99,7 +99,7 @@ export type TriggerConfig = {
99
99
  *
100
100
  * @see https://trigger.dev/docs/tasks/overview#maxduration-option
101
101
  */
102
- maxDuration?: number;
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
  */
@@ -1,2 +1,2 @@
1
- export const VERSION = "0.0.0-prerelease-20250116170357";
1
+ export const VERSION = "0.0.0-prerelease-20250116195421";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/core",
3
- "version": "0.0.0-prerelease-20250116170357",
3
+ "version": "0.0.0-prerelease-20250116195421",
4
4
  "description": "Core code used across the Trigger.dev SDK and platform",
5
5
  "license": "MIT",
6
6
  "publishConfig": {