@blocksuite/store
Advanced tools
Comparing version 0.5.0-20230304183717-8ea9932 to 0.5.0-20230304192152-02cfe2b
@@ -31,3 +31,3 @@ import { Slot } from '@blocksuite/global/utils'; | ||
} | ||
else if (hasKey('name') || hasKey('avatar')) { | ||
if (hasKey('name') || hasKey('avatar')) { | ||
this._handleCommonFieldsEvent(); | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.5.0-20230304183717-8ea9932", | ||
"version": "0.5.0-20230304192152-02cfe2b", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,4 +11,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.5.0-20230304183717-8ea9932", | ||
"@blocksuite/virgo": "0.5.0-20230304183717-8ea9932", | ||
"@blocksuite/global": "0.5.0-20230304192152-02cfe2b", | ||
"@blocksuite/virgo": "0.5.0-20230304192152-02cfe2b", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -15,0 +15,0 @@ "buffer": "^6.0.3", |
@@ -212,3 +212,5 @@ import { Slot } from '@blocksuite/global/utils'; | ||
this._handlePageEvent(); | ||
} else if (hasKey('name') || hasKey('avatar')) { | ||
} | ||
if (hasKey('name') || hasKey('avatar')) { | ||
this._handleCommonFieldsEvent(); | ||
@@ -215,0 +217,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8680
72
576261
30
6
+ Added@blocksuite/global@0.5.0-20230304192152-02cfe2b(transitive)
+ Added@blocksuite/virgo@0.5.0-20230304192152-02cfe2b(transitive)
- Removed@blocksuite/global@0.5.0-20230304183717-8ea9932(transitive)
- Removed@blocksuite/virgo@0.5.0-20230304183717-8ea9932(transitive)