From 8b91d0fe135c08e23815b28ab3c1e02ff76c98bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:51:25 +0000 Subject: [PATCH] Version Packages (beta) --- .changeset/pre.json | 13 +++++++++++++ packages/astro/CHANGELOG.md | 9 +++++++++ packages/astro/package.json | 2 +- packages/builders/CHANGELOG.md | 14 ++++++++++++++ packages/builders/package.json | 2 +- packages/cli/CHANGELOG.md | 15 +++++++++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/nest/CHANGELOG.md | 7 +++++++ packages/nest/package.json | 2 +- packages/next/CHANGELOG.md | 8 ++++++++ packages/next/package.json | 2 +- packages/nitro/CHANGELOG.md | 11 +++++++++++ packages/nitro/package.json | 2 +- packages/nuxt/CHANGELOG.md | 8 ++++++++ packages/nuxt/package.json | 2 +- packages/rollup/CHANGELOG.md | 9 +++++++++ packages/rollup/package.json | 2 +- packages/sveltekit/CHANGELOG.md | 9 +++++++++ packages/sveltekit/package.json | 2 +- packages/vite/CHANGELOG.md | 7 +++++++ packages/vite/package.json | 2 +- packages/vitest/CHANGELOG.md | 11 +++++++++++ packages/vitest/package.json | 2 +- packages/web-shared/CHANGELOG.md | 14 ++++++++++++++ packages/web-shared/package.json | 2 +- packages/web/CHANGELOG.md | 9 +++++++++ packages/web/package.json | 2 +- packages/workflow/CHANGELOG.md | 17 +++++++++++++++++ packages/workflow/package.json | 2 +- packages/world-local/CHANGELOG.md | 12 ++++++++++++ packages/world-local/package.json | 2 +- packages/world-postgres/CHANGELOG.md | 13 +++++++++++++ packages/world-postgres/package.json | 2 +- packages/world-testing/CHANGELOG.md | 11 +++++++++++ packages/world-testing/package.json | 2 +- packages/world-vercel/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/world-vercel/package.json | 2 +- packages/world/CHANGELOG.md | 12 ++++++++++++ packages/world/package.json | 2 +- 41 files changed, 277 insertions(+), 20 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index e1860d0f70..a5c97dbf39 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -62,13 +62,16 @@ "atomic-runs-publish", "attr-inprocess-replay", "attributes-mvp-plan", + "attributes-row-remove-flex-1", "avoid-peer-major-bumps", "better-pets-reply", "blur-style-prop-compat", "breezy-regions-leave", + "bright-cycles-wait", "bright-discovery-talk", "bright-hooks-share", "bright-pears-drum", + "bright-steps-count", "bright-waits-refresh", "builders-discovery-fixes", "bump-astro-cve-2026-54299", @@ -76,9 +79,12 @@ "bump-hono-cve-2026-54290", "bump-undici-7-26", "bump-undici-7-28", + "bump-vercel-queue-0-4-0", "bundle-aliased-project-local-helpers", "byte-stream-wire-framing", "calm-events-guard", + "cancel-v4-frame-stream", + "centralize-event-semantics", "chatty-walls-appear", "ci-runtime-fast-paths", "clean-brooms-travel", @@ -126,6 +132,7 @@ "events-exact-id-search", "experimental-attributes-docs", "extend-cn-tailwind-merge", + "extract-stream-ids-circular", "fast-next-workflow-hmr", "fast-workflow-discovery", "fatal-retryable-error-serialization", @@ -202,6 +209,7 @@ "ignore-generated-manifest", "inline-completion-persistence", "inline-event-delta", + "inline-step-ownership", "inline-step-registration", "jk-nav-autoscroll", "large-inline-sourcemap-remap", @@ -241,6 +249,7 @@ "nitro-webhook-rule-pattern-fix", "no-eval-in-revive", "node-module-error-cross-file-dce", + "o11y-queue-namespace", "o11y-run-ref-rendering", "object-property-step-discovery", "old-towns-make", @@ -249,6 +258,7 @@ "olive-pandas-brush", "optional-input-on-snapshots", "orphan-ui-chunks-on-resume", + "otel-api-optional-peer-external", "otel-linked-trace-mode", "outcome-event-workflowname", "parallel-inline-optimistic-start", @@ -291,6 +301,7 @@ "repair-ui-message-stream-framing", "replay-consumed-event-clock", "replay-divergence-redelivery", + "replay-lineage-execution-context", "replay-timeout-excludes-step-bodies", "resizable-trace-detail-panel", "retry-idempotent-event-posts", @@ -337,6 +348,7 @@ "step-bind-preserves-metadata", "step-run-required", "stream-failure-diagnostics", + "stream-otel-spans", "stream-read-v3-reconnect", "strong-cups-sip", "sveltekit-config-loader", @@ -362,6 +374,7 @@ "tired-spiders-rhyme", "trace-nav-tooltips", "trace-shortcut-helper-text-color", + "trace-shortcut-helper-timeline-align", "trace-span-markers", "trace-viewer-cleanup", "trace-viewer-focus-easing", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 5e57c93fd7..cc51e68f72 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/astro +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/rollup@5.0.0-beta.30 + - @workflow/vite@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 8a7830cbe7..5f4577a4f6 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/astro", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 ade4a663d9..cdf69dc891 100644 --- a/packages/builders/CHANGELOG.md +++ b/packages/builders/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/builders +## 5.0.0-beta.30 + +### Patch Changes + +- [#2853](https://github.com/vercel/workflow/pull/2853) [`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Use the Windows-safe generated-file writer for step registration output. + +- [#1947](https://github.com/vercel/workflow/pull/1947) [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Externalize the optional `@opentelemetry/api` peer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's `.output/server`. + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`4dce2ae`](https://github.com/vercel/workflow/commit/4dce2aeca283d3aee152dab0082563373ac6b633), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/core@5.0.0-beta.30 + - @workflow/world-vercel@5.0.0-beta.26 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/builders/package.json b/packages/builders/package.json index 3354bb19de..c18cd64678 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/builders", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 20685be293..4c7702d067 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @workflow/cli +## 5.0.0-beta.30 + +### Patch Changes + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`4dce2ae`](https://github.com/vercel/workflow/commit/4dce2aeca283d3aee152dab0082563373ac6b633), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/core@5.0.0-beta.30 + - @workflow/world@5.0.0-beta.18 + - @workflow/world-vercel@5.0.0-beta.26 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/web@5.0.0-beta.30 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 19e0b76f5d..f5bd6bebed 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/cli", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "description": "Command-line interface for Workflow SDK", "type": "module", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 15f285a2a5..0443051a6c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,31 @@ # @workflow/core +## 5.0.0-beta.30 + +### Minor Changes + +- [#2850](https://github.com/vercel/workflow/pull/2850) [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Report step progress alongside step-to-step overhead latency telemetry. + +- [#2872](https://github.com/vercel/workflow/pull/2872) [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264) Thanks [@mitul-s](https://github.com/mitul-s)! - Record the source run on replays: `recreateRunFromExisting` now stamps `replayedFromRunId` into the new run's `executionContext` (and `start` accepts a matching option) so tooling can surface a run as a replay and link back to its origin. + +### Patch Changes + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- [#2687](https://github.com/vercel/workflow/pull/2687) [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac) Thanks [@Osamaali313](https://github.com/Osamaali313)! - Fix `extractStreamIds` overflowing the stack on circular references. The hydrated observability data it walks comes from devalue, which preserves circular and repeated references, so a step result containing a cycle would crash run inspection (`wf inspect` and the web dashboard) with a `RangeError`. The traversal now tracks visited containers and skips cycles. + +- [#2848](https://github.com/vercel/workflow/pull/2848) [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (#2780). The lazy `step_started` now records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable with `WORKFLOW_INLINE_OWNERSHIP=0`. + +- [#2874](https://github.com/vercel/workflow/pull/2874) [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add a `namespace` option to `start()`, `recreateRunFromExisting()`, `reenqueueRun()`, and `wakeUpRun()` for targeting deployments with namespaced queue topics, and make `healthCheck()` respect its timeout when the stream read hangs. + +- [#2857](https://github.com/vercel/workflow/pull/2857) [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add stream latency to OTEL spans + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`4dce2ae`](https://github.com/vercel/workflow/commit/4dce2aeca283d3aee152dab0082563373ac6b633), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/world@5.0.0-beta.18 + - @workflow/world-vercel@5.0.0-beta.26 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.29 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index e84785db53..c6cd97d91d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/core", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "description": "Core runtime and engine for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/nest/CHANGELOG.md b/packages/nest/CHANGELOG.md index 5b26121044..f916c35f2e 100644 --- a/packages/nest/CHANGELOG.md +++ b/packages/nest/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/nest +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/nest/package.json b/packages/nest/package.json index 9447f0fdd8..9590baa69f 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nest", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 9ac535f347..c35971a1c8 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/next +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/core@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 97d6bb2da5..08505fbeee 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/next", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 b39b36c073..8cf67f5031 100644 --- a/packages/nitro/CHANGELOG.md +++ b/packages/nitro/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/nitro +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/core@5.0.0-beta.30 + - @workflow/web@5.0.0-beta.30 + - @workflow/rollup@5.0.0-beta.30 + - @workflow/vite@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/nitro/package.json b/packages/nitro/package.json index 33b98f079f..4b409eefb5 100644 --- a/packages/nitro/package.json +++ b/packages/nitro/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nitro", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 b99f2c4a8c..e59b1f1b70 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,13 @@ # @workflow/nuxt +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/nitro@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 7c319ae6c4..762628a424 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/nuxt", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 36e542038b..4e5e09caba 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/rollup +## 5.0.0-beta.30 + +### Patch Changes + +- [#1947](https://github.com/vercel/workflow/pull/1947) [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Externalize the optional `@opentelemetry/api` peer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's `.output/server`. + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index c7dc6ca5df..cc99118b09 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/rollup", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 75ba487f38..d19edc83ff 100644 --- a/packages/sveltekit/CHANGELOG.md +++ b/packages/sveltekit/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/sveltekit +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/rollup@5.0.0-beta.30 + - @workflow/vite@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/sveltekit/package.json b/packages/sveltekit/package.json index 0389e02d22..3625081ad4 100644 --- a/packages/sveltekit/package.json +++ b/packages/sveltekit/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/sveltekit", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "description": "SvelteKit integration for Workflow SDK", "type": "module", "main": "dist/index.js", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index 71ec6bc091..4998d991e1 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,12 @@ # @workflow/vite +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396)]: + - @workflow/builders@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 8c349e0ebc..a7ff44c9c7 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.29", + "version": "5.0.0-beta.30", "type": "module", "main": "dist/index.js", "files": [ diff --git a/packages/vitest/CHANGELOG.md b/packages/vitest/CHANGELOG.md index bd59091e96..d805443e4c 100644 --- a/packages/vitest/CHANGELOG.md +++ b/packages/vitest/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/vitest +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`df7e71d`](https://github.com/vercel/workflow/commit/df7e71de1c8e5407221219235f941c9fb58b6707), [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/builders@5.0.0-beta.30 + - @workflow/core@5.0.0-beta.30 + - @workflow/world@5.0.0-beta.18 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/rollup@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/vitest/package.json b/packages/vitest/package.json index 2e2dc8698b..0479893798 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/vitest", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 dd6a820415..6fc627dc8c 100644 --- a/packages/web-shared/CHANGELOG.md +++ b/packages/web-shared/CHANGELOG.md @@ -1,5 +1,19 @@ # @workflow/web-shared +## 5.0.0-beta.30 + +### Patch Changes + +- [#2864](https://github.com/vercel/workflow/pull/2864) [`8b3a358`](https://github.com/vercel/workflow/commit/8b3a3580e0b0d262ec3e78616c7dd9e220d942df) Thanks [@mitul-s](https://github.com/mitul-s)! - Remove unused `flex-1` from attribute copy-value rows so values hug their content. + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- [#2837](https://github.com/vercel/workflow/pull/2837) [`392d347`](https://github.com/vercel/workflow/commit/392d347e5d7d5a6388b7db5c17c48c1e91d2e7d9) Thanks [@mitul-s](https://github.com/mitul-s)! - Anchor the trace viewer shortcut helper to the timeline's left edge and hide it below a container-query width instead of a viewport breakpoint. + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/core@5.0.0-beta.30 + - @workflow/world@5.0.0-beta.18 + ## 5.0.0-beta.29 ### Minor Changes diff --git a/packages/web-shared/package.json b/packages/web-shared/package.json index 389786549f..7c4c2ff7eb 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.29", + "version": "5.0.0-beta.30", "private": false, "files": [ "dist", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 19f470ba69..dfd8d647be 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,14 @@ # @workflow/web +## 5.0.0-beta.30 + +### Patch Changes + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- Updated dependencies [[`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9)]: + - @workflow/world-local@5.0.0-beta.26 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index efd15e7924..fa87d84c90 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.29", + "version": "5.0.0-beta.30", "type": "module", "private": false, "files": [ diff --git a/packages/workflow/CHANGELOG.md b/packages/workflow/CHANGELOG.md index dcffbb1b12..3660727a2c 100644 --- a/packages/workflow/CHANGELOG.md +++ b/packages/workflow/CHANGELOG.md @@ -1,5 +1,22 @@ # workflow +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`25b1509`](https://github.com/vercel/workflow/commit/25b1509e19badb6498927d3fc0d6f23b65329396), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/core@5.0.0-beta.30 + - @workflow/cli@5.0.0-beta.30 + - @workflow/rollup@5.0.0-beta.30 + - @workflow/astro@5.0.0-beta.30 + - @workflow/nest@5.0.0-beta.30 + - @workflow/next@5.0.0-beta.30 + - @workflow/nitro@5.0.0-beta.30 + - @workflow/nuxt@5.0.0-beta.30 + - @workflow/sveltekit@5.0.0-beta.30 + - @workflow/typescript-plugin@5.0.0-beta.5 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/workflow/package.json b/packages/workflow/package.json index 523456f48b..acd8fec204 100644 --- a/packages/workflow/package.json +++ b/packages/workflow/package.json @@ -1,6 +1,6 @@ { "name": "workflow", - "version": "5.0.0-beta.29", + "version": "5.0.0-beta.30", "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 b7af1e70e1..77bea42b30 100644 --- a/packages/world-local/CHANGELOG.md +++ b/packages/world-local/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world-local +## 5.0.0-beta.26 + +### Patch Changes + +- [#2876](https://github.com/vercel/workflow/pull/2876) [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Update `@vercel/queue` from 0.3.1 to 0.4.0 + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606)]: + - @workflow/world@5.0.0-beta.18 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.25 ### Patch Changes diff --git a/packages/world-local/package.json b/packages/world-local/package.json index af4f9b5e62..53c2678582 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.25", + "version": "5.0.0-beta.26", "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 72e424d1ae..d62ffdf433 100644 --- a/packages/world-postgres/CHANGELOG.md +++ b/packages/world-postgres/CHANGELOG.md @@ -1,5 +1,18 @@ # @workflow/world-postgres +## 5.0.0-beta.24 + +### Patch Changes + +- [#2876](https://github.com/vercel/workflow/pull/2876) [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Update `@vercel/queue` from 0.3.1 to 0.4.0 + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606)]: + - @workflow/world@5.0.0-beta.18 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.23 ### Patch Changes diff --git a/packages/world-postgres/package.json b/packages/world-postgres/package.json index 1ddf1ef06c..34b24a985b 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.23", + "version": "5.0.0-beta.24", "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 70c835e8f8..d307f73089 100644 --- a/packages/world-testing/CHANGELOG.md +++ b/packages/world-testing/CHANGELOG.md @@ -1,5 +1,16 @@ # @workflow/world-testing +## 5.0.0-beta.30 + +### Patch Changes + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`9958424`](https://github.com/vercel/workflow/commit/9958424f22903299e3fe556ab298bd3aaa45c6ac), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606), [`48fcc4e`](https://github.com/vercel/workflow/commit/48fcc4efcc7e6c639c51ce4f8971d4d3b1ebdd23), [`36c63af`](https://github.com/vercel/workflow/commit/36c63af4a88adc4f404decc54b1f2130d444d264), [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56)]: + - @workflow/core@5.0.0-beta.30 + - @workflow/world@5.0.0-beta.18 + - @workflow/world-local@5.0.0-beta.26 + - @workflow/cli@5.0.0-beta.30 + - workflow@5.0.0-beta.30 + ## 5.0.0-beta.29 ### Patch Changes diff --git a/packages/world-testing/package.json b/packages/world-testing/package.json index f99094af99..c36749449c 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.29", + "version": "5.0.0-beta.30", "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 7674216e5f..19207dc5f3 100644 --- a/packages/world-vercel/CHANGELOG.md +++ b/packages/world-vercel/CHANGELOG.md @@ -1,5 +1,27 @@ # @workflow/world-vercel +## 5.0.0-beta.26 + +### Minor Changes + +- [#2850](https://github.com/vercel/workflow/pull/2850) [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Report step progress alongside step-to-step overhead latency telemetry. + +### Patch Changes + +- [#2876](https://github.com/vercel/workflow/pull/2876) [`84df8f3`](https://github.com/vercel/workflow/commit/84df8f3a05bb52ae4a8c45c9238b91e6958f300b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Update `@vercel/queue` from 0.3.1 to 0.4.0 + +- [#2873](https://github.com/vercel/workflow/pull/2873) [`4dce2ae`](https://github.com/vercel/workflow/commit/4dce2aeca283d3aee152dab0082563373ac6b633) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Cancel the v4 event frame stream when a reader stops early, so the response body's undici connection returns to the pool instead of leaking. + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +- [#2848](https://github.com/vercel/workflow/pull/2848) [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (#2780). The lazy `step_started` now records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable with `WORKFLOW_INLINE_OWNERSHIP=0`. + +- [#2857](https://github.com/vercel/workflow/pull/2857) [`2c6ee61`](https://github.com/vercel/workflow/commit/2c6ee614b50d12ed850e7589cf296150b2143a56) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Add stream latency to OTEL spans + +- Updated dependencies [[`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b), [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9), [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606)]: + - @workflow/world@5.0.0-beta.18 + - @workflow/errors@5.0.0-beta.10 + ## 5.0.0-beta.25 ### Minor Changes diff --git a/packages/world-vercel/package.json b/packages/world-vercel/package.json index e6eed9fe23..a928928053 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.25", + "version": "5.0.0-beta.26", "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 388d7ebb56..f7305592e7 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,17 @@ # @workflow/world +## 5.0.0-beta.18 + +### Minor Changes + +- [#2850](https://github.com/vercel/workflow/pull/2850) [`f28150c`](https://github.com/vercel/workflow/commit/f28150c62667f069dbe3c47e83102fef499ab92b) Thanks [@karthikscale3](https://github.com/karthikscale3)! - Report step progress alongside step-to-step overhead latency telemetry. + +- [#2790](https://github.com/vercel/workflow/pull/2790) [`145835b`](https://github.com/vercel/workflow/commit/145835b6475f7fcc7e9983b2c7080f3433018ec9) Thanks [@NathanColosimo](https://github.com/NathanColosimo)! - Centralize workflow event type classifiers and event-data payload field helpers. + +### Patch Changes + +- [#2848](https://github.com/vercel/workflow/pull/2848) [`6603628`](https://github.com/vercel/workflow/commit/66036282b5d18c9bef4dea4275782bc977842606) Thanks [@VaguelySerious](https://github.com/VaguelySerious)! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (#2780). The lazy `step_started` now records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable with `WORKFLOW_INLINE_OWNERSHIP=0`. + ## 5.0.0-beta.17 ### Minor Changes diff --git a/packages/world/package.json b/packages/world/package.json index 1603d157f5..46b4929d9e 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@workflow/world", - "version": "5.0.0-beta.17", + "version": "5.0.0-beta.18", "description": "The Workflows World interface", "type": "module", "main": "dist/index.js",