From cfbf94a38a10f6f081e4da2962f5fb2e04ce98d4 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Mon, 24 Aug 2026 03:23:59 +0000 Subject: [PATCH] Pin Commonlib 0.1.19 stable release --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd774940..215471d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@smithy/types": "^4.14.3", "@smithy/util-retry": "^4.4.5", "@vrtmrz/browser-ui-kit": "0.1.0", - "@vrtmrz/livesync-commonlib": "0.1.19-rc.0", + "@vrtmrz/livesync-commonlib": "0.1.19", "@vrtmrz/obsidian-plugin-kit": "0.1.3", "@vrtmrz/ui-interactions": "0.1.2", "diff-match-patch": "^1.0.5", @@ -4771,9 +4771,9 @@ } }, "node_modules/@vrtmrz/livesync-commonlib": { - "version": "0.1.19-rc.0", - "resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.19-rc.0.tgz", - "integrity": "sha512-HCc8qLtXlnVMVgxw4W/CeX2bDPXUsXA10MknrzDBOe66IvTKnzdxu6MAB7sPDwi4DtC9vd/whbNFKCK24giY7w==", + "version": "0.1.19", + "resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.19.tgz", + "integrity": "sha512-sVQcVJaelm575xoopay1yUWsIlfh2Um6Oi70Jp4WLdO3vlPCoYUbCKH+zGDwU/r05BbB2xGwU+kgy6OjxyxGeQ==", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.808.0", diff --git a/package.json b/package.json index b1c1525a..057f0df6 100644 --- a/package.json +++ b/package.json @@ -178,7 +178,7 @@ "@smithy/types": "^4.14.3", "@smithy/util-retry": "^4.4.5", "@vrtmrz/browser-ui-kit": "0.1.0", - "@vrtmrz/livesync-commonlib": "0.1.19-rc.0", + "@vrtmrz/livesync-commonlib": "0.1.19", "@vrtmrz/obsidian-plugin-kit": "0.1.3", "@vrtmrz/ui-interactions": "0.1.2", "diff-match-patch": "^1.0.5",