mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: bump blocksuite (#5767)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user