securenow 8.4.0 → 8.6.0

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": "securenow",
3
- "version": "8.4.0",
3
+ "version": "8.6.0",
4
4
  "description": "OpenTelemetry instrumentation for Node.js, Next.js, and Nuxt - Send traces and logs to any OTLP-compatible backend",
5
5
  "type": "commonjs",
6
6
  "main": "register.js",
@@ -87,6 +87,9 @@
87
87
  "./firewall": {
88
88
  "default": "./firewall.js"
89
89
  },
90
+ "./challenge": {
91
+ "default": "./challenge.js"
92
+ },
90
93
  "./rate-limits": {
91
94
  "types": "./rate-limits.d.ts",
92
95
  "default": "./rate-limits.js"
@@ -144,6 +147,7 @@
144
147
  "resolve-ip.js",
145
148
  "cidr.js",
146
149
  "firewall.js",
150
+ "challenge.js",
147
151
  "otel-defaults.js",
148
152
  "rate-limits.js",
149
153
  "rate-limits.d.ts",