@hocuspocus/extension-redis 4.0.0-rc.3 → 4.0.0-rc.5

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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @hocuspocus/extension-redis
2
+ [![Version](https://img.shields.io/npm/v/@hocuspocus/extension-redis.svg?label=version)](https://www.npmjs.com/package/@hocuspocus/extension-redis)
3
+ [![Downloads](https://img.shields.io/npm/dm/@hocuspocus/extension-redis.svg)](https://npmcharts.com/compare/tiptap?minimal=true)
4
+ [![License](https://img.shields.io/npm/l/@hocuspocus/extension-redis.svg)](https://www.npmjs.com/package/@hocuspocus/extension-redis)
5
+ [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis)
6
+
7
+ ## Introduction
8
+ Scale [Hocuspocus](https://github.com/ueberdosis/hocuspocus) horizontally across multiple server instances. Uses Redis pub/sub to broadcast document updates and awareness between instances, so clients connected to different servers stay in sync on the same document.
9
+
10
+ ## Official Documentation
11
+ Documentation can be found in the [GitHub repository](https://github.com/ueberdosis/hocuspocus).
12
+
13
+ ## License
14
+ Hocuspocus is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/hocuspocus/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-redis",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.5",
4
4
  "description": "Scale Hocuspocus horizontally with Redis",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -28,8 +28,8 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@hocuspocus/common": "^4.0.0-rc.3",
32
- "@hocuspocus/server": "^4.0.0-rc.3",
31
+ "@hocuspocus/common": "^4.0.0-rc.5",
32
+ "@hocuspocus/server": "^4.0.0-rc.5",
33
33
  "@sesamecare-oss/redlock": "^1.4.0",
34
34
  "ioredis": "~5.6.1",
35
35
  "kleur": "^4.1.4"
@@ -38,7 +38,7 @@
38
38
  "y-protocols": "^1.0.6",
39
39
  "yjs": "^13.6.8"
40
40
  },
41
- "gitHead": "842287de4e4b9ccd87a70942d6b7bfcd4e6ffde7",
41
+ "gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
42
42
  "repository": {
43
43
  "url": "https://github.com/ueberdosis/hocuspocus"
44
44
  },