@hookflo/tern 3.0.11-beta → 3.0.13-beta

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 +3 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hookflo/tern",
3
- "version": "3.0.11-beta",
3
+ "version": "3.0.13-beta",
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",
@@ -50,7 +50,6 @@
50
50
  "@types/node": "20.0.0",
51
51
  "@typescript-eslint/eslint-plugin": "^8.39.0",
52
52
  "@typescript-eslint/parser": "^8.39.0",
53
- "@upstash/qstash": "^2.9.0",
54
53
  "eslint": "^8.57.1",
55
54
  "eslint-config-airbnb-base": "^15.0.0",
56
55
  "eslint-plugin-import": "^2.32.0",
@@ -124,12 +123,7 @@
124
123
  ]
125
124
  }
126
125
  },
127
- "peerDependencies": {
128
- "@upstash/qstash": ">=2.9.0"
129
- },
130
- "peerDependenciesMeta": {
131
- "@upstash/qstash": {
132
- "optional": true
133
- }
126
+ "dependencies": {
127
+ "@upstash/qstash": "^2.9.0"
134
128
  }
135
129
  }