@helium/account-fetch-cache
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -310,2 +310,3 @@ "use strict"; | ||
keys.forEach((key, index) => { | ||
this.statics.add(key); | ||
if (searched.has(key)) { | ||
@@ -312,0 +313,0 @@ const item = array[index]; |
@@ -289,2 +289,3 @@ import { Connection, PublicKey, Transaction, } from "@solana/web3.js"; | ||
keys.forEach((key, index) => { | ||
this.statics.add(key); | ||
if (searched.has(key)) { | ||
@@ -291,0 +292,0 @@ const item = array[index]; |
{ | ||
"name": "@helium/account-fetch-cache", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Solana account fetch cache to eliminate reduntant fetching, and batch fetches", | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "15b399179844106f6da1e0b85a11ad5cca89377f" | ||
"gitHead": "c42716da4d2ba04f048a371568440fea45b9e3c5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141522
1211