From fbe68c12bf35a69cac8df7044ede937ca8c7dcd6 Mon Sep 17 00:00:00 2001 From: VRamakrishna Date: Tue, 3 Dec 2024 00:38:20 -0600 Subject: [PATCH] fix(weaver-publish-npm): corrected publish URLs NPM registry references changed from 'hyperledger' to 'hyperledger-cacti'. Removed unnecessary publish reference in 'fabric-cli'. Signed-off-by: VRamakrishna --- weaver/common/protos-js/package.json | 2 +- weaver/samples/fabric/fabric-cli/package-local.json | 3 --- weaver/samples/fabric/fabric-cli/package.json | 3 --- weaver/sdks/besu/node/package-local.json | 2 +- weaver/sdks/besu/node/package.json | 2 +- weaver/sdks/fabric/interoperation-node-sdk/package-local.json | 2 +- weaver/sdks/fabric/interoperation-node-sdk/package.json | 2 +- 7 files changed, 5 insertions(+), 11 deletions(-) diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index d8545dab28..aea12feb3b 100644 --- a/weaver/common/protos-js/package.json +++ b/weaver/common/protos-js/package.json @@ -51,7 +51,7 @@ "npm": ">=8" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger" + "registry": "https://npm.pkg.github.com/hyperledger-cacti" }, "licenses": [ { diff --git a/weaver/samples/fabric/fabric-cli/package-local.json b/weaver/samples/fabric/fabric-cli/package-local.json index d0b77ed38a..ad10febafc 100644 --- a/weaver/samples/fabric/fabric-cli/package-local.json +++ b/weaver/samples/fabric/fabric-cli/package-local.json @@ -64,8 +64,5 @@ "engines": { "node": ">=18", "npm": ">=8" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger-labs" } } diff --git a/weaver/samples/fabric/fabric-cli/package.json b/weaver/samples/fabric/fabric-cli/package.json index beb9f33797..832379af68 100644 --- a/weaver/samples/fabric/fabric-cli/package.json +++ b/weaver/samples/fabric/fabric-cli/package.json @@ -64,8 +64,5 @@ "engines": { "node": ">=18", "npm": ">=8" - }, - "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger-labs" } } diff --git a/weaver/sdks/besu/node/package-local.json b/weaver/sdks/besu/node/package-local.json index 049aa0671f..ebc20ad79b 100644 --- a/weaver/sdks/besu/node/package-local.json +++ b/weaver/sdks/besu/node/package-local.json @@ -37,7 +37,7 @@ "npm": ">=8" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger" + "registry": "https://npm.pkg.github.com/hyperledger-cacti" }, "tag": "latest" } diff --git a/weaver/sdks/besu/node/package.json b/weaver/sdks/besu/node/package.json index 590a05aecd..0afc77e7eb 100644 --- a/weaver/sdks/besu/node/package.json +++ b/weaver/sdks/besu/node/package.json @@ -37,7 +37,7 @@ "npm": ">=8" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger" + "registry": "https://npm.pkg.github.com/hyperledger-cacti" }, "tag": "latest" } diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json index 3cd2dfd77d..af85a76588 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json @@ -70,7 +70,7 @@ "npm": ">=8" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger" + "registry": "https://npm.pkg.github.com/hyperledger-cacti" }, "licenses": [ { diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package.json b/weaver/sdks/fabric/interoperation-node-sdk/package.json index 8de6437b2b..fceb727c70 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package.json @@ -70,7 +70,7 @@ "npm": ">=8" }, "publishConfig": { - "registry": "https://npm.pkg.github.com/hyperledger" + "registry": "https://npm.pkg.github.com/hyperledger-cacti" }, "licenses": [ {