Skip to content

Commit

Permalink
Update entity-invalidator deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deasydoesit committed Nov 9, 2023
1 parent 418082d commit b8b32e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/entity-invalidator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@coral-xyz/anchor": "^0.28.0",
"@helium/account-fetch-cache": "^0.5.0",
"@helium/helium-entity-manager-sdk": "^0.5.0",
"@helium/spl-utils": "^0.5.0",
"@solana/web3.js": "^1.78.4",
"aws-sdk": "^2.1344.0",
"bn.js": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/entity-invalidator/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function run() {
}
}

function delay(ms) {
function delay(ms: number) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

Expand Down
1 change: 1 addition & 0 deletions packages/entity-invalidator/yarn.deploy.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ __metadata:
"@coral-xyz/anchor": ^0.28.0
"@helium/account-fetch-cache": ^0.5.0
"@helium/helium-entity-manager-sdk": ^0.5.0
"@helium/spl-utils": ^0.5.0
"@solana/web3.js": ^1.78.4
"@types/bn.js": ^5.1.1
"@types/deep-equal": ^1.0.1
Expand Down

0 comments on commit b8b32e0

Please sign in to comment.