From e4b2604a787960986a084483bde33008fa4a187b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:08:35 +0000 Subject: [PATCH] Version Packages --- .changeset/ready-laws-pull.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/ready-laws-pull.md diff --git a/.changeset/ready-laws-pull.md b/.changeset/ready-laws-pull.md deleted file mode 100644 index e6ca187..0000000 --- a/.changeset/ready-laws-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webiny/data-transfer": patch ---- - -Fix `addLiveField` in the OS lane and add `fix-live` reconciler command. `OsProcessor.querySourceRecord` now returns decompressed rows, so the published revision's `version` is readable — entries with a draft on top of a published revision correctly get `live: { version }` instead of `live: {}`. Add the `fix-live` command to reconcile already-migrated systems: scans DynamoDB and OpenSearch companion tables, reports changes in JSONL, writes only via conditional `UpdateItem`. Add a command menu (`yarn transfer` with no args), `@clack/prompts`-backed `Prompts`/`UI` abstraction, and `Command` registry. Remove `@inquirer/prompts` — all prompts now go through the abstraction. Update dependencies. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d5b12d..acb1a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/data-transfer +## 0.0.4 + +### Patch Changes + +- 9ea3519: Fix `addLiveField` in the OS lane and add `fix-live` reconciler command. `OsProcessor.querySourceRecord` now returns decompressed rows, so the published revision's `version` is readable — entries with a draft on top of a published revision correctly get `live: { version }` instead of `live: {}`. Add the `fix-live` command to reconcile already-migrated systems: scans DynamoDB and OpenSearch companion tables, reports changes in JSONL, writes only via conditional `UpdateItem`. Add a command menu (`yarn transfer` with no args), `@clack/prompts`-backed `Prompts`/`UI` abstraction, and `Command` registry. Remove `@inquirer/prompts` — all prompts now go through the abstraction. Update dependencies. + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 1a810cb..24f53d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/data-transfer", - "version": "0.0.3", + "version": "0.0.4", "description": "Webiny data transfer tool", "type": "module", "main": "./dist/index.js",