diff --git a/.changeset/pre.json b/.changeset/pre.json index 327eebf8a5..578f9c1038 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -79,6 +79,7 @@ "calm-events-guard", "chatty-walls-appear", "ci-runtime-fast-paths", + "clean-brooms-travel", "clear-server-external-warning", "clever-adults-ask", "clever-spans-search", @@ -96,6 +97,7 @@ "data-inspector-expanded-brackets", "decouple-vm-seed-from-startedat", "deployment-id-latest-noop-non-vercel", + "derived-framework-roots", "dirty-bees-notice", "display-occurred-at", "docs-rendered-link-lint", @@ -104,6 +106,8 @@ "drain-pending-queue-on-completion", "drop-setup-command-input", "durable-agent-stream-result-totalusage", + "durable-agent-tool-stop-detection", + "e2e-timing-polling", "e2e-wait-for-hook", "early-cooks-accept", "eleven-lilies-film", @@ -116,6 +120,7 @@ "events-exact-id-search", "experimental-attributes-docs", "extend-cn-tailwind-merge", + "fast-next-workflow-hmr", "fast-workflow-discovery", "fatal-retryable-error-serialization", "features-encryption-metadata", @@ -130,6 +135,7 @@ "fix-dom-exception-serialization", "fix-event-detail-stream-links", "fix-examples-homepage-link", + "fix-graph-manifest-generation", "fix-health-check-correlation-id", "fix-hook-loop-unconsumed-event", "fix-inline-execution-flow-count-race", @@ -137,10 +143,12 @@ "fix-local-test-hangs", "fix-malformed-tool-call-input", "fix-message-only-error-block", + "fix-middle-truncate-ellipsis", "fix-next-esm-compat", "fix-next-module-specifier-root", "fix-next-version-resolution", "fix-observability-getworld-import", + "fix-postgres-workflow-enums", "fix-provider-tool-identity", "fix-span-detail-flicker-state-machine", "fix-step-vs-wait-race-eager-wait", @@ -150,6 +158,7 @@ "fix-tools-to-model-tools", "fix-turbopack-content-condition-deferred", "fix-vite-step-source-maps-e2e", + "fix-windows-port-parser", "fix-world-local-hook-self-conflict", "fix-world-local-step-created-race", "fix-world-postgres-events-uniqueness", @@ -157,6 +166,7 @@ "fix-world-zod-44-compat", "flow-route-init-traces", "fresh-events-occur", + "fresh-lamps-heal", "fresh-steps-hmr", "friendlier-errors", "friendly-step-files", @@ -193,6 +203,7 @@ "lucky-windows-smash", "many-peas-jog", "mean-cameras-hope", + "metadata-panel-styling", "modern-penguins-peel", "moody-rivers-play", "narrow-step-bundling", @@ -203,10 +214,12 @@ "nest-linked-invocations-under-delivery", "next-diagnostics-dist", "next-respect-package-exports", + "next-root-detection", "ninety-dancers-brush", "nitro-dashboard-route", "nitro-forward-externals", "nitro-h2-noderequire", + "nitro-monorepo-project-root", "nitro-webhook-rule-pattern-fix", "no-eval-in-revive", "node-module-error-cross-file-dce", @@ -221,6 +234,7 @@ "pending-trace-viewer-gray-indicator", "perf-cached-workflow-script", "perf-memoize-step-hydration", + "postgres-step-ordering", "pr-comment-stale-banner-via-path", "precise-trace-viewer-durations", "preserve-imports-used-by-hoisted-steps", @@ -231,14 +245,18 @@ "proud-friends-decide", "queue-namespace-primitive", "queued-for-uses-first-step-started", + "quick-local-replay", + "quiet-analytics-readers", "quiet-build-logs", "quiet-lamps-parse", "quiet-marker-shadow", + "quiet-sourcemap-warnings", "quiet-trace-viewer-duration", "quieter-stream-metadata", "rare-badgers-judge", "ready-pens-hug", "reconnect-object-streams", + "recover-invalid-tool-input", "reject-empty-hook-token", "relative-time-card", "remove-client-mode", @@ -281,6 +299,7 @@ "sourcemap-config-option", "sourcemaps-env-aware-default", "sourcemaps-runtime-graceful", + "spicy-paws-nail", "split-tarballs-from-docs", "stale-sveltekit-triggers-main", "stamp-world-run-id-spans", @@ -351,6 +370,7 @@ "witty-pugs-applaud", "workflow-function-serialization", "world-init-cold-start", + "world-local-hook-cache-rebuild", "world-local-path-traversal", "world-local-retry-transport-failures", "world-local-run-failed-not-found", @@ -364,6 +384,7 @@ "world-vercel-trusted-sources", "world-zod-dependency", "yellow-pianos-relax", + "zstd-step-error-display", "zstd-web-decoder" ] } diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 4d0654dfc5..2abcfdae93 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/ai +## 5.0.0-beta.13 + +### Patch Changes + +- [#2730](https://github.com/vercel/workflow/pull/2730) [`0f02af4`](https://github.com/vercel/workflow/commit/0f02af4cfb1c6529fc9c9d726d720b5d31cc51af) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Continue DurableAgent tool loops whenever a model step contains tool calls, regardless of the reported finish reason. + +- [#2699](https://github.com/vercel/workflow/pull/2699) [`654f959`](https://github.com/vercel/workflow/commit/654f95911b6260df56cd77a41ae82864461c7f2c) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - DurableAgent now recovers from invalid tool-call input by returning the validation error to the model instead of aborting the stream. + +- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]: + - workflow@5.0.0-beta.27 + ## 5.0.0-beta.12 ### Minor Changes diff --git a/packages/ai/package.json b/packages/ai/package.json index 3e977705f8..8a0e7d017e 100644 --- a/packages/ai/package.json +++ b/packages/ai/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/ai", - "version": "5.0.0-beta.12", + "version": "5.0.0-beta.13", "description": "Workflow SDK compatible helper library for the AI SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 08ee0ef67f..f80f0819de 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/astro +## 5.0.0-beta.27 + +### Patch Changes + +- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit. + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/rollup@5.0.0-beta.27 + - @workflow/vite@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 065147f383..75ea184cef 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Astro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/builders/CHANGELOG.md b/packages/builders/CHANGELOG.md index f8f147a737..73230a47d7 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/builders +## 5.0.0-beta.27 + +### Patch Changes + +- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit. + +- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. + +- [#2702](https://github.com/vercel/workflow/pull/2702) [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Fix workflow graph extraction when transformed step proxies include pure annotations. + +- Updated dependencies [[`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]: + - @workflow/core@5.0.0-beta.27 + - @workflow/utils@5.0.0-beta.5 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index 8da8b345a2..83990c721e 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Shared builder infrastructure for Workflow SDK", "type": "module", "main": "./dist/index.js", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e9d23ea230..b6d11c59e0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/cli +## 5.0.0-beta.27 + +### Patch Changes + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/core@5.0.0-beta.27 + - @workflow/utils@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.23 + - @workflow/world@5.0.0-beta.15 + - @workflow/world-vercel@5.0.0-beta.23 + - @workflow/web@5.0.0-beta.27 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a8d9c72033..ad114d82e7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 73f0c972fc..e9f403e938 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/core +## 5.0.0-beta.27 + +### Patch Changes + +- [#2665](https://github.com/vercel/workflow/pull/2665) [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Reduce e2e timing and polling flakes. + +- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. + +- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]: + - @workflow/utils@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.23 + - @workflow/world@5.0.0-beta.15 + - @workflow/world-vercel@5.0.0-beta.23 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 79958fa89b..e865e46f3e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 16cf6c5d48..af5b373430 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/errors +## 5.0.0-beta.9 + +### Patch Changes + +- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475)]: + - @workflow/utils@5.0.0-beta.5 + ## 5.0.0-beta.8 ### Patch Changes diff --git a/packages/errors/package.json b/packages/errors/package.json index eba78e6b3f..00559927cc 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/errors", "description": "A package for standardizing errors in Workflow SDK", - "version": "5.0.0-beta.8", + "version": "5.0.0-beta.9", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index 0e7d13ca95..9004902c07 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nest +## 5.0.0-beta.27 + +### Patch Changes + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 62eb338abb..fd02d0b87c 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "NestJS integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 1539292597..1b1a54aeee 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/next +## 5.0.0-beta.27 + +### Patch Changes + +- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit. + +- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. + +- [#2729](https://github.com/vercel/workflow/pull/2729) [`7eabc1f`](https://github.com/vercel/workflow/commit/7eabc1f4c68af51eb99c23135ea3945b43842dbd) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Derive the workflow builder project root from Next.js workspace root configuration. + +- [#2693](https://github.com/vercel/workflow/pull/2693) [`24f3707`](https://github.com/vercel/workflow/commit/24f370773d1d64b8383eb07537a01d63a7ad37db) Thanks [@ijjk](https://github.com/ijjk)! - Disable Workflow loader source-map emission for node_modules files to avoid noisy SWC input source-map warnings. + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/core@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index f381799b37..20f699d33f 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Next.js integration for Workflow SDK", "type": "commonjs", "main": "dist/index.js", diff --git a/packages/nitro/CHANGELOG.md b/packages/nitro/CHANGELOG.md index 0385a0f034..ef5bf30dfa 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/nitro +## 5.0.0-beta.27 + +### Patch Changes + +- [#2722](https://github.com/vercel/workflow/pull/2722) [`923ddd9`](https://github.com/vercel/workflow/commit/923ddd98d9c93b533b2fd3f3bd62e7f4b8a490c8) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Pass configured Nitro workflow scan directories through to Workflow builders. + +- [#2713](https://github.com/vercel/workflow/pull/2713) [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config. + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014), [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/core@5.0.0-beta.27 + - @workflow/web@5.0.0-beta.27 + - @workflow/rollup@5.0.0-beta.27 + - @workflow/vite@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 898dc91910..7912f0b08b 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Nitro integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index caad971bea..a78bb35545 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/nuxt +## 5.0.0-beta.27 + +### Patch Changes + +- [#2713](https://github.com/vercel/workflow/pull/2713) [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Use Nitro's workspace root for workflow module resolution so Nitro and Nuxt monorepo apps can import sibling workspace packages without extra config. + +- Updated dependencies [[`923ddd9`](https://github.com/vercel/workflow/commit/923ddd98d9c93b533b2fd3f3bd62e7f4b8a490c8), [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65)]: + - @workflow/nitro@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index e3775712a5..1c0037e363 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Nuxt integration for Workflow SDK", "license": "Apache-2.0", "type": "module", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 09f897322f..08dabeb9f6 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/rollup +## 5.0.0-beta.27 + +### Patch Changes + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 0bdb9d47f5..0d9104d697 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Rollup plugin for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/sveltekit/CHANGELOG.md b/packages/sveltekit/CHANGELOG.md index dd77f881b1..f657c81f99 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/sveltekit +## 5.0.0-beta.27 + +### Patch Changes + +- [#2725](https://github.com/vercel/workflow/pull/2725) [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Share framework project root detection across Astro, Next.js, and SvelteKit. + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/rollup@5.0.0-beta.27 + - @workflow/vite@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 8a99f7ab5d..8b4774a3d5 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8e584e1dda..fc07ac94fa 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/utils +## 5.0.0-beta.5 + +### Patch Changes + +- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Filter Windows netstat output by PID column when detecting local workflow ports. + ## 5.0.0-beta.4 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 6a5703a861..e89d420c6b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/utils", "description": "Utility functions for Workflow SDK", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 9e66b7440a..eaee5ecdfc 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.27 + +### Patch Changes + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014)]: + - @workflow/builders@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 5fad9f466c..6630ed0903 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/vite", "description": "Vite plugin for Workflow SDK", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index 25c03fdf5c..fc6ccd01f5 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/vitest +## 5.0.0-beta.27 + +### Patch Changes + +- [#2726](https://github.com/vercel/workflow/pull/2726) [`5faffbc`](https://github.com/vercel/workflow/commit/5faffbce95cd39ab7711e8d6225d8940b4f8ea1b) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Derive the Workflow Vitest cwd from the resolved Vitest project root. + +- Updated dependencies [[`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7615d99`](https://github.com/vercel/workflow/commit/7615d999f1f72a1d2cbe36ba414155140195d014), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/builders@5.0.0-beta.27 + - @workflow/core@5.0.0-beta.27 + - @workflow/world-local@5.0.0-beta.23 + - @workflow/world@5.0.0-beta.15 + - @workflow/rollup@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 4fc2aa6846..20170a1775 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Vitest plugin for testing Workflow SDK workflows", "type": "module", "main": "./dist/index.js", diff --git a/packages/web-shared/CHANGELOG.md b/packages/web-shared/CHANGELOG.md index b6a3b78766..5958d533fb 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,22 @@ # @workflow/web-shared +## 5.0.0-beta.27 + +### Patch Changes + +- [#2695](https://github.com/vercel/workflow/pull/2695) [`ce0bbb1`](https://github.com/vercel/workflow/commit/ce0bbb119856d7d3ad9298d6cb9c8f9aaee8e44e) Thanks [@mitul-s](https://github.com/mitul-s)! - Use Unicode ellipsis character (…) instead of three dots (...) in middle-truncate component. + +- [#2604](https://github.com/vercel/workflow/pull/2604) [`53ecc57`](https://github.com/vercel/workflow/commit/53ecc57e4c3c76fa611d2e65c3e513346bc7c53d) Thanks [@mitul-s](https://github.com/mitul-s)! - Align the detail panel top info rows with the Attributes section styling, group them in a collapsible Metadata section, and render values in monospace. + +- [#2694](https://github.com/vercel/workflow/pull/2694) [`6080b8e`](https://github.com/vercel/workflow/commit/6080b8ecdf11b60cb63747a183cc39876a863dc9) Thanks [@mitul-s](https://github.com/mitul-s)! - Add arrow key support on trace viewer + +- [#2680](https://github.com/vercel/workflow/pull/2680) [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads. + +- Updated dependencies [[`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/core@5.0.0-beta.27 + - @workflow/utils@5.0.0-beta.5 + - @workflow/world@5.0.0-beta.15 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 1b83728039..d3da250cd8 100644 --- a/packages/web-shared/package.json +++ b/packages/web-shared/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web-shared", "description": "Shared components for Workflow Observability UI", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 603c2a4e5b..272b86667a 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,11 @@ # @workflow/web +## 5.0.0-beta.27 + +### Patch Changes + +- [#2680](https://github.com/vercel/workflow/pull/2680) [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads. + ## 5.0.0-beta.26 ## 5.0.0-beta.25 diff --git a/packages/web/package.json b/packages/web/package.json index 4aff0d4a7b..a366a94b5a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@workflow/web", "description": "Workflow Observability UI", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index 96112af849..2e0f74a65c 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,25 @@ # workflow +## 5.0.0-beta.27 + +### Patch Changes + +- [#2678](https://github.com/vercel/workflow/pull/2678) [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475) Thanks [@ijjk](https://github.com/ijjk)! - Speed up Next.js workflow dev rebuilds, ignore commented imports during HMR discovery, and avoid Turbopack resolving custom-world dynamic imports. + +- Updated dependencies [[`923ddd9`](https://github.com/vercel/workflow/commit/923ddd98d9c93b533b2fd3f3bd62e7f4b8a490c8), [`532b0e1`](https://github.com/vercel/workflow/commit/532b0e10d6c3105aa86dc871a7a206f784d5a22d), [`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`7eabc1f`](https://github.com/vercel/workflow/commit/7eabc1f4c68af51eb99c23135ea3945b43842dbd), [`3077b8a`](https://github.com/vercel/workflow/commit/3077b8a8034c61b85ced46166f53c1532fddfd65), [`24f3707`](https://github.com/vercel/workflow/commit/24f370773d1d64b8383eb07537a01d63a7ad37db)]: + - @workflow/nitro@5.0.0-beta.27 + - @workflow/astro@5.0.0-beta.27 + - @workflow/next@5.0.0-beta.27 + - @workflow/sveltekit@5.0.0-beta.27 + - @workflow/core@5.0.0-beta.27 + - @workflow/utils@5.0.0-beta.5 + - @workflow/nuxt@5.0.0-beta.27 + - @workflow/cli@5.0.0-beta.27 + - @workflow/nest@5.0.0-beta.27 + - @workflow/rollup@5.0.0-beta.27 + - @workflow/typescript-plugin@5.0.0-beta.4 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 151e45d248..ea1199b7d5 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Workflow SDK - Build durable, resilient, and observable workflows", "main": "dist/typescript-plugin.cjs", "type": "module", diff --git a/packages/world-local/CHANGELOG.md b/packages/world-local/CHANGELOG.md index bf9062c61c..0a05508512 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/world-local +## 5.0.0-beta.23 + +### Patch Changes + +- [#2152](https://github.com/vercel/workflow/pull/2152) [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663) Thanks [@pranaygp](https://github.com/pranaygp)! - Reduce local sequential-step replay I/O with bounded recent-event and storage-directory caches. + +- [#2747](https://github.com/vercel/workflow/pull/2747) [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Keep local hooks reachable after a crash or restart by rebuilding lost hook cache files from committed hook creation events, preventing active hook tokens from being reused. + +- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/utils@5.0.0-beta.5 + - @workflow/world@5.0.0-beta.15 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.22 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index 87ee682f5e..a15da19d2c 100644 --- a/packages/world-local/package.json +++ b/packages/world-local/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-local", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "description": "Local development World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world-postgres/CHANGELOG.md b/packages/world-postgres/CHANGELOG.md index f0e661a1dc..842417f31c 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,21 @@ # @workflow/world-postgres +## 5.0.0-beta.21 + +### Minor Changes + +- [#2705](https://github.com/vercel/workflow/pull/2705) [`97b8469`](https://github.com/vercel/workflow/commit/97b846902087fd2f7e8d5fd708a20eb175e4d636) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Move Workflow Postgres enum types into the workflow schema. + +### Patch Changes + +- [#2714](https://github.com/vercel/workflow/pull/2714) [`dd36e26`](https://github.com/vercel/workflow/commit/dd36e269624ab3ebfe7c38cff7dc312c4621c698) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Fix Postgres step lifecycle event ordering so a late concurrent step_started is no longer logged after step_completed. + +- Updated dependencies [[`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`fc5bdcb`](https://github.com/vercel/workflow/commit/fc5bdcb003051815e84f60ee00f5d8d6cc11c663), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/utils@5.0.0-beta.5 + - @workflow/world-local@5.0.0-beta.23 + - @workflow/world@5.0.0-beta.15 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.20 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 73e402312c..66f1249469 100644 --- a/packages/world-postgres/package.json +++ b/packages/world-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-postgres", - "version": "5.0.0-beta.20", + "version": "5.0.0-beta.21", "description": "A reference World implementation based on PostgreSQL", "type": "module", "main": "dist/index.js", diff --git a/packages/world-testing/CHANGELOG.md b/packages/world-testing/CHANGELOG.md index bbe47938ca..1618c15396 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world-testing +## 5.0.0-beta.27 + +### Patch Changes + +- Updated dependencies [[`5a23159`](https://github.com/vercel/workflow/commit/5a231598e41ce7cd46b647c9aaaa900e55ad3c35), [`f6772d9`](https://github.com/vercel/workflow/commit/f6772d95c81038bfa57aa14ea2cca20a07191475), [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/core@5.0.0-beta.27 + - workflow@5.0.0-beta.27 + - @workflow/world@5.0.0-beta.15 + - @workflow/cli@5.0.0-beta.27 + ## 5.0.0-beta.26 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index 259c3f1a6f..637cb99f06 100644 --- a/packages/world-testing/package.json +++ b/packages/world-testing/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-testing", - "version": "5.0.0-beta.26", + "version": "5.0.0-beta.27", "description": "Testing utilities and World implementation for Workflow SDK", "main": "dist/src/index.mjs", "files": [ diff --git a/packages/world-vercel/CHANGELOG.md b/packages/world-vercel/CHANGELOG.md index 38fa13448d..31eec1a13a 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/world-vercel +## 5.0.0-beta.23 + +### Minor Changes + +- [#2234](https://github.com/vercel/workflow/pull/2234) [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add an optional metadata-only `world.analytics` namespace for observability reads (runs, steps, events, hooks, waits). Implemented by `@workflow/world-vercel`; payload-bearing fields remain on the canonical runtime storage APIs. + +### Patch Changes + +- [#2680](https://github.com/vercel/workflow/pull/2680) [`89f4726`](https://github.com/vercel/workflow/commit/89f4726b7308b02e8898c1e564b2c94272df6f4f) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Decompress gzip- and zstd-prefixed serialized data returned from Vercel Workflow storage, and route OSS web hydration through the async WASM-capable path for compressed payloads. + +- Updated dependencies [[`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee), [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399)]: + - @workflow/world@5.0.0-beta.15 + - @workflow/errors@5.0.0-beta.9 + ## 5.0.0-beta.22 ### Patch Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index ab38c00451..0df30bbedf 100644 --- a/packages/world-vercel/package.json +++ b/packages/world-vercel/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world-vercel", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "description": "Vercel platform World implementation for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index 9aee69f32e..94e0462922 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,15 @@ # @workflow/world +## 5.0.0-beta.15 + +### Minor Changes + +- [#2234](https://github.com/vercel/workflow/pull/2234) [`f76377b`](https://github.com/vercel/workflow/commit/f76377bf04239eccd8c85a6db19d0465e7bdb2ee) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add an optional metadata-only `world.analytics` namespace for observability reads (runs, steps, events, hooks, waits). Implemented by `@workflow/world-vercel`; payload-bearing fields remain on the canonical runtime storage APIs. + +### Patch Changes + +- [#2747](https://github.com/vercel/workflow/pull/2747) [`2ab7057`](https://github.com/vercel/workflow/commit/2ab70579542a359db818d771ece5a19cd8fdd399) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Keep local hooks reachable after a crash or restart by rebuilding lost hook cache files from committed hook creation events, preventing active hook tokens from being reused. + ## 5.0.0-beta.14 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index ce80b8b871..4415585e52 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "5.0.0-beta.14", + "version": "5.0.0-beta.15", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",