From 8ca727fffc2cc137b978b7d65ed586da405b015b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 22 Nov 2019 12:36:25 +0100 Subject: [PATCH] bump to squid-js v0.8.3 --- client/package-lock.json | 6 +++--- client/package.json | 2 +- library.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ae6774b..9eeb55d 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1934,9 +1934,9 @@ } }, "@oceanprotocol/squid": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-0.8.2.tgz", - "integrity": "sha512-cRkkVkiBl4zs4hbN+By6TR00eZM3mDR62dhvKU0gDQOyhWobi3ZZV5+5a7vtFkyuTeCQaiZ/ymWFnLBeuk5+7g==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@oceanprotocol/squid/-/squid-0.8.3.tgz", + "integrity": "sha512-T7uE4s2BBQf2+3SZtkP8WBmo8TvEZhCyW88T4Sq7Cw2iwQULEnLSKhhvuXfQ+416khGgNIgILTypSTuAcxtQYQ==", "requires": { "@oceanprotocol/keeper-contracts": "^0.12.7", "@oceanprotocol/secret-store-client": "^0.0.15", diff --git a/client/package.json b/client/package.json index 1f6e84b..4aa4760 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@oceanprotocol/art": "^2.2.0", - "@oceanprotocol/squid": "^0.8.2", + "@oceanprotocol/squid": "^0.8.3", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^0.9.1", "@truffle/hdwallet-provider": "^1.0.23", diff --git a/library.json b/library.json index b89a072..db25acd 100644 --- a/library.json +++ b/library.json @@ -19,7 +19,7 @@ }, { "name": "squid-js", - "version": "~0.8.2" + "version": "~0.8.3" }, { "name": "faucet",