@kya-os/agentshield-nextjs 0.1.43 → 0.1.45

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/agentshield-nextjs",
3
- "version": "0.1.43",
3
+ "version": "0.1.45",
4
4
  "description": "Next.js middleware for AgentShield AI agent detection",
5
5
  "keywords": [
6
6
  "nextjs",
@@ -107,7 +107,13 @@
107
107
  },
108
108
  "peerDependencies": {
109
109
  "next": ">=13.0.0",
110
- "react": ">=18.0.0"
110
+ "react": ">=18.0.0",
111
+ "@upstash/redis": ">=1.0.0"
112
+ },
113
+ "peerDependenciesMeta": {
114
+ "@upstash/redis": {
115
+ "optional": true
116
+ }
111
117
  },
112
118
  "publishConfig": {
113
119
  "access": "public"
@@ -116,9 +122,9 @@
116
122
  "dependencies": {
117
123
  "@noble/ed25519": "^2.2.3",
118
124
  "@noble/hashes": "^2.0.1",
125
+ "@kya-os/agentshield": "0.1.40",
119
126
  "@kya-os/agentshield-shared": "0.2.1",
120
- "@kya-os/agentshield-wasm-runtime": "0.1.0",
121
- "@kya-os/agentshield": "0.1.40"
127
+ "@kya-os/agentshield-wasm-runtime": "0.1.0"
122
128
  },
123
129
  "scripts": {
124
130
  "build": "tsup",