@workflow/world-vercel 4.0.1-beta.15 → 4.0.1-beta.17

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/queue.js CHANGED
@@ -6,7 +6,7 @@ const MessageWrapper = z.object({
6
6
  payload: QueuePayloadSchema,
7
7
  queueName: ValidQueueName,
8
8
  });
9
- const VERCEL_QUEUE_MAX_VISIBILITY = 82800; // 23 hours in seconds
9
+ const VERCEL_QUEUE_MAX_VISIBILITY = 39600; // 11 hours in seconds
10
10
  export function createQueue(config) {
11
11
  const { baseUrl, usingProxy } = getHttpUrl(config);
12
12
  const headers = getHeaders(config);
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "4.0.1-beta.15";
1
+ export declare const version = "4.0.1-beta.17";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '4.0.1-beta.15';
2
+ export const version = '4.0.1-beta.17';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workflow/world-vercel",
3
- "version": "4.0.1-beta.15",
3
+ "version": "4.0.1-beta.17",
4
4
  "description": "Vercel platform World implementation for Workflow DevKit",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "@vercel/queue": "0.0.0-alpha.33",
28
28
  "zod": "4.1.11",
29
29
  "@workflow/errors": "4.0.1-beta.7",
30
- "@workflow/world": "4.0.1-beta.8"
30
+ "@workflow/world": "4.0.1-beta.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "22.19.0",