RubyGems
npm
Organizations
Log in
Sign up
npm
@haven-fi/solauto-sdk
Versions diffs
1.0.267 → 1.0.268
@haven-fi/solauto-sdk 1.0.267 → 1.0.268
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/transactions/transactionsManager.js
+1
-1
package/package.json
+1
-1
package/src/transactions/transactionsManager.ts
+1
-1
package/dist/transactions/transactionsManager.js
CHANGED
Viewed
@@ -351,7 +351,7 @@ class TransactionsManager {
351
351
// status: TransactionStatus.Queued,
352
352
// }))
353
353
// );
354
-
this.updateStatusForSets(newItemSets);
354
+
this.updateStatusForSets(newItemSets
.slice(1
)
)
;
355
355
}
356
356
return newItemSets[0];
357
357
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@haven-fi/solauto-sdk",
3
-
"version": "1.0.
267
",
3
+
"version": "1.0.
268
",
4
4
"main": "dist/index.js",
5
5
"types": "dist/index.d.ts",
6
6
"description": "Typescript SDK for the Solauto program on the Solana blockchain",
package/src/transactions/transactionsManager.ts
CHANGED
Viewed
@@ -541,7 +541,7 @@ export class TransactionsManager {
541
541
// status: TransactionStatus.Queued,
542
542
// }))
543
543
// );
544
-
this.updateStatusForSets(newItemSets);
544
+
this.updateStatusForSets(newItemSets
.slice(1
)
)
;
545
545
}
546
546
547
547
return newItemSets[0];