@mindignited/continuum-client 3.0.0-beta.0 → 3.0.0-beta.1

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.
@@ -21,6 +21,7 @@ export declare class ServiceRegistry implements IServiceRegistry {
21
21
  private _eventBus;
22
22
  private supervisors;
23
23
  private contextInterceptor;
24
+ private debugLogger;
24
25
  constructor(eventBus: IEventBus);
25
26
  set eventBus(eventBus: IEventBus);
26
27
  get eventBus(): IEventBus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindignited/continuum-client",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.0-beta.1",
4
4
  "author": "Mind Ignited <develop@mindignited.com>",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",