mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-23 13:02:58 +00:00
6 lines
310 B
TypeScript
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";
|