@genesislcap/foundation-logger 14.303.0 → 14.303.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/package.json +2 -2
- package/docs/api-report.md +0 -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.303.
|
|
4
|
+
"version": "14.303.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f1685d21651cfe332605360143595a9bb603b129"
|
|
36
36
|
}
|
package/docs/api-report.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/foundation-logger"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { Consola } from 'consola';
|
|
8
|
-
import { ConsolaOptions } from 'consola';
|
|
9
|
-
import { LogLevel } from 'consola';
|
|
10
|
-
import { logType } from 'consola';
|
|
11
|
-
|
|
12
|
-
// @public
|
|
13
|
-
export function createLogger(name: string, options?: LoggerOptions): Logger;
|
|
14
|
-
|
|
15
|
-
// @public
|
|
16
|
-
export const defaultLoggerOptions: LoggerOptions;
|
|
17
|
-
|
|
18
|
-
// @public
|
|
19
|
-
export interface Logger extends Consola {
|
|
20
|
-
deprecated(symbol: string, instruction?: string, removalVersionTarget?: string): void;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// @public
|
|
24
|
-
export interface Logger extends Consola {
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
// @public
|
|
28
|
-
export interface LoggerOptions extends ConsolaOptions {
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export { LogLevel }
|
|
32
|
-
|
|
33
|
-
export { logType }
|
|
34
|
-
|
|
35
|
-
// (No @packageDocumentation comment for this package)
|
|
36
|
-
|
|
37
|
-
```
|