@allbridge/bridge-core-sdk 3.18.0-beta.6 → 3.19.0

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.
@@ -96,6 +96,7 @@ export interface TransferStatusResponse {
96
96
  signaturesNeeded: number;
97
97
  send: BridgeTransaction;
98
98
  receive?: BridgeTransaction;
99
+ responseTime?: number;
99
100
  }
100
101
  export interface BridgeTransaction {
101
102
  txId: string;
@@ -1 +1 @@
1
- export declare const VERSION = "3.18.0-beta.6";
1
+ export declare const VERSION = "3.19.0";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = "3.18.0-beta.6";
4
+ exports.VERSION = "3.19.0";
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,eAAe,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allbridge/bridge-core-sdk",
3
- "version": "3.18.0-beta.6",
3
+ "version": "3.19.0",
4
4
  "main": "./dist/cjs/index.js",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/src/index.d.ts",