@blocksuite/store
Advanced tools
Comparing version 0.3.0-20221224061623-e226fed to 0.3.0-20221224062401-54874d6
import type * as Y from 'yjs'; | ||
import { WebrtcProvider } from 'y-webrtc'; | ||
import { IndexeddbPersistence } from 'y-indexeddb'; | ||
import { IndexeddbPersistence } from './providers/indexdb.js'; | ||
import type { Awareness } from 'y-protocols/awareness'; | ||
@@ -5,0 +5,0 @@ /** |
// @ts-ignore | ||
import { WebrtcProvider } from 'y-webrtc'; | ||
import { IndexeddbPersistence } from 'y-indexeddb'; | ||
import { IndexeddbPersistence } from './providers/indexdb.js'; | ||
// When using playground from blocksuite repo, this comes from "serve" script in "@blocksuite/store" package. | ||
@@ -5,0 +5,0 @@ // We use our own sync server because a local service for sync makes everything much faster for dev. |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.3.0-20221224061623-e226fed", | ||
"version": "0.3.0-20221224062401-54874d6", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -18,3 +18,2 @@ "main": "dist/index.js", | ||
"lib0": "^0.2.52", | ||
"y-indexeddb": "^9.0.9", | ||
"y-protocols": "^1.0.5", | ||
@@ -21,0 +20,0 @@ "y-webrtc": "^10.2.3" |
import type * as Y from 'yjs'; | ||
// @ts-ignore | ||
import { WebrtcProvider } from 'y-webrtc'; | ||
import { IndexeddbPersistence } from 'y-indexeddb'; | ||
import { IndexeddbPersistence } from './providers/indexdb.js'; | ||
import type { Awareness } from 'y-protocols/awareness'; | ||
@@ -6,0 +6,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
401211
10
147
6673
- Removedy-indexeddb@^9.0.9
- Removedy-indexeddb@9.0.12(transitive)