@hocuspocus/extension-webhook 4.0.0-rc.4 → 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 +14 -0
- package/package.json +5 -5
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @hocuspocus/extension-webhook
|
|
2
|
+
[](https://www.npmjs.com/package/@hocuspocus/extension-webhook)
|
|
3
|
+
[](https://npmcharts.com/compare/tiptap?minimal=true)
|
|
4
|
+
[](https://www.npmjs.com/package/@hocuspocus/extension-webhook)
|
|
5
|
+
[](https://github.com/sponsors/ueberdosis)
|
|
6
|
+
|
|
7
|
+
## Introduction
|
|
8
|
+
Send HTTP webhooks for [Hocuspocus](https://github.com/ueberdosis/hocuspocus) document lifecycle events – for example when a document is connected to, changed, or stored. Lets you integrate the collaboration backend with your own services without writing a custom extension.
|
|
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).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hocuspocus/extension-webhook",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.5",
|
|
4
4
|
"description": "hocuspocus webhook extension",
|
|
5
5
|
"homepage": "https://hocuspocus.dev",
|
|
6
6
|
"keywords": [
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"dist"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@hocuspocus/common": "^4.0.0-rc.
|
|
34
|
-
"@hocuspocus/server": "^4.0.0-rc.
|
|
35
|
-
"@hocuspocus/transformer": "^4.0.0-rc.
|
|
33
|
+
"@hocuspocus/common": "^4.0.0-rc.5",
|
|
34
|
+
"@hocuspocus/server": "^4.0.0-rc.5",
|
|
35
|
+
"@hocuspocus/transformer": "^4.0.0-rc.5"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"yjs": "^13.6.8"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
|
|
41
41
|
"repository": {
|
|
42
42
|
"url": "https://github.com/ueberdosis/hocuspocus"
|
|
43
43
|
},
|