@simplr-ai/express 1.1.1 → 1.1.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplr-ai/express",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Drop-in server middleware for Express, Fastify, Hono, and Next.js that auto-runs Simplr fraud/identity checks and ingests edge logs per request. Built on @simplr-ai/node.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -64,7 +64,7 @@
64
64
  "test": "vitest run"
65
65
  },
66
66
  "dependencies": {
67
- "@simplr-ai/node": "1.2.1"
67
+ "@simplr-ai/node": "1.2.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "express": ">=4",