opral / lix-sdk

1 stars 0 forks source link

revert `diffReport.old|neu` -> `diffReport.snapshot` #51

Closed samuelstroschein closed 1 month ago

samuelstroschein commented 2 months ago

Context

https://github.com/opral/monorepo/pull/3043 was introduced because plugin.applyChanges() did not exist yet. At the time, I thought that lix needs awareness of create, update, delete to apply changes. That turned out to be wrong. A plugin is solely responsible for applying changes, making the PR redundant. Similar insight as LIX-108.

Proposal

Revert https://github.com/opral/monorepo/pull/3043.

samuelstroschein commented 1 month ago

Cancelling because I am confident that we want LIXDK-107