@trigger.dev/core 0.0.0-v3-prerelease-20240618084116 → 0.0.0-v3-prerelease-20240619130535

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.
Files changed (33) hide show
  1. package/dist/{catalog-BY89ZnAT.d.ts → catalog-EP9DGAGm.d.ts} +2 -2
  2. package/dist/{catalog-bucrsOn7.d.mts → catalog-Gjy5NtAB.d.mts} +2 -2
  3. package/dist/{manager-7wgeUu45.d.mts → manager-S98VaLUy.d.mts} +8 -8
  4. package/dist/{manager-7wgeUu45.d.ts → manager-S98VaLUy.d.ts} +8 -8
  5. package/dist/{messages-TXYTx0wj.d.mts → messages--WkQvA2l.d.mts} +199 -199
  6. package/dist/{messages-TXYTx0wj.d.ts → messages--WkQvA2l.d.ts} +199 -199
  7. package/dist/{schemas-r_DPYnY7.d.mts → schemas-Sb0sJcEt.d.mts} +33 -33
  8. package/dist/{schemas-r_DPYnY7.d.ts → schemas-Sb0sJcEt.d.ts} +33 -33
  9. package/dist/v3/dev/index.d.mts +1 -1
  10. package/dist/v3/dev/index.d.ts +1 -1
  11. package/dist/v3/index.d.mts +20 -11
  12. package/dist/v3/index.d.ts +20 -11
  13. package/dist/v3/index.js +8 -3
  14. package/dist/v3/index.js.map +1 -1
  15. package/dist/v3/index.mjs +8 -3
  16. package/dist/v3/index.mjs.map +1 -1
  17. package/dist/v3/otel/index.js +3 -3
  18. package/dist/v3/otel/index.js.map +1 -1
  19. package/dist/v3/otel/index.mjs +3 -3
  20. package/dist/v3/otel/index.mjs.map +1 -1
  21. package/dist/v3/prod/index.d.mts +2 -2
  22. package/dist/v3/prod/index.d.ts +2 -2
  23. package/dist/v3/workers/index.d.mts +6 -6
  24. package/dist/v3/workers/index.d.ts +6 -6
  25. package/dist/v3/workers/index.js +10 -5
  26. package/dist/v3/workers/index.js.map +1 -1
  27. package/dist/v3/workers/index.mjs +10 -5
  28. package/dist/v3/workers/index.mjs.map +1 -1
  29. package/dist/v3/zodMessageHandler.d.mts +1 -1
  30. package/dist/v3/zodMessageHandler.d.ts +1 -1
  31. package/dist/v3/zodfetch.d.mts +1 -1
  32. package/dist/v3/zodfetch.d.ts +1 -1
  33. package/package.json +1 -1
@@ -29,8 +29,8 @@ declare const ZodMessageSchema: z.ZodObject<{
29
29
  type: z.ZodString;
30
30
  payload: z.ZodUnknown;
31
31
  }, "strip", z.ZodTypeAny, {
32
- type: string;
33
32
  version: "v1";
33
+ type: string;
34
34
  payload?: unknown;
35
35
  }, {
36
36
  type: string;
@@ -29,8 +29,8 @@ declare const ZodMessageSchema: z.ZodObject<{
29
29
  type: z.ZodString;
30
30
  payload: z.ZodUnknown;
31
31
  }, "strip", z.ZodTypeAny, {
32
- type: string;
33
32
  version: "v1";
33
+ type: string;
34
34
  payload?: unknown;
35
35
  }, {
36
36
  type: string;
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { R as RetryOptions } from '../schemas-r_DPYnY7.mjs';
2
+ import { R as RetryOptions } from '../schemas-Sb0sJcEt.mjs';
3
3
  import { Readable } from 'node:stream';
4
4
 
5
5
  interface CursorPageParams {
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { R as RetryOptions } from '../schemas-r_DPYnY7.js';
2
+ import { R as RetryOptions } from '../schemas-Sb0sJcEt.js';
3
3
  import { Readable } from 'node:stream';
4
4
 
5
5
  interface CursorPageParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/core",
3
- "version": "0.0.0-v3-prerelease-20240618084116",
3
+ "version": "0.0.0-v3-prerelease-20240619130535",
4
4
  "description": "Core code used across the Trigger.dev SDK and platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",