@10x-media/webhooks 0.1.0-beta.2 → 0.1.0-beta.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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @10x-media/webhooks
2
2
 
3
+ ## 0.1.0-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Correct `payload` and `@payloadcms/ui` peer ranges to `^3.83.0`. The plugin uses `definePlugin`, which shipped in Payload 3.83.0, so 3.82.x installs satisfied the old range but failed at import.
8
+
3
9
  ## 0.1.0-beta.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@10x-media/webhooks",
3
- "version": "0.1.0-beta.2",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "Outbound webhook subscriptions for Payload v3",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -50,8 +50,8 @@
50
50
  "LICENSE"
51
51
  ],
52
52
  "peerDependencies": {
53
- "@payloadcms/ui": "^3.82.0",
54
- "payload": "^3.82.0",
53
+ "@payloadcms/ui": "^3.83.0",
54
+ "payload": "^3.83.0",
55
55
  "react": "^19.0.0",
56
56
  "react-dom": "^19.0.0"
57
57
  },
@@ -70,10 +70,10 @@
70
70
  "tsdown": "0.22.1",
71
71
  "typescript": "5.9.3",
72
72
  "vitest": "4.1.7",
73
+ "@10x-media/payload-test-harness": "0.0.0",
73
74
  "@10x-media/tsconfig": "0.0.0",
74
- "@10x-media/tsdown-config": "0.0.0",
75
75
  "@10x-media/vitest-config": "0.0.0",
76
- "@10x-media/payload-test-harness": "0.0.0"
76
+ "@10x-media/tsdown-config": "0.0.0"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public"