@webpieces/bunyan 0.4.759 → 0.4.761

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 +3 -3
package/README.md CHANGED
@@ -33,7 +33,7 @@ const loggerFactory = process.env.K_SERVICE
33
33
  // setupRuntime(new RuntimeSetupOptions('my-service', '2.1.0', 'deployed', loggerFactory, ...)),
34
34
  // which calls ServiceInfo.setInfo(...), RuntimeLocality.declare(...), HeaderRegistry.configure(...)
35
35
  // then LogManager.setFactory(loggerFactory) for you. The 3rd argument is WHERE this process runs
36
- // ('local' | 'deployed'); it decides whether @AuthLocalOnly endpoints exist, and it is required so
36
+ // ('local' | 'deployed'); it decides whether @WpAuthLocalOnly endpoints exist, and it is required so
37
37
  // no server can boot without saying.
38
38
  ```
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webpieces/bunyan",
3
- "version": "0.4.759",
3
+ "version": "0.4.761",
4
4
  "description": "Node-only bunyan LoggerFactory backends for webpieces: Console (local pretty) + GCP (@google-cloud/logging-bunyan), auto-enriched with HeaderRegistry context keys",
5
5
  "type": "commonjs",
6
6
  "main": "./src/index.js",
@@ -23,8 +23,8 @@
23
23
  "access": "public"
24
24
  },
25
25
  "dependencies": {
26
- "@webpieces/core-util": "0.4.759",
27
- "@webpieces/core-context": "0.4.759",
26
+ "@webpieces/core-util": "0.4.761",
27
+ "@webpieces/core-context": "0.4.761",
28
28
  "bunyan": "1.8.15",
29
29
  "@google-cloud/logging-bunyan": "5.1.0",
30
30
  "@types/bunyan": "1.8.11"