@bulletxyz/bullet-sdk 0.17.5-rc.0 → 0.17.5-rc.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.
@@ -9494,6 +9494,7 @@ export {
9494
9494
  BaseResponseSchemas,
9495
9495
  BulletError,
9496
9496
  Client,
9497
+ Connection,
9497
9498
  EquityType,
9498
9499
  ExchangeConnection,
9499
9500
  GLOBAL_DEFAULT_MAX_LEVERAGE,
@@ -9561,6 +9561,7 @@ export {
9561
9561
  BaseResponseSchemas,
9562
9562
  BulletError,
9563
9563
  Client,
9564
+ Connection,
9564
9565
  EquityType,
9565
9566
  ExchangeConnection,
9566
9567
  GLOBAL_DEFAULT_MAX_LEVERAGE,
@@ -10,3 +10,4 @@ export * from "./constants";
10
10
  export * from "./calc";
11
11
  export * from "./error";
12
12
  export { Wallet } from "./wallet";
13
+ export { Connection } from "./connection";
@@ -11,3 +11,4 @@ export * from "./constants";
11
11
  export * from "./wallet/nodeWallet";
12
12
  export * from "./calc";
13
13
  export * from "./error";
14
+ export { Connection } from "./connection";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.17.5-rc.0",
7
+ "version": "0.17.5-rc.1",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",