@pinelab/vendure-plugin-alerting 1.0.0 → 1.0.1
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 +5 -0
- package/README.md +2 -0
- package/package.json +17 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinelab/vendure-plugin-alerting",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Vendure plugin for sending alerts based on events and log to various notifiers like Slack, email or N8N",
|
|
5
5
|
"author": "Martijn van de Brug <martijn@pinelab.studio>",
|
|
6
6
|
"homepage": "https://plugins.pinelab.studio/",
|
|
7
7
|
"repository": "https://github.com/Pinelab-studio/pinelab-vendure-plugins",
|
|
8
8
|
"license": "MIT",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"vendure",
|
|
11
|
+
"vendure-plugin",
|
|
12
|
+
"notification",
|
|
13
|
+
"alerting",
|
|
14
|
+
"alerts",
|
|
15
|
+
"vendure-event",
|
|
16
|
+
"log-based-alerting",
|
|
17
|
+
"logging",
|
|
18
|
+
"slack",
|
|
19
|
+
"email",
|
|
20
|
+
"webhook",
|
|
21
|
+
"n8n",
|
|
22
|
+
"monitoring",
|
|
23
|
+
"error-handling"
|
|
24
|
+
],
|
|
9
25
|
"private": false,
|
|
10
26
|
"publishConfig": {
|
|
11
27
|
"access": "public"
|