@arkadiuminc/sdk 2.26.1 → 2.26.3

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.
@@ -7,6 +7,7 @@ export interface DebugProvider {
7
7
  sendDebugEvent(type: string, ...args: any[]): void;
8
8
  onDebugEvent?(observer: any): void;
9
9
  }
10
+ export declare function isDebugMode(): boolean;
10
11
  export declare class DebugProviderArena implements DebugProvider {
11
12
  private observers;
12
13
  private isDebug;
@@ -1,4 +1,3 @@
1
- export declare function isDebugMode(): boolean;
2
1
  export declare function initializationLog(name: string, params?: any): void;
3
2
  export declare function rpcRequest(name: string, module: string, parameters: any): void;
4
3
  export declare function rpcResponseSending(name: string, fileName: string, parameters: any, result: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkadiuminc/sdk",
3
- "version": "2.26.1",
3
+ "version": "2.26.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/pkg/arkadium-sdk.umd.js",