@kya-os/agentshield-nextjs 0.1.46 → 0.1.47
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/dist/api-client.d.mts +2 -0
- package/dist/api-client.d.ts +2 -0
- package/dist/api-client.js.map +1 -1
- package/dist/api-client.mjs.map +1 -1
- package/dist/api-middleware.js +1 -0
- package/dist/api-middleware.js.map +1 -1
- package/dist/api-middleware.mjs +1 -0
- package/dist/api-middleware.mjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2224,6 +2224,7 @@ function withAgentShield(config = {}) {
|
|
|
2224
2224
|
isAgent: decision.isAgent,
|
|
2225
2225
|
confidence: decision.confidence,
|
|
2226
2226
|
agentName: decision.agentName,
|
|
2227
|
+
detectionMethod: result.data.detection?.detectionMethod || "not-included",
|
|
2227
2228
|
processingTimeMs: Date.now() - startTime
|
|
2228
2229
|
});
|
|
2229
2230
|
}
|