@genesislcap/foundation-logger 14.172.3 → 14.173.1
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/dist/dts/logger.d.ts
CHANGED
package/dist/dts/logger.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;AAG5D;;;;;;;;;;;GAWG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,cAAc,EAAY,MAAM,SAAS,CAAC;AAG5D;;;;;;;;;;;GAWG;AACH,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,MAAM,WAAW,aAAc,SAAQ,cAAc;CAAG;AAExD;;;;;;;GAOG;AACH,MAAM,WAAW,MAAO,SAAQ,OAAO;IACrC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvF;AAED;;;GAGG;AACH,MAAM,WAAW,MAAO,SAAQ,OAAO;CAAG;AAE1C;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,aAElC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,aAAoC,GAAG,MAAM,CAgBhG"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Consola } from 'consola';
|
|
2
2
|
import { ConsolaOptions } from 'consola';
|
|
3
3
|
import { LogLevel } from 'consola';
|
|
4
|
+
import { logType } from 'consola';
|
|
4
5
|
|
|
5
6
|
/**
|
|
6
7
|
* Creates a logger with the given name and options.
|
|
@@ -80,4 +81,6 @@ export declare interface LoggerOptions extends ConsolaOptions {
|
|
|
80
81
|
|
|
81
82
|
export { LogLevel }
|
|
82
83
|
|
|
84
|
+
export { logType }
|
|
85
|
+
|
|
83
86
|
export { }
|
package/docs/api-report.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
import { Consola } from 'consola';
|
|
8
8
|
import { ConsolaOptions } from 'consola';
|
|
9
9
|
import { LogLevel } from 'consola';
|
|
10
|
+
import { logType } from 'consola';
|
|
10
11
|
|
|
11
12
|
// @public
|
|
12
13
|
export function createLogger(name: string, options?: LoggerOptions): Logger;
|
|
@@ -29,6 +30,8 @@ export interface LoggerOptions extends ConsolaOptions {
|
|
|
29
30
|
|
|
30
31
|
export { LogLevel }
|
|
31
32
|
|
|
33
|
+
export { logType }
|
|
34
|
+
|
|
32
35
|
// (No @packageDocumentation comment for this package)
|
|
33
36
|
|
|
34
37
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-logger",
|
|
3
3
|
"description": "Genesis Foundation Logger",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.173.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "f5103964572a3612e77c069dd8b41cec6980d89f"
|
|
35
35
|
}
|