chore: release y-provider package (#4642)

This commit is contained in:
Alex Yang
2023-10-16 19:47:05 -05:00
committed by GitHub
parent 77efcad89d
commit a0095496d7
20 changed files with 99 additions and 52 deletions
+1 -1
View File
@@ -1,4 +1,3 @@
import type { DataSourceAdapter } from '@affine/y-provider';
import type { EditorContainer } from '@blocksuite/editor';
import type { Page } from '@blocksuite/store';
import type {
@@ -7,6 +6,7 @@ import type {
Workspace as BlockSuiteWorkspace,
} from '@blocksuite/store';
import type { PropsWithChildren, ReactNode } from 'react';
import type { DataSourceAdapter } from 'y-provider';
import type { Collection } from './filter.js';