@upstash/workflow 0.2.10-hono-generics → 0.2.10
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/astro.js +1 -1
- package/astro.mjs +1 -1
- package/{chunk-IPXJZU3K.mjs → chunk-GFNR743S.mjs} +1 -1
- package/cloudflare.js +1 -1
- package/cloudflare.mjs +1 -1
- package/express.js +1 -1
- package/express.mjs +1 -1
- package/h3.js +1 -1
- package/h3.mjs +1 -1
- package/hono.js +1 -1
- package/hono.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/nextjs.js +1 -1
- package/nextjs.mjs +1 -1
- package/package.json +1 -1
- package/solidjs.js +1 -1
- package/solidjs.mjs +1 -1
- package/svelte.js +1 -1
- package/svelte.mjs +1 -1
package/astro.js
CHANGED
|
@@ -1369,7 +1369,7 @@ var invokeWorkflow = async ({
|
|
|
1369
1369
|
headers: Object.fromEntries(
|
|
1370
1370
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1371
1371
|
),
|
|
1372
|
-
workflowRunId,
|
|
1372
|
+
workflowRunId: context.workflowRunId,
|
|
1373
1373
|
workflowUrl: context.url,
|
|
1374
1374
|
step: invokeStep
|
|
1375
1375
|
};
|
package/astro.mjs
CHANGED
|
@@ -1153,7 +1153,7 @@ var invokeWorkflow = async ({
|
|
|
1153
1153
|
headers: Object.fromEntries(
|
|
1154
1154
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1155
1155
|
),
|
|
1156
|
-
workflowRunId,
|
|
1156
|
+
workflowRunId: context.workflowRunId,
|
|
1157
1157
|
workflowUrl: context.url,
|
|
1158
1158
|
step: invokeStep
|
|
1159
1159
|
};
|
package/cloudflare.js
CHANGED
|
@@ -1369,7 +1369,7 @@ var invokeWorkflow = async ({
|
|
|
1369
1369
|
headers: Object.fromEntries(
|
|
1370
1370
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1371
1371
|
),
|
|
1372
|
-
workflowRunId,
|
|
1372
|
+
workflowRunId: context.workflowRunId,
|
|
1373
1373
|
workflowUrl: context.url,
|
|
1374
1374
|
step: invokeStep
|
|
1375
1375
|
};
|
package/cloudflare.mjs
CHANGED
package/express.js
CHANGED
|
@@ -25041,7 +25041,7 @@ var invokeWorkflow = async ({
|
|
|
25041
25041
|
headers: Object.fromEntries(
|
|
25042
25042
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
25043
25043
|
),
|
|
25044
|
-
workflowRunId,
|
|
25044
|
+
workflowRunId: context.workflowRunId,
|
|
25045
25045
|
workflowUrl: context.url,
|
|
25046
25046
|
step: invokeStep
|
|
25047
25047
|
};
|
package/express.mjs
CHANGED
package/h3.js
CHANGED
|
@@ -1681,7 +1681,7 @@ var invokeWorkflow = async ({
|
|
|
1681
1681
|
headers: Object.fromEntries(
|
|
1682
1682
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1683
1683
|
),
|
|
1684
|
-
workflowRunId,
|
|
1684
|
+
workflowRunId: context.workflowRunId,
|
|
1685
1685
|
workflowUrl: context.url,
|
|
1686
1686
|
step: invokeStep
|
|
1687
1687
|
};
|
package/h3.mjs
CHANGED
package/hono.js
CHANGED
|
@@ -1369,7 +1369,7 @@ var invokeWorkflow = async ({
|
|
|
1369
1369
|
headers: Object.fromEntries(
|
|
1370
1370
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1371
1371
|
),
|
|
1372
|
-
workflowRunId,
|
|
1372
|
+
workflowRunId: context.workflowRunId,
|
|
1373
1373
|
workflowUrl: context.url,
|
|
1374
1374
|
step: invokeStep
|
|
1375
1375
|
};
|
package/hono.mjs
CHANGED
package/index.js
CHANGED
|
@@ -1320,7 +1320,7 @@ var invokeWorkflow = async ({
|
|
|
1320
1320
|
headers: Object.fromEntries(
|
|
1321
1321
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1322
1322
|
),
|
|
1323
|
-
workflowRunId,
|
|
1323
|
+
workflowRunId: context.workflowRunId,
|
|
1324
1324
|
workflowUrl: context.url,
|
|
1325
1325
|
step: invokeStep
|
|
1326
1326
|
};
|
package/index.mjs
CHANGED
package/nextjs.js
CHANGED
|
@@ -1372,7 +1372,7 @@ var invokeWorkflow = async ({
|
|
|
1372
1372
|
headers: Object.fromEntries(
|
|
1373
1373
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1374
1374
|
),
|
|
1375
|
-
workflowRunId,
|
|
1375
|
+
workflowRunId: context.workflowRunId,
|
|
1376
1376
|
workflowUrl: context.url,
|
|
1377
1377
|
step: invokeStep
|
|
1378
1378
|
};
|
package/nextjs.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@upstash/workflow","version":"v0.2.10
|
|
1
|
+
{"name":"@upstash/workflow","version":"v0.2.10","description":"Durable, Reliable and Performant Serverless Functions","main":"./index.js","module":"./index.mjs","types":"./index.d.ts","files":["./*"],"exports":{".":{"import":"./index.mjs","require":"./index.js"},"./dist/nextjs":{"import":"./nextjs.mjs","require":"./nextjs.js"},"./nextjs":{"import":"./nextjs.mjs","require":"./nextjs.js"},"./h3":{"import":"./h3.mjs","require":"./h3.js"},"./svelte":{"import":"./svelte.mjs","require":"./svelte.js"},"./solidjs":{"import":"./solidjs.mjs","require":"./solidjs.js"},"./workflow":{"import":"./workflow.mjs","require":"./workflow.js"},"./hono":{"import":"./hono.mjs","require":"./hono.js"},"./cloudflare":{"import":"./cloudflare.mjs","require":"./cloudflare.js"},"./astro":{"import":"./astro.mjs","require":"./astro.js"},"./express":{"import":"./express.mjs","require":"./express.js"}},"scripts":{"build":"tsup && cp README.md ./dist/ && cp package.json ./dist/ && cp LICENSE ./dist/","test":"bun test src","fmt":"prettier --write .","lint":"tsc && eslint \"{src,platforms}/**/*.{js,ts,tsx}\" --quiet --fix","check-exports":"bun run build && cd dist && attw -P"},"repository":{"type":"git","url":"git+https://github.com/upstash/workflow-ts.git"},"keywords":["upstash","qstash","workflow","serverless"],"author":"Cahid Arda Oz","license":"MIT","bugs":{"url":"https://github.com/upstash/workflow-ts/issues"},"homepage":"https://github.com/upstash/workflow-ts#readme","devDependencies":{"@commitlint/cli":"^19.5.0","@commitlint/config-conventional":"^19.5.0","@eslint/js":"^9.11.1","@solidjs/start":"^1.0.8","@sveltejs/kit":"^2.6.1","@types/bun":"^1.1.10","@types/express":"^5.0.0","astro":"^4.16.7","eslint":"^9.11.1","eslint-plugin-unicorn":"^55.0.0","express":"^4.21.1","globals":"^15.10.0","h3":"^1.12.0","hono":"^4.6.20","husky":"^9.1.6","next":"^14.2.14","prettier":"3.3.3","tsup":"^8.3.0","typescript":"^5.7.2","typescript-eslint":"^8.18.0"},"dependencies":{"@ai-sdk/openai":"^1.0.15","@upstash/qstash":"^2.7.22","ai":"^4.0.30","zod":"^3.24.1"},"directories":{"example":"examples"}}
|
package/solidjs.js
CHANGED
|
@@ -1306,7 +1306,7 @@ var invokeWorkflow = async ({
|
|
|
1306
1306
|
headers: Object.fromEntries(
|
|
1307
1307
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1308
1308
|
),
|
|
1309
|
-
workflowRunId,
|
|
1309
|
+
workflowRunId: context.workflowRunId,
|
|
1310
1310
|
workflowUrl: context.url,
|
|
1311
1311
|
step: invokeStep
|
|
1312
1312
|
};
|
package/solidjs.mjs
CHANGED
package/svelte.js
CHANGED
|
@@ -1369,7 +1369,7 @@ var invokeWorkflow = async ({
|
|
|
1369
1369
|
headers: Object.fromEntries(
|
|
1370
1370
|
Object.entries(invokerHeaders).map((pairs) => [pairs[0], [pairs[1]]])
|
|
1371
1371
|
),
|
|
1372
|
-
workflowRunId,
|
|
1372
|
+
workflowRunId: context.workflowRunId,
|
|
1373
1373
|
workflowUrl: context.url,
|
|
1374
1374
|
step: invokeStep
|
|
1375
1375
|
};
|