@travetto/log 5.0.2 → 5.0.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.
package/__index__.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference path="./src/trv.d.ts" />
1
+ import type { } from './src/trv';
2
2
  export * from './src/service';
3
3
  export * from './src/formatter/json';
4
4
  export * from './src/formatter/line';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/log",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
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": "^5.0.2",
27
- "@travetto/di": "^5.0.2",
28
- "@travetto/terminal": "^5.0.2"
26
+ "@travetto/config": "^5.0.4",
27
+ "@travetto/di": "^5.0.4",
28
+ "@travetto/terminal": "^5.0.4"
29
29
  },
30
30
  "travetto": {
31
31
  "displayName": "Logging"
package/src/trv.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import '@travetto/runtime';
2
2
 
3
- declare global {
4
- interface TravettoEnv {
3
+ declare module '@travetto/runtime' {
4
+ interface EnvData {
5
5
  /**
6
6
  * Determines whether or not to augment console log information
7
7
  * @default false