@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 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
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // platforms/astro.ts
8
8
  var telemetry = {
@@ -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
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // platforms/cloudflare.ts
8
8
  var getArgs = (args) => {
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
@@ -5,7 +5,7 @@ import {
5
5
  __toESM,
6
6
  serveBase,
7
7
  serveManyBase
8
- } from "./chunk-IPXJZU3K.mjs";
8
+ } from "./chunk-GFNR743S.mjs";
9
9
 
10
10
  // node_modules/depd/index.js
11
11
  var require_depd = __commonJS({
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
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // node_modules/defu/dist/defu.mjs
8
8
  function isPlainObject(value) {
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
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // platforms/hono.ts
8
8
  var telemetry = {
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
@@ -10,7 +10,7 @@ import {
10
10
  makeNotifyRequest,
11
11
  serve,
12
12
  triggerFirstInvocation
13
- } from "./chunk-IPXJZU3K.mjs";
13
+ } from "./chunk-GFNR743S.mjs";
14
14
 
15
15
  // src/client/index.ts
16
16
  import { Client as QStashClient } from "@upstash/qstash";
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
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // platforms/nextjs.ts
8
8
  var appTelemetry = {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@upstash/workflow","version":"v0.2.10-hono-generics","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"}}
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
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase
4
- } from "./chunk-IPXJZU3K.mjs";
4
+ } from "./chunk-GFNR743S.mjs";
5
5
 
6
6
  // platforms/solidjs.ts
7
7
  var serve = (routeFunction, options) => {
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
  };
package/svelte.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  SDK_TELEMETRY,
3
3
  serveBase,
4
4
  serveManyBase
5
- } from "./chunk-IPXJZU3K.mjs";
5
+ } from "./chunk-GFNR743S.mjs";
6
6
 
7
7
  // platforms/svelte.ts
8
8
  var telemetry = {