@blocksuite/sync
Advanced tools
Comparing version 0.12.0 to 0.13.0-canary-202403050653-934469c
@@ -1,2 +0,2 @@ | ||
import { mergeUpdates } from '../../utils/merge-updates.js'; | ||
import { mergeUpdates } from 'yjs'; | ||
export class MemoryDocSource { | ||
@@ -3,0 +3,0 @@ constructor() { |
import { Slot } from '@blocksuite/global/utils'; | ||
import { isEqual } from '@blocksuite/global/utils'; | ||
import { applyUpdate, encodeStateAsUpdate, encodeStateVector } from 'yjs'; | ||
import { applyUpdate, encodeStateAsUpdate, encodeStateVector, mergeUpdates, } from 'yjs'; | ||
import { PriorityAsyncQueue, SharedPriorityTarget, } from '../utils/async-queue.js'; | ||
import { mergeUpdates } from '../utils/merge-updates.js'; | ||
import { MANUALLY_STOP, throwIfAborted } from '../utils/throw-if-aborted.js'; | ||
@@ -7,0 +6,0 @@ import { DocPeerStep } from './consts.js'; |
export * from './awareness/index.js'; | ||
export * from './doc/index.js'; | ||
export * from './utils/merge-updates.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './awareness/index.js'; | ||
export * from './doc/index.js'; | ||
export * from './utils/merge-updates.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@blocksuite/sync", | ||
"version": "0.12.0", | ||
"version": "0.13.0-canary-202403050653-934469c", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"idb": "^8.0.0", | ||
"@blocksuite/global": "0.12.0" | ||
"@blocksuite/global": "0.13.0-canary-202403050653-934469c" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": {}, |
@@ -1,2 +0,3 @@ | ||
import { mergeUpdates } from '../../utils/merge-updates.js'; | ||
import { mergeUpdates } from 'yjs'; | ||
import type { DocSource } from '../source.js'; | ||
@@ -3,0 +4,0 @@ |
import { type Logger, Slot } from '@blocksuite/global/utils'; | ||
import { isEqual } from '@blocksuite/global/utils'; | ||
import type { Doc } from 'yjs'; | ||
import { applyUpdate, encodeStateAsUpdate, encodeStateVector } from 'yjs'; | ||
import { | ||
applyUpdate, | ||
encodeStateAsUpdate, | ||
encodeStateVector, | ||
mergeUpdates, | ||
} from 'yjs'; | ||
@@ -10,3 +15,2 @@ import { | ||
} from '../utils/async-queue.js'; | ||
import { mergeUpdates } from '../utils/merge-updates.js'; | ||
import { MANUALLY_STOP, throwIfAborted } from '../utils/throw-if-aborted.js'; | ||
@@ -13,0 +17,0 @@ import { DocPeerStep } from './consts.js'; |
export * from './awareness/index.js'; | ||
export * from './doc/index.js'; | ||
export * from './utils/merge-updates.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
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
145155
98
2500
+ Added@blocksuite/global@0.13.0-canary-202403050653-934469c(transitive)
- Removed@blocksuite/global@0.12.0(transitive)
Updated@blocksuite/global@0.13.0-canary-202403050653-934469c