mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-23 21:12:59 +00:00
6 lines
427 B
TypeScript
6 lines
427 B
TypeScript
// Keep CouchDB database-version negotiation isolated from Setup URI generation.
|
|
// The exact release must match utils/livesync-commonlib-version.ts; the setup
|
|
// tool suite checks every static specifier before release.
|
|
export { checkRemoteVersion } from "npm:@vrtmrz/livesync-commonlib@0.1.0-rc.4/compat/pouchdb/negotiation";
|
|
export { PouchDB } from "npm:@vrtmrz/livesync-commonlib@0.1.0-rc.4/compat/pouchdb/pouchdb-browser";
|