@drift-labs/sdk-browser 2.105.0-beta.1 → 2.105.0-beta.2

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.105.0-beta.1
1
+ 2.105.0-beta.2
@@ -244,7 +244,6 @@ class PollingDriftClientAccountSubscriber {
244
244
  this.accountsToPoll.clear();
245
245
  this.oraclesToPoll.clear();
246
246
  this.isSubscribed = false;
247
- this.accountLoader.accountsToLoad = new Map();
248
247
  }
249
248
  async addSpotMarket(marketIndex) {
250
249
  const marketPublicKey = await (0, pda_1.getSpotMarketPublicKey)(this.program.programId, marketIndex);
@@ -244,7 +244,6 @@ class PollingDriftClientAccountSubscriber {
244
244
  this.accountsToPoll.clear();
245
245
  this.oraclesToPoll.clear();
246
246
  this.isSubscribed = false;
247
- this.accountLoader.accountsToLoad = new Map();
248
247
  }
249
248
  async addSpotMarket(marketIndex) {
250
249
  const marketPublicKey = await (0, pda_1.getSpotMarketPublicKey)(this.program.programId, marketIndex);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk-browser",
3
- "version": "2.105.0-beta.1",
3
+ "version": "2.105.0-beta.2",
4
4
  "main": "lib/node/index.js",
5
5
  "types": "lib/node/index.d.ts",
6
6
  "browser": "./lib/browser/index.js",
@@ -402,7 +402,6 @@ export class PollingDriftClientAccountSubscriber
402
402
  this.accountsToPoll.clear();
403
403
  this.oraclesToPoll.clear();
404
404
  this.isSubscribed = false;
405
- this.accountLoader.accountsToLoad = new Map();
406
405
  }
407
406
 
408
407
  async addSpotMarket(marketIndex: number): Promise<boolean> {