@drift-labs/sdk 2.49.0-beta.1 → 2.49.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.49.0-beta.1
1
+ 2.49.0-beta.2
@@ -89,6 +89,7 @@ class EventSubscriber {
89
89
  }
90
90
  if (!this.lastSeenSlot || slot > this.lastSeenSlot) {
91
91
  this.lastSeenTxSig = txSig;
92
+ this.lastSeenSlot = slot;
92
93
  }
93
94
  if (this.lastSeenBlockTime === undefined ||
94
95
  mostRecentBlockTime > this.lastSeenBlockTime) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drift-labs/sdk",
3
- "version": "2.49.0-beta.1",
3
+ "version": "2.49.0-beta.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "author": "crispheaney",
@@ -159,6 +159,7 @@ export class EventSubscriber {
159
159
 
160
160
  if (!this.lastSeenSlot || slot > this.lastSeenSlot) {
161
161
  this.lastSeenTxSig = txSig;
162
+ this.lastSeenSlot = slot;
162
163
  }
163
164
 
164
165
  if (