winston-prisma 1.1.9 → 1.2.2
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/index.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ declare namespace winston {
|
|
|
19
19
|
export import config = Config;
|
|
20
20
|
export import transports = Transports;
|
|
21
21
|
export import transport = Transport;
|
|
22
|
-
export import
|
|
22
|
+
export import prismalogger = Prisma;
|
|
23
23
|
class ExceptionHandler {
|
|
24
24
|
constructor(logger: Logger);
|
|
25
25
|
logger: Logger;
|
package/package.json
CHANGED