@hocuspocus/extension-redis 1.0.0-alpha.31 → 1.0.0-alpha.32

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.32](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-redis@1.0.0-alpha.28...@hocuspocus/extension-redis@1.0.0-alpha.32) (2021-09-17)
7
+
8
+ **Note:** Version bump only for package @hocuspocus/extension-redis
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.0.0-alpha.31](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-redis@1.0.0-alpha.28...@hocuspocus/extension-redis@1.0.0-alpha.31) (2021-09-14)
7
15
 
8
16
  **Note:** Version bump only for package @hocuspocus/extension-redis
@@ -40,9 +40,10 @@ declare class Connection {
40
40
  */
41
41
  private check;
42
42
  /**
43
- * Send first sync step
43
+ * Send the current document awareness to the client, if any
44
44
  * @private
45
45
  */
46
+ private sendCurrentAwareness;
46
47
  /**
47
48
  * Handle an incoming message
48
49
  * @private
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-redis",
3
- "version": "1.0.0-alpha.31",
3
+ "version": "1.0.0-alpha.32",
4
4
  "description": "hocuspocus persistence driver for Redis",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -22,9 +22,9 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@hocuspocus/server": "^1.0.0-alpha.69",
25
+ "@hocuspocus/server": "^1.0.0-alpha.70",
26
26
  "y-redis": "^1.0.2",
27
27
  "yjs": "^13.5.0"
28
28
  },
29
- "gitHead": "d84b5516f65dfe096fd6c633f96309a6f65a9811"
29
+ "gitHead": "981e76320fd0bac82cbbdb027ec3c91a4c6cfce4"
30
30
  }