@nm-logger/logger 1.1.0 → 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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @ve/logger
1
+ # @nm-logger/logger
2
2
 
3
3
  Daily JSON logger for Node.js / Express APIs with:
4
4
 
@@ -14,7 +14,7 @@ Daily JSON logger for Node.js / Express APIs with:
14
14
  After you publish the package to npm:
15
15
 
16
16
  ```bash
17
- npm install @ve/logger
17
+ npm install @nm-logger/logger
18
18
  ```
19
19
 
20
20
  ---
@@ -54,7 +54,7 @@ Fields:
54
54
  ### 1. Create the logger
55
55
 
56
56
  ```js
57
- const Logger = require("@ve/logger");
57
+ const Logger = require("@nm-logger/logger");
58
58
 
59
59
  const logger = new Logger(
60
60
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nm-logger/logger",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Daily JSON logger with S3 upload queue, correlation IDs, external API logging, and sensitive field masking for Express-based APIs.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -34,4 +34,4 @@
34
34
  "@types/node": "^22.0.0",
35
35
  "typescript": "^5.6.0"
36
36
  }
37
- }
37
+ }