@trigger.dev/redis-worker 4.5.3 → 4.5.4

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/index.d.cts CHANGED
@@ -2177,9 +2177,9 @@ declare const BufferEntrySchema: z.ZodObject<{
2177
2177
  payload: string;
2178
2178
  createdAt: Date;
2179
2179
  runId: string;
2180
+ attempts: number;
2180
2181
  envId: string;
2181
2182
  orgId: string;
2182
- attempts: number;
2183
2183
  createdAtMicros: number;
2184
2184
  materialised: boolean;
2185
2185
  idempotencyLookupKey: string;
@@ -2193,9 +2193,9 @@ declare const BufferEntrySchema: z.ZodObject<{
2193
2193
  payload: string;
2194
2194
  createdAt: string;
2195
2195
  runId: string;
2196
+ attempts: string;
2196
2197
  envId: string;
2197
2198
  orgId: string;
2198
- attempts: string;
2199
2199
  createdAtMicros?: string | undefined;
2200
2200
  materialised?: "true" | "false" | undefined;
2201
2201
  idempotencyLookupKey?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -2177,9 +2177,9 @@ declare const BufferEntrySchema: z.ZodObject<{
2177
2177
  payload: string;
2178
2178
  createdAt: Date;
2179
2179
  runId: string;
2180
+ attempts: number;
2180
2181
  envId: string;
2181
2182
  orgId: string;
2182
- attempts: number;
2183
2183
  createdAtMicros: number;
2184
2184
  materialised: boolean;
2185
2185
  idempotencyLookupKey: string;
@@ -2193,9 +2193,9 @@ declare const BufferEntrySchema: z.ZodObject<{
2193
2193
  payload: string;
2194
2194
  createdAt: string;
2195
2195
  runId: string;
2196
+ attempts: string;
2196
2197
  envId: string;
2197
2198
  orgId: string;
2198
- attempts: string;
2199
2199
  createdAtMicros?: string | undefined;
2200
2200
  materialised?: "true" | "false" | undefined;
2201
2201
  idempotencyLookupKey?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trigger.dev/redis-worker",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "description": "Redis worker for trigger.dev",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -16,7 +16,7 @@
16
16
  "dist"
17
17
  ],
18
18
  "dependencies": {
19
- "@trigger.dev/core": "4.5.3",
19
+ "@trigger.dev/core": "4.5.4",
20
20
  "lodash.omit": "^4.5.0",
21
21
  "nanoid": "^5.0.7",
22
22
  "p-limit": "^6.2.0",