@alterior/logging 3.10.0 → 3.11.0
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/trace.d.ts +2 -2
- package/dist/trace.d.ts.map +1 -1
- package/dist.esm/trace.d.ts +2 -2
- package/dist.esm/trace.d.ts.map +1 -1
- package/package.json +5 -5
package/dist/trace.d.ts
CHANGED
|
@@ -53,9 +53,9 @@ Thing#anotherSomething(12333) {
|
|
|
53
53
|
} // [Done, 6ms] Thing#doSomething({"stuff":321,"other":"nice"}, 12333)
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
|
-
export declare function Trace():
|
|
56
|
+
export declare function Trace(): ClassDecorator & PropertyDecorator & MethodDecorator & ParameterDecorator;
|
|
57
57
|
/**
|
|
58
58
|
* If an exception occurs within the target method, report that exception to the console and rethrow.
|
|
59
59
|
*/
|
|
60
|
-
export declare function ReportExceptionsToConsole():
|
|
60
|
+
export declare function ReportExceptionsToConsole(): ClassDecorator & PropertyDecorator & MethodDecorator & ParameterDecorator;
|
|
61
61
|
//# sourceMappingURL=trace.d.ts.map
|
package/dist/trace.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,wBAAgB,iBAAiB,YAEhC;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAG,OAAO,QAElD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,
|
|
1
|
+
{"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,wBAAgB,iBAAiB,YAEhC;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAG,OAAO,QAElD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,8EA4HpB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,8EAsCxC"}
|
package/dist.esm/trace.d.ts
CHANGED
|
@@ -53,9 +53,9 @@ Thing#anotherSomething(12333) {
|
|
|
53
53
|
} // [Done, 6ms] Thing#doSomething({"stuff":321,"other":"nice"}, 12333)
|
|
54
54
|
* ```
|
|
55
55
|
*/
|
|
56
|
-
export declare function Trace():
|
|
56
|
+
export declare function Trace(): ClassDecorator & PropertyDecorator & MethodDecorator & ParameterDecorator;
|
|
57
57
|
/**
|
|
58
58
|
* If an exception occurs within the target method, report that exception to the console and rethrow.
|
|
59
59
|
*/
|
|
60
|
-
export declare function ReportExceptionsToConsole():
|
|
60
|
+
export declare function ReportExceptionsToConsole(): ClassDecorator & PropertyDecorator & MethodDecorator & ParameterDecorator;
|
|
61
61
|
//# sourceMappingURL=trace.d.ts.map
|
package/dist.esm/trace.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,wBAAgB,iBAAiB,YAEhC;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAG,OAAO,QAElD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,
|
|
1
|
+
{"version":3,"file":"trace.d.ts","sourceRoot":"","sources":["../src/trace.ts"],"names":[],"mappings":"AAAA;;GAEG;AAQH,wBAAgB,iBAAiB,YAEhC;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAG,OAAO,QAElD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiDG;AACH,wBAAgB,KAAK,8EA4HpB;AAED;;GAEG;AACH,wBAAgB,yBAAyB,8EAsCxC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alterior/logging",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "Configurable context-aware logging",
|
|
5
5
|
"author": "The Alterior Project (https://github.com/alterior-mvc)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"docs": "typedoc ."
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@alterior/annotations": "^3.
|
|
41
|
+
"@alterior/annotations": "^3.11.0",
|
|
42
42
|
"@alterior/common": "^3.9.1",
|
|
43
|
-
"@alterior/di": "^3.
|
|
44
|
-
"@alterior/runtime": "^3.
|
|
43
|
+
"@alterior/di": "^3.11.0",
|
|
44
|
+
"@alterior/runtime": "^3.11.0",
|
|
45
45
|
"rxjs": "^7.8.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "56791af5435e3b42333fcc4dfc531437ed980fc3"
|
|
48
48
|
}
|