@blocksuite/store
Advanced tools
Comparing version 0.5.0-20230321222249-433f06e to 0.5.0-20230322104334-714fb62
@@ -45,2 +45,3 @@ /// <reference types="@blocksuite/global" /> | ||
text: string; | ||
abortSignal: AbortSignal; | ||
}) => string | Promise<string>; | ||
@@ -47,0 +48,0 @@ export interface StoreOptions<Flags extends Record<string, unknown> = BlockSuiteFlags> extends SSROptions { |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.5.0-20230321222249-433f06e", | ||
"version": "0.5.0-20230322104334-714fb62", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,4 +11,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.5.0-20230321222249-433f06e", | ||
"@blocksuite/virgo": "0.5.0-20230321222249-433f06e", | ||
"@blocksuite/global": "0.5.0-20230322104334-714fb62", | ||
"@blocksuite/virgo": "0.5.0-20230322104334-714fb62", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -15,0 +15,0 @@ "buffer": "^6.0.3", |
@@ -62,2 +62,3 @@ import { merge } from 'merge'; | ||
text: string; | ||
abortSignal: AbortSignal; | ||
}) => string | Promise<string>; // | Promise<ReadableStream<string>>; | ||
@@ -64,0 +65,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
578648
8557
+ Added@blocksuite/global@0.5.0-20230322104334-714fb62(transitive)
+ Added@blocksuite/virgo@0.5.0-20230322104334-714fb62(transitive)
- Removed@blocksuite/global@0.5.0-20230321222249-433f06e(transitive)
- Removed@blocksuite/virgo@0.5.0-20230321222249-433f06e(transitive)