@blocksuite/store
Advanced tools
Comparing version 0.4.0-20230128222558-535c8f9 to 0.4.0-20230129215429-b7fd526
@@ -91,3 +91,3 @@ /// <reference types="@blocksuite/global" /> | ||
deleteBlock(model: BaseBlockModel, options?: { | ||
bringChildrenTo: 'parent' | BaseBlockModel; | ||
bringChildrenTo: 'parent' | BaseBlockModel | false; | ||
}): void; | ||
@@ -94,0 +94,0 @@ /** Connect a rich text editor instance with a YText instance. */ |
@@ -404,3 +404,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
deleteBlock(model, options = { | ||
bringChildrenTo: 'parent', | ||
bringChildrenTo: false, | ||
}) { | ||
@@ -407,0 +407,0 @@ if (this.awarenessStore.isReadonly(this)) { |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.4.0-20230128222558-535c8f9", | ||
"version": "0.4.0-20230129215429-b7fd526", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.4.0-20230128222558-535c8f9", | ||
"@blocksuite/global": "0.4.0-20230129215429-b7fd526", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -14,0 +14,0 @@ "buffer": "^6.0.3", |
@@ -512,5 +512,5 @@ import * as Y from 'yjs'; | ||
options: { | ||
bringChildrenTo: 'parent' | BaseBlockModel; | ||
bringChildrenTo: 'parent' | BaseBlockModel | false; | ||
} = { | ||
bringChildrenTo: 'parent', | ||
bringChildrenTo: false, | ||
} | ||
@@ -517,0 +517,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
508099
+ Added@blocksuite/global@0.4.0-20230129215429-b7fd526(transitive)
- Removed@blocksuite/global@0.4.0-20230128222558-535c8f9(transitive)