@blocksuite/store
Advanced tools
Comparing version 0.4.0-20230111121357-6129124 to 0.4.0-20230111164952-fea266a
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import type { RelativePosition } from 'yjs'; | ||
@@ -3,0 +3,0 @@ import type { Awareness } from 'y-protocols/awareness.js'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import type { Page } from './workspace/index.js'; | ||
@@ -3,0 +3,0 @@ import type { TextType } from './text-adapter.js'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="@blocksuite/global" /> | ||
export * from './space.js'; | ||
@@ -2,0 +3,0 @@ export * from './store.js'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import type * as Y from 'yjs'; | ||
@@ -3,0 +3,0 @@ import { Awareness } from 'y-protocols/awareness.js'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import type { Space } from './space.js'; | ||
@@ -3,0 +3,0 @@ import type { IdGenerator } from './utils/id-generator.js'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import type { BaseBlockModel } from '../base.js'; | ||
@@ -3,0 +3,0 @@ import type { BlockProps, PrefixedBlockProps, YBlock, YBlocks } from '../workspace/page.js'; |
@@ -1,2 +0,2 @@ | ||
/// <reference types="blocksuite__global-types" /> | ||
/// <reference types="@blocksuite/global" /> | ||
import * as Y from 'yjs'; | ||
@@ -3,0 +3,0 @@ import type { Quill } from 'quill'; |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.4.0-20230111121357-6129124", | ||
"version": "0.4.0-20230111164952-fea266a", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,2 +11,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.4.0-20230111164952-fea266a", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -13,0 +14,0 @@ "@types/quill": "^1.3.7", |
@@ -0,1 +1,2 @@ | ||
/// <reference types="@blocksuite/global" /> | ||
export * from './space.js'; | ||
@@ -2,0 +3,0 @@ export * from './store.js'; |
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
469161
7693
11
+ Added@blocksuite/global@0.4.0-20230111164952-fea266a(transitive)