@webimpian/log-central-node 1.0.0 → 1.0.1

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 +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ Requires Node.js 18+ (uses global `fetch`) and a Log Central project key — cre
19
19
 
20
20
  ## Usage
21
21
 
22
- ```js
22
+ ```
23
23
  const { LogCentralClient } = require('@webimpian/log-central-node');
24
24
 
25
25
  const logs = new LogCentralClient({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webimpian/log-central-node",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Ship logs and errors from Node.js applications to a Log Central server.",
5
5
  "keywords": [
6
6
  "logging",