nestjs-bugsnag
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { DynamicModule, FactoryProvider, ModuleMetadata } from '@nestjs/common'; | ||
import { DynamicModule, FactoryProvider } from '@nestjs/common'; | ||
import { Config } from '@bugsnag/js'; | ||
@@ -7,2 +7,2 @@ export declare class BugsnagModule { | ||
} | ||
export declare type AsyncFactoryProvider<T> = Required<Pick<FactoryProvider<T>, 'useFactory' | 'inject'> & Pick<ModuleMetadata, 'imports'>>; | ||
export declare type AsyncFactoryProvider<T> = Pick<FactoryProvider<T>, 'useFactory' | 'inject'>; |
@@ -40,3 +40,2 @@ "use strict"; | ||
module: BugsnagModule_1, | ||
imports: options.imports, | ||
providers: [ | ||
@@ -43,0 +42,0 @@ { |
import { Client } from '@bugsnag/js'; | ||
export declare class BugsnagService extends Client { | ||
constructor(); | ||
} |
@@ -6,6 +6,3 @@ "use strict"; | ||
class BugsnagService extends js_1.Client { | ||
constructor() { | ||
super(); | ||
} | ||
} | ||
exports.BugsnagService = BugsnagService; |
{ | ||
"name": "nestjs-bugsnag", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "A bugsnag library wrapper for nestjs", | ||
@@ -29,7 +29,7 @@ "author": "dcampagnola", | ||
"peerDependencies": { | ||
"@bugsnag/js": "^7.16.0", | ||
"@nestjs/common": "^8.0.0", | ||
"@nestjs/core": "^8.0.0", | ||
"@bugsnag/js": "^7.16.7", | ||
"@nestjs/common": "^8.4.6", | ||
"@nestjs/core": "^8.4.6", | ||
"reflect-metadata": "^0.1.13", | ||
"rxjs": "^7.2.0" | ||
"rxjs": "^7.5.5" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94283
494.51%19
11.76%102
-4.67%