Skip to content

Commit

Permalink
Update versions for v2.5.5 release (#424)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored May 31, 2024
1 parent 44c95bd commit c2e5dda
Show file tree
Hide file tree
Showing 22 changed files with 62 additions and 59 deletions.
6 changes: 3 additions & 3 deletions apis/fabric-contract-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-contract-api",
"version": "2.5.4",
"version": "2.5.5",
"tag": "latest",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand All @@ -22,7 +22,7 @@
"Fabric Shim"
],
"engines": {
"node": "^18.0.0"
"node": ">=18"
},
"license": "Apache-2.0",
"types": "./types/index.d.ts",
Expand All @@ -45,7 +45,7 @@
"lines": 100
},
"dependencies": {
"fabric-shim-api": "2.5.4",
"fabric-shim-api": "2.5.5",
"class-transformer": "^0.4.0",
"fast-safe-stringify": "^2.1.1",
"get-params": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions apis/fabric-shim-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-shim-api",
"version": "2.5.4",
"version": "2.5.5",
"tag": "latest",
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand All @@ -18,7 +18,7 @@
"Fabric Shim"
],
"engines": {
"node": "^18.0.0",
"node": ">=18",
"eslint": "^6.6.0"
},
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion docker/fabric-nodeenv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-nodeenv",
"version": "2.5.4",
"version": "2.5.5",
"description": "",
"main": "docker.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "fabric-shim-docs",
"version": "2.5.4",
"version": "2.5.5",
"description": "",
"private": true,
"scripts": {
"build": "npm run docs",
"docs": "rimraf ./gen && jsdoc -c ./_jsdoc.json"
},
"dependencies": {
"fabric-ledger": "2.5.4"
"fabric-ledger": "2.5.5"
},
"devDependencies": {
"ink-docstrap": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions libraries/fabric-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-ledger",
"version": "2.5.4",
"version": "2.5.5",
"tag": "latest",
"description": "A node.js implementation of Hyperledger Fabric ledger api, to allow access to ledger data from smart contracts",
"main": "lib/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"lines": 100
},
"dependencies": {
"fabric-contract-api": "2.5.4",
"fabric-contract-api": "2.5.5",
"winston": "^3.7.2"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions libraries/fabric-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-shim",
"version": "2.5.4",
"version": "2.5.5",
"tag": "latest",
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"Fabric Shim"
],
"engines": {
"node": "^18.0.0"
"node": ">=18"
},
"types": "./types/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@hyperledger/fabric-protos": "0.1.0-dev.2300102001.1",
"@types/node": "^16.11.1",
"ajv": "^6.12.2",
"fabric-contract-api": "2.5.4",
"fabric-shim-api": "2.5.4",
"fabric-contract-api": "2.5.5",
"fabric-shim-api": "2.5.5",
"fast-safe-stringify": "^2.1.1",
"long": "^5.2.3",
"reflect-metadata": "^0.1.13",
Expand Down
8 changes: 4 additions & 4 deletions test/chaincodes/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts_chaincode",
"description": "Chaincode testing typescript functionality and annotations",
"engines": {
"node": "^18.0.0"
"node": ">=18"
},
"scripts": {
"build": "tsc",
Expand All @@ -13,13 +13,13 @@
"typings": "dist/index.d.ts",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "APACHE-2.0",
"dependencies": {
"@types/node": "^16.11.4",
"fabric-contract-api": "2.5.4",
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.5",
"fabric-shim": "2.5.5",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^4.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
},
"info": {
"version": "2.5.4",
"version": "2.5.5",
"title": "ts_chaincode"
},
"components": {
Expand Down
6 changes: 3 additions & 3 deletions test/chaincodes/clientidentity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/crosschaincode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/crosschaincode2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
8 changes: 4 additions & 4 deletions test/chaincodes/ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4",
"fabric-ledger": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5",
"fabric-ledger": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/privateData/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
6 changes: 3 additions & 3 deletions test/chaincodes/scenario/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"main": "index.js",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.4",
"version": "2.5.5",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.4",
"fabric-contract-api": "2.5.4"
"fabric-shim": "2.5.5",
"fabric-contract-api": "2.5.5"
}
}
4 changes: 2 additions & 2 deletions test/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-e2e-tests",
"version": "2.5.4",
"version": "2.5.5",
"description": "",
"main": "docker.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"git-rev-sync": "3.0.1",
"gulp": "^4.0.2",
"toolchain": "2.5.4",
"toolchain": "1.0.0-dev",
"delay": "5.0.0",
"ip": "^1.1.5",
"ajv": "^6.12.2",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const queryFunctions = async () => {

const metadata = JSON.parse(stdout);

const expectedMetadata = '{"$schema":"https://hyperledger.github.io/fabric-chaincode-node/main/api/contract-schema.json","contracts":{"UpdateValues":{"name":"UpdateValues","contractInstance":{"name":"UpdateValues","logBuffer":{"output":[]},"default":true},"transactions":[{"name":"setup","tags":["SUBMIT","submitTx"]},{"name":"setNewAssetValue","tags":["SUBMIT","submitTx"],"parameters":[{"name":"arg0","description":"Argument 0","schema":{"type":"string"}}]},{"name":"doubleAssetValue","tags":["SUBMIT","submitTx"]}],"info":{"title":"","version":""}},"RemoveValues":{"name":"RemoveValues","contractInstance":{"name":"RemoveValues"},"transactions":[{"name":"quarterAssetValue","tags":["SUBMIT","submitTx"]},{"name":"getAssetValue","tags":["SUBMIT","submitTx"]}],"info":{"title":"","version":""}},"org.hyperledger.fabric":{"name":"org.hyperledger.fabric","contractInstance":{"name":"org.hyperledger.fabric"},"transactions":[{"name":"GetMetadata"}],"info":{"title":"","version":""}}},"info":{"version":"2.5.4","title":"chaincode"},"components":{"schemas":{}}}';
const expectedMetadata = '{"$schema":"https://hyperledger.github.io/fabric-chaincode-node/main/api/contract-schema.json","contracts":{"UpdateValues":{"name":"UpdateValues","contractInstance":{"name":"UpdateValues","logBuffer":{"output":[]},"default":true},"transactions":[{"name":"setup","tags":["SUBMIT","submitTx"]},{"name":"setNewAssetValue","tags":["SUBMIT","submitTx"],"parameters":[{"name":"arg0","description":"Argument 0","schema":{"type":"string"}}]},{"name":"doubleAssetValue","tags":["SUBMIT","submitTx"]}],"info":{"title":"","version":""}},"RemoveValues":{"name":"RemoveValues","contractInstance":{"name":"RemoveValues"},"transactions":[{"name":"quarterAssetValue","tags":["SUBMIT","submitTx"]},{"name":"getAssetValue","tags":["SUBMIT","submitTx"]}],"info":{"title":"","version":""}},"org.hyperledger.fabric":{"name":"org.hyperledger.fabric","contractInstance":{"name":"org.hyperledger.fabric"},"transactions":[{"name":"GetMetadata"}],"info":{"title":"","version":""}}},"info":{"version":"2.5.5","title":"chaincode"},"components":{"schemas":{}}}';

const schema = fs.readFileSync(path.join(__dirname, '../../apis/fabric-contract-api/schema/contract-schema.json'));

Expand Down
8 changes: 4 additions & 4 deletions test/fv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fvtests",
"version": "2.5.4",
"version": "2.5.5",
"description": "fv tests",
"testFabricVersion": "main",
"testFabricThirdParty": "0.4.15",
Expand All @@ -25,9 +25,9 @@
"del": "^3.0.0",
"delay": "5.0.0",
"eslint": "^6.6.0",
"fabric-contract-api": "2.5.4",
"fabric-shim": "2.5.4",
"fabric-shim-api": "2.5.4",
"fabric-contract-api": "2.5.5",
"fabric-shim": "2.5.5",
"fabric-shim-api": "2.5.5",
"git-rev-sync": "3.0.1",
"gulp": "^4.0.2",
"ip": "^1.1.5",
Expand Down
11 changes: 7 additions & 4 deletions tools/scripts/updateversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
NEW_VERSION="$1"
echo "Setting new version to '${NEW_VERSION}'"

DEPENDENCIES=( fabric-contract-api fabric-shim-api fabric-ledger toolchain )
DEPENDENCIES=( fabric-contract-api fabric-shim-api fabric-shim fabric-ledger )

updatePackageVersion() {
npm --allow-same-version --no-git-tag-version version "$1"
Expand All @@ -21,18 +21,21 @@ updatePackageVersion() {

updateDependencyVersion() {
local packageJson
packageJson=$(node -e "const pkg = require('./package.json'); if (pkg.dependencies['$1']) pkg.dependencies['$1'] = '$2'; console.log(JSON.stringify(pkg, undefined, 2))")
packageJson=$(node -e "const pkg = require('./package.json'); if (pkg.dependencies?.['$1']) pkg.dependencies['$1'] = '$2'; console.log(JSON.stringify(pkg, undefined, 2))")
echo "${packageJson}" > package.json
}

while read -r PACKAGE; do
echo "Updating '${PACKAGE}'"
( cd "$(dirname "${PACKAGE}")" && updatePackageVersion "${NEW_VERSION}" )
done <<< "$(find . -type d \( -name node_modules -o -name common \) -prune -o -type f -name package.json -print)"
done <<< "$(find . -type d \( -name node_modules -o -name common -o -name tools \) -prune -o -type f -name package.json -print)"

MAJOR_MINOR=$(cut -d. -f-2 <<< "${NEW_VERSION}")

echo "Please also check these files containing ${MAJOR_MINOR}.n"
# NB - the grep regexp syntax is a little different
MAJOR_MINOR_REGEX="${MAJOR_MINOR/./\.}\.\?[0-9]"
find . -type d \( -name node_modules -o -name common \) -prune -o -type f -name '*.js' -exec grep "${MAJOR_MINOR_REGEX}" {} +
find ./test \
-type d \( -name node_modules -o -name '.*' \) -prune \
-o -type f -name package.json -prune \
-o -type f \( -name '*.js' -o -name '*.json' \) -exec grep "${MAJOR_MINOR_REGEX}" {} +
2 changes: 1 addition & 1 deletion tools/toolchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolchain",
"version": "2.5.4",
"version": "1.0.0-dev",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c2e5dda

Please sign in to comment.