@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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +5 -5
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @hocuspocus/extension-webhook
2
+ [![Version](https://img.shields.io/npm/v/@hocuspocus/extension-webhook.svg?label=version)](https://www.npmjs.com/package/@hocuspocus/extension-webhook)
3
+ [![Downloads](https://img.shields.io/npm/dm/@hocuspocus/extension-webhook.svg)](https://npmcharts.com/compare/tiptap?minimal=true)
4
+ [![License](https://img.shields.io/npm/l/@hocuspocus/extension-webhook.svg)](https://www.npmjs.com/package/@hocuspocus/extension-webhook)
5
+ [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](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.4",
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.4",
34
- "@hocuspocus/server": "^4.0.0-rc.4",
35
- "@hocuspocus/transformer": "^4.0.0-rc.4"
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": "7e50dc8532dbb1bd1465a63721faeb170b99f196",
40
+ "gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
41
41
  "repository": {
42
42
  "url": "https://github.com/ueberdosis/hocuspocus"
43
43
  },