From c30d19e868d9c07a35493436e68107bfd3de3020 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 13 Jan 2022 01:37:05 -0800 Subject: [PATCH] update lib (#987) * update lib * update lib --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5271d1819..269e84cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@coingecko/cryptoformat": "^0.4.4", "@loadable/component": "^5.15.2", "@oceanprotocol/art": "^3.2.0", - "@oceanprotocol/lib": "1.0.0-next.2", + "@oceanprotocol/lib": "^1.0.0-next.4", "@oceanprotocol/typographies": "^0.1.0", "@portis/web3": "^4.0.6", "@tippyjs/react": "^4.2.6", @@ -3797,9 +3797,9 @@ "integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA==" }, "node_modules/@oceanprotocol/lib": { - "version": "1.0.0-next.2", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz", - "integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==", + "version": "1.0.0-next.4", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.4.tgz", + "integrity": "sha512-nGHO7jO3z2BAJEu2VOgIYTxapiUjiPsuTG7yMtN5qmBaDm7GiNhgJtyr3fcMjsOF3aI1o19gV+qmh7JAhqR6ag==", "dependencies": { "bignumber.js": "^9.0.2", "cross-fetch": "^3.1.4", @@ -25209,9 +25209,9 @@ "integrity": "sha512-aUQtg4m5hJlQ0u8C29O9TXJWcAenO3G9vP+vf6LNFkpTDOCMycN/F0SzHS89VNrvGUha8oTDEg7FAkfZBPv2WA==" }, "@oceanprotocol/lib": { - "version": "1.0.0-next.2", - "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.2.tgz", - "integrity": "sha512-P6StKsEu3iCb/s/VVlz411ROSp5BykEYbPOPSzE9Z6JbAdvJ36e7QCSE3FFFexvwMSuG9QRCoLZHA5NZUa3WLw==", + "version": "1.0.0-next.4", + "resolved": "https://registry.npmjs.org/@oceanprotocol/lib/-/lib-1.0.0-next.4.tgz", + "integrity": "sha512-nGHO7jO3z2BAJEu2VOgIYTxapiUjiPsuTG7yMtN5qmBaDm7GiNhgJtyr3fcMjsOF3aI1o19gV+qmh7JAhqR6ag==", "requires": { "bignumber.js": "^9.0.2", "cross-fetch": "^3.1.4", diff --git a/package.json b/package.json index e23aed6a4..1fde77109 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@coingecko/cryptoformat": "^0.4.4", "@loadable/component": "^5.15.2", "@oceanprotocol/art": "^3.2.0", - "@oceanprotocol/lib": "1.0.0-next.2", + "@oceanprotocol/lib": "^1.0.0-next.4", "@oceanprotocol/typographies": "^0.1.0", "@portis/web3": "^4.0.6", "@tippyjs/react": "^4.2.6",