local-risk-alert-feed 0.2.0 → 0.2.2

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 +1 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-risk-alert-feed",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "TypeScript library for aggregating local risk alerts from multiple data sources via a plugin system",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -79,22 +79,6 @@
79
79
  "dependencies": {
80
80
  "zod": "^3.25.76"
81
81
  },
82
- "peerDependencies": {
83
- "@aws-sdk/client-dynamodb": "^3.0.0",
84
- "@aws-sdk/lib-dynamodb": "^3.0.0",
85
- "@vercel/kv": "^1.0.0"
86
- },
87
- "peerDependenciesMeta": {
88
- "@aws-sdk/client-dynamodb": {
89
- "optional": true
90
- },
91
- "@aws-sdk/lib-dynamodb": {
92
- "optional": true
93
- },
94
- "@vercel/kv": {
95
- "optional": true
96
- }
97
- },
98
82
  "devDependencies": {
99
83
  "@types/aws-lambda": "^8.10.131",
100
84
  "@types/node": "^20.19.30",