@hocuspocus/provider
Advanced tools
@@ -541,3 +541,3 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); | ||
| //#region packages/provider/src/version.ts | ||
| const version = "4.1.0"; | ||
| const version = "4.1.1"; | ||
@@ -544,0 +544,0 @@ //#endregion |
@@ -511,3 +511,3 @@ import { WsReadyStates, awarenessStatesToArray, makeRoutingKey, parseRoutingKey, readAuthMessage, writeAuthentication } from "@hocuspocus/common"; | ||
| //#region packages/provider/src/version.ts | ||
| const version = "4.1.0"; | ||
| const version = "4.1.1"; | ||
@@ -514,0 +514,0 @@ //#endregion |
+2
-2
@@ -329,6 +329,6 @@ import { Awareness } from "y-protocols/awareness"; | ||
| * | ||
| * Only set this to `false` when connecting to a v3 server that does not | ||
| * Only set this to `true` when connecting to a v4 server that does | ||
| * support session awareness. | ||
| * | ||
| * Default: true | ||
| * Default: false | ||
| */ | ||
@@ -335,0 +335,0 @@ sessionAwareness: boolean; |
+3
-3
| { | ||
| "name": "@hocuspocus/provider", | ||
| "version": "4.1.0", | ||
| "version": "4.1.1", | ||
| "description": "hocuspocus provider", | ||
@@ -32,3 +32,3 @@ "homepage": "https://hocuspocus.dev", | ||
| "dependencies": { | ||
| "@hocuspocus/common": "^4.1.0", | ||
| "@hocuspocus/common": "^4.1.1", | ||
| "@lifeomic/attempt": "^3.0.2", | ||
@@ -41,3 +41,3 @@ "lib0": "^0.2.87" | ||
| }, | ||
| "gitHead": "702ec724b099264467c7fafa854a3988c7314ff9", | ||
| "gitHead": "a07826a1e654edfb89f340fad6fb9492d1c256aa", | ||
| "repository": { | ||
@@ -44,0 +44,0 @@ "url": "https://github.com/ueberdosis/hocuspocus" |
@@ -85,6 +85,6 @@ import { awarenessStatesToArray, makeRoutingKey, parseRoutingKey } from "@hocuspocus/common"; | ||
| * | ||
| * Only set this to `false` when connecting to a v3 server that does not | ||
| * Only set this to `true` when connecting to a v4 server that does | ||
| * support session awareness. | ||
| * | ||
| * Default: true | ||
| * Default: false | ||
| */ | ||
@@ -91,0 +91,0 @@ sessionAwareness: boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
275567
0Updated