Comparing version 6.13.3 to 6.14.0
{ | ||
"name": "ngx-mqtt", | ||
"version": "6.13.3", | ||
"version": "6.14.0", | ||
"description": "ngx mqtt client library", | ||
@@ -5,0 +5,0 @@ "main": "bundles/ngx-mqtt.min.js", |
@@ -7,3 +7,3 @@ import { ModuleWithProviders, InjectionToken } from '@angular/core'; | ||
export declare class MqttModule { | ||
static forRoot(config: IMqttServiceOptions, client?: IMqttClient): ModuleWithProviders; | ||
static forRoot(config: IMqttServiceOptions, client?: IMqttClient): ModuleWithProviders<MqttModule>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
525336
33