@hookflo/tern 2.2.3 → 2.2.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.
@@ -109,7 +109,6 @@ exports.platformAlgorithmConfigs = {
109
109
  signatureFormat: 'v1={signature}',
110
110
  payloadFormat: '{id}.{timestamp}.{body}',
111
111
  encoding: 'base64',
112
- secretEncoding: 'base64',
113
112
  idHeader: 'webhook-id',
114
113
  },
115
114
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hookflo/tern",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "A robust, scalable webhook verification framework supporting multiple platforms and signature algorithms",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",