Closed samuelstroschein closed 2 weeks ago
change.operation was introduced mainly for "lix (via the host) and lix apps need awareness if something has been inserted, updated, or deleted to render the correct diffs" see https://github.com/opral/monorepo/pull/3046#issuecomment-2273719740.
change.operation
The assumption that lix (apps) needs a first level concept if something was a create, update, or delete does not seem to hold true:
Remove change.operation for now. It can be re-introduced at a later point if necessary.
Context
change.operation
was introduced mainly for "lix (via the host) and lix apps need awareness if something has been inserted, updated, or deleted to render the correct diffs" see https://github.com/opral/monorepo/pull/3046#issuecomment-2273719740.The assumption that lix (apps) needs a first level concept if something was a create, update, or delete does not seem to hold true:
Proposal
Remove
change.operation
for now. It can be re-introduced at a later point if necessary.