analogger 1.29.2 → 1.29.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -576,8 +576,8 @@ The "Testing log 2" log will not appear in the console or the terminal.
576
576
  ### setDefaultContext()
577
577
 
578
578
 
579
- You can apply a default settings for every output with setDefaultContext
580
-
579
+ You can apply a default settings for every output with setDefaultContext.
580
+ **All contexts inherit from the default context.**
581
581
 
582
582
  ##### Examples
583
583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analogger",
3
- "version": "1.29.2",
3
+ "version": "1.29.3",
4
4
  "description": "Js Logger",
5
5
  "main": "./src/ana-logger.cjs",
6
6
  "module": "./esm/src/ana-logger.mjs",