Centralise setup tool Commonlib selection

This commit is contained in:
vorotamoroz
2026-07-21 04:31:09 +00:00
parent b44a7fa50f
commit 04b5734089
10 changed files with 70 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
// 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";
+1 -2
View File
@@ -1,5 +1,4 @@
import { PouchDB } from "npm:@vrtmrz/livesync-commonlib@0.1.0-rc.4/compat/pouchdb/pouchdb-browser";
import { checkRemoteVersion } from "npm:@vrtmrz/livesync-commonlib@0.1.0-rc.4/compat/pouchdb/negotiation";
import { checkRemoteVersion, PouchDB } from "./livesync-commonlib.ts";
export interface CouchDBProvisioningOptions {
hostname: string;