@end-close/relay 0.12.0 → 0.12.4

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 +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@end-close/relay",
3
- "version": "0.12.0",
3
+ "version": "0.12.4",
4
4
  "description": "Embeddable store-and-forward engine for delivering payment-processor webhooks to End Close: verify, buffer durably, map through an explicit allowlist, forward with retries and idempotency.",
5
5
  "keywords": [
6
6
  "endclose",
@@ -38,8 +38,7 @@
38
38
  "COMPATIBILITY.md"
39
39
  ],
40
40
  "publishConfig": {
41
- "access": "public",
42
- "provenance": true
41
+ "access": "public"
43
42
  },
44
43
  "engines": {
45
44
  "node": ">=22.12"