Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from CoinAlpha/development
Browse files Browse the repository at this point in the history
release / sync dev 0.3.1 -> master
  • Loading branch information
gyozajiro authored Feb 9, 2021
2 parents 074d5d9 + ec265a5 commit bafbff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway-api",
"version": "0.1.0",
"version": "0.3.1",
"description": "Hummingbot Gateway",
"main": "index.js",
"license": "Apache 2",
Expand All @@ -16,6 +16,7 @@
"@terra-money/terra.js": "^0.5.8",
"@uniswap/sdk": "^3.0.3",
"app-root-path": "^3.0.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.0",
"body-parser": "^1.19.0",
"capture-console": "^1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,13 @@ axios@^0.20.0:
dependencies:
follow-redirects "^1.10.0"

axios@^0.21.1:
version "0.21.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
dependencies:
follow-redirects "^1.10.0"

babel-plugin-dynamic-import-node@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
Expand Down

0 comments on commit bafbff7

Please sign in to comment.