feat: bump blocksuite (#5767)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Yifeng Wang
2024-02-01 16:28:22 +08:00
committed by GitHub
parent 61677b2ac4
commit fec2090de5
12 changed files with 127 additions and 119 deletions

View File

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