@hocuspocus/provider 4.0.0 → 4.1.0

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.
@@ -538,7 +538,7 @@ var MessageSender = class {
538
538
 
539
539
  //#endregion
540
540
  //#region packages/provider/src/version.ts
541
- const version = "4.0.0";
541
+ const version = "4.1.0";
542
542
 
543
543
  //#endregion
544
544
  //#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
@@ -508,7 +508,7 @@ var MessageSender = class {
508
508
 
509
509
  //#endregion
510
510
  //#region packages/provider/src/version.ts
511
- const version = "4.0.0";
511
+ const version = "4.1.0";
512
512
 
513
513
  //#endregion
514
514
  //#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/provider",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "hocuspocus provider",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -29,16 +29,15 @@
29
29
  "dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@hocuspocus/common": "^4.0.0",
32
+ "@hocuspocus/common": "^4.1.0",
33
33
  "@lifeomic/attempt": "^3.0.2",
34
- "lib0": "^0.2.87",
35
- "ws": "^8.17.1"
34
+ "lib0": "^0.2.87"
36
35
  },
37
36
  "peerDependencies": {
38
37
  "y-protocols": "^1.0.6",
39
38
  "yjs": "^13.6.8"
40
39
  },
41
- "gitHead": "1c1b34800f702a06e1ce236e8a175c82876bff42",
40
+ "gitHead": "702ec724b099264467c7fafa854a3988c7314ff9",
42
41
  "repository": {
43
42
  "url": "https://github.com/ueberdosis/hocuspocus"
44
43
  },