@hocuspocus/extension-redis 3.1.7 → 3.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -320,6 +320,7 @@ export interface afterUnloadDocumentPayload {
320
320
  export interface beforeUnloadDocumentPayload {
321
321
  instance: Hocuspocus;
322
322
  documentName: string;
323
+ document: Document;
323
324
  }
324
325
  export interface DirectConnection {
325
326
  transact(transaction: (document: Document) => void): Promise<void>;
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-redis",
3
- "version": "3.1.7",
3
+ "version": "3.1.8",
4
4
  "description": "Scale Hocuspocus horizontally with Redis",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "@types/redlock": "^4.0.3"
33
33
  },
34
34
  "dependencies": {
35
- "@hocuspocus/server": "^3.1.7",
35
+ "@hocuspocus/server": "^3.1.8",
36
36
  "ioredis": "^5.6.1",
37
37
  "kleur": "^4.1.4",
38
38
  "lodash.debounce": "^4.0.8",