mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 23:47:28 +00:00
* feat(sync-core): drop shared-schema vector-clock compat re-export and app enum - Remove the shared-schema → sync-core compatibility re-export of vector-clock types/functions; retarget app files (vector-clock.ts,operation-log.const.ts) and the server (sync.types.ts) to import from @sp/sync-core directly - Add @sp/sync-core to super-sync-server/package.json deps (it was load-bearing through the re-export) - Convert VectorClockComparison from a bare type to an as const object + derived type in sync-core,drop the app-side enum copy and the as cast - Update spec imports and pa ckage-boundaries.md * docs: remove stale shared-schema vector-clock references - Update comments in vector-clocks.md, client vector-clock.ts, and server sync.types.ts to reference @sp/sync-core directly - Remove @sp/sync-core dependency from shared-schema/package.json - Regenerate package-lock.json to reflect the removed edge * docs(sync): fix orphaned VectorClockComparison comment The comment block describing VectorClockComparison was left dangling above no declaration after the app-side enum was removed, and still claimed 'Uses enum for client-side ergonomics'. Move it above the re-export it documents and correct the wording. --------- Co-authored-by: Johannes Millan <johannes.millan@gmail.com> |
||
|---|---|---|
| .. | ||
| encryption | ||
| apply.types.ts | ||
| compression.ts | ||
| conflict-resolution.ts | ||
| download-planning.ts | ||
| encryption.ts | ||
| entity-frontier.ts | ||
| entity-key.util.ts | ||
| entity-registry.types.ts | ||
| error.util.ts | ||
| full-state-op-types.ts | ||
| index.ts | ||
| lww-update-action-types.ts | ||
| operation.types.ts | ||
| ports.ts | ||
| remote-apply.ts | ||
| replay-coordinator.ts | ||
| sync-file-prefix.ts | ||
| sync-import-filter.ts | ||
| sync-logger.ts | ||
| upload-planning.ts | ||
| vector-clock.ts | ||
| web-crypto-error.ts | ||