@bettercorp/service-base
Advanced tools
Comparing version 8.5.59 to 8.5.60
@@ -26,3 +26,3 @@ import { ServiceEventsBase } from "../interfaces"; | ||
} | ||
export declare class BSBServiceRef extends BSBService<null> { | ||
export declare class BSBServiceRef extends BSBService<any> { | ||
static PLUGIN_NAME: string; | ||
@@ -29,0 +29,0 @@ methods: {}; |
@@ -7,3 +7,2 @@ "use strict"; | ||
static PLUGIN_NAME; | ||
_virtual_internal_events = {}; | ||
events; | ||
@@ -10,0 +9,0 @@ _clients = []; |
@@ -18,3 +18,3 @@ import { IPluginLogger, DynamicallyReferencedMethodCallable } from "../interfaces"; | ||
} | ||
export declare class ServiceClient<Service extends BSBService, ServiceT extends typeof BSBServiceRef = any> extends BSBServiceClient<Service> { | ||
export declare class ServiceClient<Service extends BSBService<any>, ServiceT extends typeof BSBServiceRef = any> extends BSBServiceClient<Service> { | ||
readonly pluginName: string; | ||
@@ -21,0 +21,0 @@ readonly initBeforePlugins?: Array<string>; |
@@ -31,3 +31,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "8.5.59", | ||
"version": "8.5.60", | ||
"bsb_project": true, | ||
@@ -34,0 +34,0 @@ "bsbInit": { |
Sorry, the diff of this file is not supported yet
400358
4989