Skip to content

Commit

Permalink
1.5.1: fix reseting request cache in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Jul 15, 2021
1 parent 674d6ad commit af534fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depay-blockchain-token",
"moduleName": "BlockchainToken",
"version": "1.5.0",
"version": "1.5.1",
"description": "JavaScript library providing basic functionalities to work with tokens.",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"homepage": "https://github.com/DePayFi/depay-blockchain-token#readme",
"private": false,
"dependencies": {
"depay-blockchain-client": "^2.3.0",
"depay-blockchain-client": "^2.3.1",
"depay-blockchain-constants": "^1.4.0",
"depay-crypto-wallets": "^2.4.0",
"ethers": "^5.3.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2963,10 +2963,10 @@ delayed-stream@~1.0.0:
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=

depay-blockchain-client@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/depay-blockchain-client/-/depay-blockchain-client-2.3.0.tgz#f72deef37d4a553b57492bf8209c09c5fec083cb"
integrity sha512-mZK7sp4XjWTUrNujZmYwjbQR2RvYerVp7LP+OQSD90rBxfVr/QflC3leJ58RE8aBtPqKAVKmzv1Betw5WpV3ug==
depay-blockchain-client@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/depay-blockchain-client/-/depay-blockchain-client-2.3.1.tgz#45a61bf25332aacc8c20d687ceb5c96c4202fedb"
integrity sha512-XPtdTDRb50aPiHFK644cj21nLvfeh/t4J0SvAQoxD6bg95FTtKTra6gtkyJKXMFbo9HVEg1yEdNRvAD/ZskRcg==
dependencies:
depay-crypto-wallets "^2.4.0"
ethers "^5.3.1"
Expand Down

0 comments on commit af534fb

Please sign in to comment.