@voltro/plugin-webhooks 0.30.2 → 0.32.0

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": "@voltro/plugin-webhooks",
3
- "version": "0.30.2",
3
+ "version": "0.32.0",
4
4
  "description": "Webhooks plugin — first-class outgoing (multi-target, durable-workflow delivery, HMAC signing, retry policies, rate limits) + incoming (signature verification, idempotency, provider templates for Stripe / GitHub / Slack / generic).",
5
5
  "keywords": [
6
6
  "voltro",
@@ -48,12 +48,12 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@effect/workflow": "^0.19.0",
51
- "@voltro/database": "0.30.2",
52
- "@voltro/integration-http": "0.30.2",
53
- "@voltro/logger": "0.30.2",
54
- "@voltro/plugin-multitenancy": "0.30.2",
55
- "@voltro/protocol": "0.30.2",
56
- "@voltro/runtime": "0.30.2"
51
+ "@voltro/database": "0.32.0",
52
+ "@voltro/integration-http": "0.32.0",
53
+ "@voltro/logger": "0.32.0",
54
+ "@voltro/plugin-multitenancy": "0.32.0",
55
+ "@voltro/protocol": "0.32.0",
56
+ "@voltro/runtime": "0.32.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "effect": "^3.22.0"