Skip to content

Commit

Permalink
fix(weaver-publish-npm): corrected publish URLs
Browse files Browse the repository at this point in the history
NPM registry references changed from 'hyperledger' to 'hyperledger-cacti'.
Removed unnecessary publish reference in 'fabric-cli'.

Signed-off-by: VRamakrishna <vramakr2@in.ibm.com>
  • Loading branch information
VRamakrishna authored and sandeepnRES committed Dec 4, 2024
1 parent 6edec86 commit fbe68c1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion weaver/common/protos-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger"
"registry": "https://npm.pkg.github.com/hyperledger-cacti"
},
"licenses": [
{
Expand Down
3 changes: 0 additions & 3 deletions weaver/samples/fabric/fabric-cli/package-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger-labs"
}
}
3 changes: 0 additions & 3 deletions weaver/samples/fabric/fabric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@
"engines": {
"node": ">=18",
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger-labs"
}
}
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/package-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger"
"registry": "https://npm.pkg.github.com/hyperledger-cacti"
},
"tag": "latest"
}
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger"
"registry": "https://npm.pkg.github.com/hyperledger-cacti"
},
"tag": "latest"
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger"
"registry": "https://npm.pkg.github.com/hyperledger-cacti"
},
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"npm": ">=8"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/hyperledger"
"registry": "https://npm.pkg.github.com/hyperledger-cacti"
},
"licenses": [
{
Expand Down

0 comments on commit fbe68c1

Please sign in to comment.