@travetto/log 3.0.0-rc.11 → 3.0.0-rc.12

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -36,7 +36,7 @@ The corresponding output would be
36
36
 
37
37
  **Terminal: Logging output**
38
38
  ```bash
39
- $ trv main support/main.output.ts
39
+ $ trv main doc/output-run.ts
40
40
 
41
41
  2029-03-14T04:00:00.618Z info [@travetto/log:doc/output.ts:2] Hello World
42
42
  2029-03-14T04:00:00.837Z info [@travetto/log:doc/output.ts:4] Woah! {
@@ -44,5 +44,4 @@ $ trv main support/main.output.ts
44
44
  }
45
45
  2029-03-14T04:00:01.510Z info [@travetto/log:doc/output.ts:6] Woah!
46
46
  2029-03-14T04:00:02.450Z debug [@travetto/log:doc/output.ts:8] Test
47
- 
48
47
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/log",
3
- "version": "3.0.0-rc.11",
3
+ "version": "3.0.0-rc.12",
4
4
  "description": "Logging framework that integrates at the console.log level.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -23,9 +23,9 @@
23
23
  "directory": "module/log"
24
24
  },
25
25
  "dependencies": {
26
- "@travetto/config": "^3.0.0-rc.10",
27
- "@travetto/di": "^3.0.0-rc.10",
28
- "@travetto/terminal": "^3.0.0-rc.5"
26
+ "@travetto/config": "^3.0.0-rc.11",
27
+ "@travetto/di": "^3.0.0-rc.11",
28
+ "@travetto/terminal": "^3.0.0-rc.6"
29
29
  },
30
30
  "travetto": {
31
31
  "displayName": "Logging"