@blocksuite/store
Advanced tools
Comparing version 0.3.0-20221223170121-bbfb8c0 to 0.3.0-20221224044805-a700371
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-20221223170121-bbfb8c0", | ||
"version": "0.3.0-20221224044805-a700371", | ||
"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
401168
10
3726
147
6673
- Removedy-indexeddb@^9.0.9
- Removedy-indexeddb@9.0.12(transitive)