@hocuspocus/provider 4.0.0-rc.5 → 4.0.0-rc.6
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.
|
@@ -1644,7 +1644,7 @@ var MessageSender = class {
|
|
|
1644
1644
|
|
|
1645
1645
|
//#endregion
|
|
1646
1646
|
//#region packages/provider/src/version.ts
|
|
1647
|
-
const version = "4.0.0-rc.
|
|
1647
|
+
const version = "4.0.0-rc.6";
|
|
1648
1648
|
|
|
1649
1649
|
//#endregion
|
|
1650
1650
|
//#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
|
|
@@ -1615,7 +1615,7 @@ var MessageSender = class {
|
|
|
1615
1615
|
|
|
1616
1616
|
//#endregion
|
|
1617
1617
|
//#region packages/provider/src/version.ts
|
|
1618
|
-
const version = "4.0.0-rc.
|
|
1618
|
+
const version = "4.0.0-rc.6";
|
|
1619
1619
|
|
|
1620
1620
|
//#endregion
|
|
1621
1621
|
//#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-rc.
|
|
3
|
+
"version": "4.0.0-rc.6",
|
|
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.
|
|
32
|
+
"@hocuspocus/common": "^4.0.0-rc.6",
|
|
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": "
|
|
41
|
+
"gitHead": "f8b039aea9d9c7f5b80b2cbb82381e2153ef8dc0",
|
|
42
42
|
"repository": {
|
|
43
43
|
"url": "https://github.com/ueberdosis/hocuspocus"
|
|
44
44
|
},
|