Skip to content

Commit

Permalink
v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Dec 24, 2020
1 parent 48007d0 commit 53e1c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "near-api-js",
"description": "JavaScript library to interact with NEAR Protocol via RPC API",
"version": "0.35.0",
"version": "0.36.0",
"repository": {
"type": "git",
"url": "git+https://github.com/near/near-api-js.git"
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@types/bn.js": "^4.11.5",
"bn.js": "^5.0.0",
"bs58": "^4.0.0",
"borsh": "^0.3.1",
"bs58": "^4.0.0",
"depd": "^2.0.0",
"error-polyfill": "^0.1.2",
"http-errors": "^1.7.2",
Expand Down

0 comments on commit 53e1c70

Please sign in to comment.