@xylabs/logger 4.13.21 → 4.13.22

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  XYLabs Logger Library
17
17
 
18
- ## API Documentation
18
+ ## Reference
19
19
 
20
20
  **@xylabs/logger**
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/logger",
3
- "version": "4.13.21",
3
+ "version": "4.13.22",
4
4
  "description": "XYLabs Logger Library",
5
5
  "keywords": [
6
6
  "logger",
@@ -42,12 +42,12 @@
42
42
  "src"
43
43
  ],
44
44
  "dependencies": {
45
- "@xylabs/enum": "^4.13.21",
46
- "@xylabs/error": "^4.13.21",
47
- "@xylabs/typeof": "^4.13.21"
45
+ "@xylabs/enum": "^4.13.22",
46
+ "@xylabs/error": "^4.13.22",
47
+ "@xylabs/typeof": "^4.13.22"
48
48
  },
49
49
  "devDependencies": {
50
- "@types/node": "^24.0.14",
50
+ "@types/node": "^24.0.15",
51
51
  "@xylabs/ts-scripts-yarn3": "^7.0.0",
52
52
  "@xylabs/tsconfig": "^7.0.0",
53
53
  "typescript": "^5.8.3",