From f60b817b1fd5fc4ac245f542f712083c282d46ad Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 8 Mar 2021 15:31:54 +0200 Subject: [PATCH] lib bump (#259) Signed-off-by: mihaisc --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 093e1db..e60726d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2592,9 +2592,9 @@ "integrity": "sha512-6GrBk1jy+zxjDjh2SPra06etrqdp8CB6RaZaTq2OQpK8dA2Dq91hqCbj+6eb21MlU8bDY3/atnxax9rgPgsxkA==" }, "@oceanprotocol/lib": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.11.2.tgz", - "integrity": "sha512-uKePLlG0Rix99bgSSLu7or2tCRHBwhLxYpsOjGOVEAHzxEXY+Kgyx10C/9it6RiMdZwNALRA7B/NQLCYB+jayw==", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-0.11.4.tgz", + "integrity": "sha512-sYfbgsOmiF6RrSjeGCvKEXoLl2Q41wKuoWT5gAqy7IoyVjwDerx96kLdTZp33etMoQ0/MJRud0ZGL0sZwqfVWw==", "requires": { "@ethereum-navigator/navigator": "^0.5.2", "@oceanprotocol/contracts": "^0.5.10", diff --git a/package.json b/package.json index 22ecd22..6d11e75 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dist/" ], "dependencies": { - "@oceanprotocol/lib": "^0.11.2", + "@oceanprotocol/lib": "^0.11.4", "axios": "^0.21.1", "decimal.js": "^10.2.1", "web3": "1.3.4",