@blocksuite/sync
Advanced tools
Comparing version 0.12.0-canary-202402291408-bac969e to 0.12.0-canary-202403010909-00c6245
@@ -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-canary-202402291408-bac969e", | ||
"version": "0.12.0-canary-202403010909-00c6245", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"idb": "^8.0.0", | ||
"@blocksuite/global": "0.12.0-canary-202402291408-bac969e" | ||
"@blocksuite/global": "0.12.0-canary-202403010909-00c6245" | ||
}, | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
145155
98
2500
+ Added@blocksuite/global@0.12.0-canary-202403010909-00c6245(transitive)
- Removed@blocksuite/global@0.12.0-canary-202402291408-bac969e(transitive)
Updated@blocksuite/global@0.12.0-canary-202403010909-00c6245