Files
obsidian-livesync/utils/livesync-commonlib-version.ts
T
2026-07-21 04:31:09 +00:00

6 lines
310 B
TypeScript

// The standalone Deno utilities deliberately remain pinned to one immutable
// Commonlib registry release. Static npm specifiers cannot interpolate this
// value, so livesync-commonlib-version.test.ts verifies the domain-specific
// facades against it.
export const LIVESYNC_COMMONLIB_VERSION = "0.1.0-rc.4";