@open-mercato/webhooks 0.6.5-develop.4708.1.93cb8395bd → 0.6.5-develop.4718.1.56d834bb34
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-mercato/webhooks",
|
|
3
|
-
"version": "0.6.5-develop.
|
|
3
|
+
"version": "0.6.5-develop.4718.1.56d834bb34",
|
|
4
4
|
"description": "Webhooks module for Open Mercato — Standard Webhooks compliant outbound/inbound delivery",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@open-mercato/core": "0.6.5-develop.
|
|
73
|
-
"@open-mercato/queue": "0.6.5-develop.
|
|
74
|
-
"@open-mercato/ui": "0.6.5-develop.
|
|
72
|
+
"@open-mercato/core": "0.6.5-develop.4718.1.56d834bb34",
|
|
73
|
+
"@open-mercato/queue": "0.6.5-develop.4718.1.56d834bb34",
|
|
74
|
+
"@open-mercato/ui": "0.6.5-develop.4718.1.56d834bb34",
|
|
75
75
|
"svix": "^1.95.1"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"@mikro-orm/postgresql": "^7.0.14",
|
|
79
|
-
"@open-mercato/shared": "0.6.5-develop.
|
|
79
|
+
"@open-mercato/shared": "0.6.5-develop.4718.1.56d834bb34",
|
|
80
80
|
"react": "^19.0.0",
|
|
81
81
|
"react-dom": "^19.0.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@open-mercato/shared": "0.6.5-develop.
|
|
84
|
+
"@open-mercato/shared": "0.6.5-develop.4718.1.56d834bb34",
|
|
85
85
|
"@types/jest": "^30.0.0",
|
|
86
86
|
"@types/react": "^19.2.16",
|
|
87
87
|
"@types/react-dom": "^19.2.3",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"webhooks.detail.actions.deactivate": "Deactivate",
|
|
30
30
|
"webhooks.detail.actions.rotateSecret": "Rotate Secret",
|
|
31
31
|
"webhooks.detail.actions.test": "Send Test",
|
|
32
|
+
"webhooks.detail.backToList": "Zurück zu Webhooks",
|
|
32
33
|
"webhooks.detail.consecutiveFailures": "Consecutive Failures",
|
|
33
34
|
"webhooks.detail.deliveryTip": "Start with a test delivery before enabling a broad event pattern. The delivery log below shows exactly what your consumer returned.",
|
|
34
35
|
"webhooks.detail.loadError": "Failed to load webhook.",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"webhooks.detail.actions.deactivate": "Deactivate",
|
|
30
30
|
"webhooks.detail.actions.rotateSecret": "Rotate Secret",
|
|
31
31
|
"webhooks.detail.actions.test": "Send Test",
|
|
32
|
+
"webhooks.detail.backToList": "Back to webhooks",
|
|
32
33
|
"webhooks.detail.consecutiveFailures": "Consecutive Failures",
|
|
33
34
|
"webhooks.detail.deliveryTip": "Start with a test delivery before enabling a broad event pattern. The delivery log below shows exactly what your consumer returned.",
|
|
34
35
|
"webhooks.detail.loadError": "Failed to load webhook.",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"webhooks.detail.actions.deactivate": "Deactivate",
|
|
30
30
|
"webhooks.detail.actions.rotateSecret": "Rotate Secret",
|
|
31
31
|
"webhooks.detail.actions.test": "Send Test",
|
|
32
|
+
"webhooks.detail.backToList": "Volver a webhooks",
|
|
32
33
|
"webhooks.detail.consecutiveFailures": "Consecutive Failures",
|
|
33
34
|
"webhooks.detail.deliveryTip": "Start with a test delivery before enabling a broad event pattern. The delivery log below shows exactly what your consumer returned.",
|
|
34
35
|
"webhooks.detail.loadError": "Failed to load webhook.",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"webhooks.detail.actions.deactivate": "Deactivate",
|
|
30
30
|
"webhooks.detail.actions.rotateSecret": "Rotate Secret",
|
|
31
31
|
"webhooks.detail.actions.test": "Send Test",
|
|
32
|
+
"webhooks.detail.backToList": "Wróć do webhooków",
|
|
32
33
|
"webhooks.detail.consecutiveFailures": "Consecutive Failures",
|
|
33
34
|
"webhooks.detail.deliveryTip": "Start with a test delivery before enabling a broad event pattern. The delivery log below shows exactly what your consumer returned.",
|
|
34
35
|
"webhooks.detail.loadError": "Failed to load webhook.",
|