@rawnodes/logger 2.6.0 → 2.7.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": "@rawnodes/logger",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "High-performance Pino-based logger with AsyncLocalStorage context, O(1) level rules, and timing utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -59,7 +59,16 @@
59
59
  "rotating-file-stream": "^3.2.7",
60
60
  "zod": "^4.2.1"
61
61
  },
62
+ "peerDependencies": {
63
+ "axios": ">=1.0.0"
64
+ },
65
+ "peerDependenciesMeta": {
66
+ "axios": {
67
+ "optional": true
68
+ }
69
+ },
62
70
  "devDependencies": {
71
+ "axios": "^1.9.0",
63
72
  "@semantic-release/changelog": "^6.0.3",
64
73
  "@semantic-release/git": "^10.0.1",
65
74
  "@semantic-release/npm": "^13.1.3",