@hocuspocus/extension-webhook 2.13.2 → 2.13.4-rc.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.
@@ -9,6 +9,10 @@ export interface AdditionalTiptapCollabProviderWebsocketConfiguration {
9
9
  * If you are using the on-premise version of TiptapCollab, put your baseUrl here (e.g. https://collab.yourdomain.com)
10
10
  */
11
11
  baseUrl?: string;
12
+ /**
13
+ * Only fill this if you are using Tiptap Collab HA.
14
+ */
15
+ shardKey?: string;
12
16
  }
13
17
  export declare class TiptapCollabProviderWebsocket extends HocuspocusProviderWebsocket {
14
18
  constructor(configuration: TiptapCollabProviderWebsocketConfiguration);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-webhook",
3
- "version": "2.13.2",
3
+ "version": "2.13.4-rc.0",
4
4
  "description": "hocuspocus webhook extension",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -30,9 +30,9 @@
30
30
  "dist"
31
31
  ],
32
32
  "dependencies": {
33
- "@hocuspocus/common": "^2.13.2",
34
- "@hocuspocus/server": "^2.13.2",
35
- "@hocuspocus/transformer": "^2.13.2",
33
+ "@hocuspocus/common": "^2.13.4-rc.0",
34
+ "@hocuspocus/server": "^2.13.4-rc.0",
35
+ "@hocuspocus/transformer": "^2.13.4-rc.0",
36
36
  "axios": "^1.6.2"
37
37
  },
38
38
  "peerDependencies": {