@spinajs/log-common 1.2.30 → 1.2.49
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/lib/index.d.ts +2 -2
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -40,12 +40,12 @@ export interface ILogRule {
|
|
|
40
40
|
export interface ITargetsOption {
|
|
41
41
|
name: string;
|
|
42
42
|
type: string;
|
|
43
|
-
options
|
|
43
|
+
options?: ICommonTargetOptions;
|
|
44
44
|
}
|
|
45
45
|
export interface ILogOptions {
|
|
46
46
|
targets: ITargetsOption[];
|
|
47
47
|
rules: ILogRule[];
|
|
48
|
-
variables
|
|
48
|
+
variables?: Record<string, unknown>;
|
|
49
49
|
}
|
|
50
50
|
export interface ICommonTargetOptions {
|
|
51
51
|
/**
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.2.
|
|
2
|
+
"version": "1.2.49",
|
|
3
3
|
"description": "Log lib for all spinejs related libs",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"private": false,
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"bugs": {
|
|
40
40
|
"url": "https://github.com/spinajs/main/issues"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b99fad4bd66e441a62707c689e96d94ebeb483ad"
|
|
43
43
|
}
|