feat: 2.1.1
This commit is contained in:
parent
21d3b27109
commit
2095a763a9
2
dist/lib/index.d.ts
vendored
2
dist/lib/index.d.ts
vendored
@ -1,3 +1,3 @@
|
||||
export { LoggedRoute, LoggedFunction, LoggedController, LoggedInjectable, } from "./logged";
|
||||
export { ScopedLogger } from "./logger";
|
||||
export { InjectLogger, LoggedParam, ScopeKey, ShouldScoped } from "./reflected";
|
||||
export { InjectLogger, LoggedParam, ScopeKey, ShouldScoped, Returns } from "./reflected";
|
||||
|
3
dist/lib/index.js
vendored
3
dist/lib/index.js
vendored
@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ShouldScoped = exports.ScopeKey = exports.LoggedParam = exports.InjectLogger = exports.ScopedLogger = exports.LoggedInjectable = exports.LoggedController = exports.LoggedFunction = exports.LoggedRoute = void 0;
|
||||
exports.Returns = exports.ShouldScoped = exports.ScopeKey = exports.LoggedParam = exports.InjectLogger = exports.ScopedLogger = exports.LoggedInjectable = exports.LoggedController = exports.LoggedFunction = exports.LoggedRoute = void 0;
|
||||
var logged_1 = require("./logged");
|
||||
Object.defineProperty(exports, "LoggedRoute", { enumerable: true, get: function () { return logged_1.LoggedRoute; } });
|
||||
Object.defineProperty(exports, "LoggedFunction", { enumerable: true, get: function () { return logged_1.LoggedFunction; } });
|
||||
@ -13,3 +13,4 @@ Object.defineProperty(exports, "InjectLogger", { enumerable: true, get: function
|
||||
Object.defineProperty(exports, "LoggedParam", { enumerable: true, get: function () { return reflected_1.LoggedParam; } });
|
||||
Object.defineProperty(exports, "ScopeKey", { enumerable: true, get: function () { return reflected_1.ScopeKey; } });
|
||||
Object.defineProperty(exports, "ShouldScoped", { enumerable: true, get: function () { return reflected_1.ShouldScoped; } });
|
||||
Object.defineProperty(exports, "Returns", { enumerable: true, get: function () { return reflected_1.Returns; } });
|
||||
|
@ -5,4 +5,4 @@ export {
|
||||
LoggedInjectable,
|
||||
} from "./logged";
|
||||
export { ScopedLogger } from "./logger";
|
||||
export { InjectLogger, LoggedParam, ScopeKey, ShouldScoped } from "./reflected";
|
||||
export { InjectLogger, LoggedParam, ScopeKey, ShouldScoped, Returns } from "./reflected";
|
||||
|
Loading…
x
Reference in New Issue
Block a user