jet-logger 1.2.4 → 1.2.5

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
@@ -40,7 +40,7 @@ param, JetLogger will use node's `util` so that the full object gets printed. Yo
40
40
  use this param, but it is especially useful when debugging errors so that you can print out the full
41
41
  error object and observe the stack trace.<br>
42
42
 
43
- Let's look at some sample code in an express route. Here's a link to a sample-project which displays similiar to what's below (https://github.com/seanpmaxwell/jet-logger-sample).
43
+ Let's look at some sample code in an express route. Here's a link to a sample-project which displays similar to what's below (https://github.com/seanpmaxwell/jet-logger-sample).
44
44
 
45
45
 
46
46
  ````typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jet-logger",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A super quick, easy to setup logging tool for NodeJS/TypeScript.",
5
5
  "main": "./lib/index.js",
6
6
  "typings": "./lib/index.d.ts",