@pinelab/vendure-plugin-webhook 1.5.0 → 1.5.2
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/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vendure Webhook plugin
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[Official documentation here](https://plugins.pinelab.studio/plugin/vendure-plugin-webhook)
|
|
4
4
|
|
|
5
5
|
Triggers an outgoing webhook based on configured events. Events are specified in `vendure-config` and webhooks are configured per
|
|
6
6
|
channel via the admin UI.
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinelab/vendure-plugin-webhook",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Call webhooks based on configured events from Vendure",
|
|
5
5
|
"author": "Martijn van de Brug <martijn@pinelab.studio>",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://plugins.pinelab.studio/",
|
|
7
7
|
"repository": "https://github.com/Pinelab-studio/pinelab-vendure-plugins",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"private": false,
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"test": "vitest run",
|
|
24
24
|
"lint": "echo 'No linting configured'"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "ba4e499e13892b029fac2aa29082c03ec8032249"
|
|
27
27
|
}
|