analogger 1.30.3 → 1.30.4

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
@@ -131,8 +131,8 @@ console.log("something");
131
131
  <br/>
132
132
 
133
133
  ### Generate another AnaLogger instance
134
- If you want to have different logger for with different purposes, you can create multiple instances.
135
- You may want to have a looger that writes to a file specific information, while another one sends its logs to a remote server.
134
+ If you want to have different logger with different purposes, you can create multiple instances.
135
+ You may want to have a logger that writes to a file specific information, while another one sends its logs to a remote server for instance.
136
136
 
137
137
  ```javascript
138
138
  // Get the class first
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analogger",
3
- "version": "1.30.3",
3
+ "version": "1.30.4",
4
4
  "description": "Js Logger",
5
5
  "main": "./src/ana-logger.cjs",
6
6
  "module": "./esm/src/ana-logger.mjs",