mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 22:09:08 +08:00
feat: bump blocksuite (#5767)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -17,7 +17,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();
|
||||
|
||||
console.info(`Upgrade blocksuite from ${oldHash} -> ${latestHash}`);
|
||||
|
||||
Reference in New Issue
Block a user