mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Set logger outside
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.12.15",
|
||||
"version": "0.12.16",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/esm/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
|
||||
@@ -158,7 +158,7 @@ class OrionAggregatorWS {
|
||||
|
||||
public onError?: (err: string) => void;
|
||||
|
||||
private logger?: (message: string) => void;
|
||||
public logger?: (message: string) => void;
|
||||
|
||||
private readonly wsUrl: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user