@hocuspocus/extension-redis
Advanced tools
Comparing version 1.0.0-alpha.53 to 1.0.0-alpha.54
@@ -5,2 +5,3 @@ /// <reference types="node" /> | ||
import { Configuration, Hook } from './types'; | ||
import Document from './Document'; | ||
import { MessageLogger } from './Debugger'; | ||
@@ -19,3 +20,3 @@ import { onListenPayload } from '.'; | ||
configuration: Configuration; | ||
documents: Map<any, any>; | ||
documents: Map<string, Document>; | ||
httpServer?: HTTPServer; | ||
@@ -22,0 +23,0 @@ webSocketServer?: WebSocketServer; |
export * from './Hocuspocus'; | ||
export * from './types'; | ||
export * from './Document'; | ||
export * from './Connection'; |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "1.0.0-alpha.53", | ||
"version": "1.0.0-alpha.54", | ||
"description": "hocuspocus persistence driver for Redis", | ||
@@ -30,7 +30,7 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.90", | ||
"@hocuspocus/server": "^1.0.0-alpha.91", | ||
"y-redis": "^1.0.3", | ||
"yjs": "^13.5.22" | ||
}, | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
"gitHead": "90e3f0955922515ccf1d643b7b43c4ad20387735" | ||
} |
55484
1445