@trigger.dev/core 3.0.0-beta.32 → 3.0.0-beta.34

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.
@@ -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
- version: "v1";
33
32
  type: string;
33
+ version: "v1";
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
- version: "v1";
33
32
  type: string;
33
+ version: "v1";
34
34
  payload?: unknown;
35
35
  }, {
36
36
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/core",
3
- "version": "3.0.0-beta.32",
3
+ "version": "3.0.0-beta.34",
4
4
  "description": "Core code used across the Trigger.dev SDK and platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -127,13 +127,14 @@
127
127
  "@opentelemetry/sdk-trace-base": "^1.22.0",
128
128
  "@opentelemetry/sdk-trace-node": "^1.22.0",
129
129
  "@opentelemetry/semantic-conventions": "^1.22.0",
130
+ "form-data-encoder": "^4.0.2",
130
131
  "humanize-duration": "^3.27.3",
132
+ "socket.io-client": "4.7.4",
131
133
  "superjson": "^2.2.1",
132
134
  "ulidx": "^2.2.1",
133
135
  "zod": "3.22.3",
134
136
  "zod-error": "1.5.0",
135
- "zod-validation-error": "^1.5.0",
136
- "socket.io-client": "4.7.4"
137
+ "zod-validation-error": "^1.5.0"
137
138
  },
138
139
  "devDependencies": {
139
140
  "@types/humanize-duration": "^3.27.1",
@@ -141,10 +142,10 @@
141
142
  "@types/node": "20.12.7",
142
143
  "jest": "^29.6.2",
143
144
  "rimraf": "^3.0.2",
145
+ "socket.io": "4.7.4",
144
146
  "ts-jest": "^29.1.1",
145
147
  "tsup": "^8.0.1",
146
148
  "typescript": "^5.3.0",
147
- "socket.io": "4.7.4",
148
149
  "@trigger.dev/tsconfig": "0.0.0",
149
150
  "@trigger.dev/tsup": "0.0.0"
150
151
  },