@drift-labs/sdk-browser 2.110.0-beta.3 → 2.110.0-beta.4

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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.110.0-beta.3
1
+ 2.110.0-beta.4
@@ -125,4 +125,5 @@ export * from './util/chainClock';
125
125
  export * from './util/TransactionConfirmationManager';
126
126
  export * from './clock/clockSubscriber';
127
127
  export * from './math/userStatus';
128
+ export * from './constants/txConstants';
128
129
  export { BN, PublicKey, pyth };
@@ -148,3 +148,4 @@ __exportStar(require("./util/chainClock"), exports);
148
148
  __exportStar(require("./util/TransactionConfirmationManager"), exports);
149
149
  __exportStar(require("./clock/clockSubscriber"), exports);
150
150
  __exportStar(require("./math/userStatus"), exports);
151
+ __exportStar(require("./constants/txConstants"), exports);
@@ -125,4 +125,5 @@ export * from './util/chainClock';
125
125
  export * from './util/TransactionConfirmationManager';
126
126
  export * from './clock/clockSubscriber';
127
127
  export * from './math/userStatus';
128
+ export * from './constants/txConstants';
128
129
  export { BN, PublicKey, pyth };
package/lib/node/index.js CHANGED
@@ -148,3 +148,4 @@ __exportStar(require("./util/chainClock"), exports);
148
148
  __exportStar(require("./util/TransactionConfirmationManager"), exports);
149
149
  __exportStar(require("./clock/clockSubscriber"), exports);
150
150
  __exportStar(require("./math/userStatus"), exports);
151
+ __exportStar(require("./constants/txConstants"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk-browser",
3
- "version": "2.110.0-beta.3",
3
+ "version": "2.110.0-beta.4",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
package/src/index.ts CHANGED
@@ -126,5 +126,6 @@ export * from './util/chainClock';
126
126
  export * from './util/TransactionConfirmationManager';
127
127
  export * from './clock/clockSubscriber';
128
128
  export * from './math/userStatus';
129
+ export * from './constants/txConstants';
129
130
 
130
131
  export { BN, PublicKey, pyth };