@travetto/log 2.0.3 → 2.1.0
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.
- package/README.md +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -121,8 +121,8 @@ The corresponding output would be
|
|
|
121
121
|
```bash
|
|
122
122
|
$ node @travetto/base/bin/main ./doc/output.ts
|
|
123
123
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
124
|
+
2022-03-14T04:00:00.618Z info [@trv:log/doc/output:2] Hello World
|
|
125
|
+
2022-03-14T04:00:00.837Z info [@trv:log/doc/output:4] Woah! {
|
|
126
|
+
2022-03-14T04:00:01.510Z info [@trv:log/doc/output:6] Woah!
|
|
127
|
+
2022-03-14T04:00:02.450Z debug [@trv:log/doc/output:8] Test
|
|
128
128
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/log",
|
|
3
3
|
"displayName": "Logging",
|
|
4
|
-
"version": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"description": "Logging framework that integrates at the console.log level.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"typescript",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"directory": "module/log"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/base": "^2.0
|
|
31
|
-
"@travetto/transformer": "^2.0
|
|
30
|
+
"@travetto/base": "^2.1.0",
|
|
31
|
+
"@travetto/transformer": "^2.1.0"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|