@hocuspocus/provider 4.0.0-rc.1 → 4.0.0-rc.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/provider",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0-rc.2",
4
4
  "description": "hocuspocus provider",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -29,7 +29,7 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@hocuspocus/common": "^4.0.0-rc.1",
32
+ "@hocuspocus/common": "^4.0.0-rc.2",
33
33
  "@lifeomic/attempt": "^3.0.2",
34
34
  "lib0": "^0.2.87",
35
35
  "ws": "^8.17.1"
@@ -38,7 +38,7 @@
38
38
  "y-protocols": "^1.0.6",
39
39
  "yjs": "^13.6.8"
40
40
  },
41
- "gitHead": "730ac02724fcc44bbbfcc5849df4b0cafb996450",
41
+ "gitHead": "f1037a372b664d3582cf12ad7ff3dd245664629c",
42
42
  "repository": {
43
43
  "url": "https://github.com/ueberdosis/hocuspocus"
44
44
  },
@@ -123,7 +123,7 @@ export class HocuspocusProvider extends EventEmitter {
123
123
  // @ts-ignore
124
124
  awareness: undefined,
125
125
  token: null,
126
- sessionAwareness: true,
126
+ sessionAwareness: false,
127
127
  forceSyncInterval: false,
128
128
  onAuthenticated: () => null,
129
129
  onAuthenticationFailed: () => null,