diff --git a/package-lock.json b/package-lock.json index b24adda..51facc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -465,9 +465,9 @@ } }, "bitcore-node": { - "version": "5.0.0-beta.22", - "resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.22.tgz", - "integrity": "sha512-SqNG5WErt/UQlB3vAa2bNk9GUJ9d6i3TY4612WdYPafug/vReheTGuyjIpPles1Lc1Q3yB2XmyIyBwvZFD5bmA==", + "version": "5.0.0-beta.23", + "resolved": "https://registry.npmjs.org/bitcore-node/-/bitcore-node-5.0.0-beta.23.tgz", + "integrity": "sha512-zTmvDBXstViY/MBlmca4OIGdNjNfCyrjAvh3OFsJzS9X6OvAY3mFiREi2zn/sm0zYiBezxCta4FMODUOX2X0Ug==", "requires": { "async": "2.5.0", "bcoin": "github:bitpay/bcoin#46ecd2c4ed3b7fbcadd9cfe10b0f5d64e4c5088d", @@ -1621,9 +1621,9 @@ "integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=" }, "insight-api": { - "version": "5.0.0-beta.22", - "resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.22.tgz", - "integrity": "sha512-ZDY4OAyS9oAEvXCvFH7J1QXkddByU/fdFgveMNTx8szupmjYXuCheu1lopXCnbUAicVPoMsaTHOg1k8EeSjVuA==", + "version": "5.0.0-beta.23", + "resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.23.tgz", + "integrity": "sha512-QH8B27YjFwo0jkk6RGNx2wT6I/seghnG7AElwwPntF8QiLjC7OLePuk9TqY2KVlKOCKnt67w9sudcr1mdEBbDw==", "requires": { "JSONStream": "1.3.1", "async": "2.5.0", @@ -1646,7 +1646,7 @@ } }, "insight-ui": { - "version": "github:bitpay/insight#a69ef92e3114be898bb0ce6f2a003166b2a84a26" + "version": "github:bitpay/insight#3ff0341ad5be3e094d91f02c6a47474e5f572c92" }, "ipaddr.js": { "version": "1.4.0", diff --git a/package.json b/package.json index 3789f3d..e1107da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "5.0.0-beta.22", + "version": "5.0.0-beta.23", "description": "A platform to build bitcoin and blockchain-based applications.", "engines": { "node": ">=8.0.0" @@ -37,9 +37,9 @@ }, "dependencies": { "bitcore-lib": "5.0.0-beta.1", - "bitcore-node": "5.0.0-beta.22", - "insight-api": "5.0.0-beta.22", - "insight-ui": "bitpay/insight#v5.0.0-beta.22" + "bitcore-node": "5.0.0-beta.23", + "insight-api": "5.0.0-beta.23", + "insight-ui": "bitpay/insight#v5.0.0-beta.23" }, "license": "MIT", "devDependencies": { diff --git a/scripts/tag-and-release.sh b/scripts/tag-and-release.sh index 2d7f817..1581f17 100644 --- a/scripts/tag-and-release.sh +++ b/scripts/tag-and-release.sh @@ -41,6 +41,7 @@ function bitcoreNode() { sleep 2 pushd "${bitcoreNodeDir}" + sudo rm -fr node_modules bump_version npm install @@ -90,6 +91,7 @@ function insightApi() { sleep 2 pushd "${insightApiDir}" + sudo rm -fr node_modules bump_version npm install @@ -139,6 +141,7 @@ function insightUi() { sleep 2 pushd "${insightUIDir}" + sudo rm -fr node_modules bump_version npm install @@ -188,6 +191,7 @@ function bitcore() { sleep 2 pushd "${bitcoreDir}" + sudo rm -fr node_modules bump_version set_deps @@ -239,7 +243,7 @@ echo "Assuming projects at ${HOME}/source..." releases="${2}" if [ -z "${releases}" ]; then - #bitcoreNode + bitcoreNode insightApi insightUi bitcore