@invect/webhooks 0.1.1 → 0.1.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@invect/webhooks",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Webhook trigger plugin for Invect — adds webhook management, ingestion, signature verification, and a dedicated webhooks UI page",
5
5
  "main": "dist/backend/index.cjs",
6
6
  "module": "dist/backend/index.mjs",
@@ -19,10 +19,10 @@
19
19
  "author": "Invect Team",
20
20
  "license": "MIT",
21
21
  "dependencies": {
22
- "@invect/core": "0.1.2"
22
+ "@invect/core": "0.1.4"
23
23
  },
24
24
  "peerDependencies": {
25
- "@invect/frontend": ">=0.1.1",
25
+ "@invect/frontend": ">=0.1.3",
26
26
  "react": ">=18.0.0",
27
27
  "react-dom": ">=18.0.0",
28
28
  "react-router": ">=7.0.0",
@@ -53,7 +53,7 @@
53
53
  "lucide-react": "^0.475.0",
54
54
  "tsdown": "^0.21.1",
55
55
  "typescript": "^5.3.3",
56
- "@invect/frontend": "0.1.1"
56
+ "@invect/frontend": "0.1.3"
57
57
  },
58
58
  "exports": {
59
59
  ".": {