@hocuspocus/provider 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.
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @hocuspocus/provider
|
|
2
|
+
[](https://www.npmjs.com/package/@hocuspocus/provider)
|
|
3
|
+
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
|
4
|
+
[](https://www.npmjs.com/package/@hocuspocus/provider)
|
|
5
|
+
[](https://github.com/sponsors/ueberdosis)
|
|
6
|
+
|
|
7
|
+
## Introduction
|
|
8
|
+
The client-side provider for [Hocuspocus](https://github.com/ueberdosis/hocuspocus). It connects to a Hocuspocus server over WebSockets and syncs one or more [Y.js](https://github.com/yjs/yjs) documents, including awareness (presence), authentication, and stateless messaging.
|
|
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).
|
|
@@ -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.5";
|
|
1648
1648
|
|
|
1649
1649
|
//#endregion
|
|
1650
1650
|
//#region packages/provider/src/OutgoingMessages/AuthenticationMessage.ts
|