chore: bump bs to lts (#8147)

This commit is contained in:
Saul-Mirone
2024-09-06 10:54:18 +00:00
parent e822bbd2dd
commit 84ebe62edc
12 changed files with 236 additions and 267 deletions

View File

@@ -25,7 +25,7 @@ const info = await fetch(
'https://registry.npmjs.org/@blocksuite/block-std'
).then(res => res.json());
const latestVersion = info['dist-tags'].canary;
const latestVersion = info['dist-tags'].latest;
const latestHash = latestVersion.split('-').pop();
if (oldHash === latestHash) {