Skip to content

Commit

Permalink
Update version following v2.5.7 release (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Oct 7, 2024
1 parent e36d81e commit 3c3d184
Show file tree
Hide file tree
Showing 20 changed files with 123 additions and 94 deletions.
4 changes: 2 additions & 2 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.7",
"version": "2.5.8",
"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 @@ -45,7 +45,7 @@
"lines": 100
},
"dependencies": {
"fabric-shim-api": "2.5.7",
"fabric-shim-api": "2.5.8",
"class-transformer": "^0.4.0",
"fast-safe-stringify": "^2.1.1",
"get-params": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "2.5.8",
"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 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.7",
"version": "2.5.8",
"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.7",
"version": "2.5.8",
"description": "",
"private": true,
"scripts": {
"build": "npm run docs",
"docs": "rimraf ./gen && jsdoc -c ./_jsdoc.json"
},
"dependencies": {
"fabric-ledger": "2.5.7"
"fabric-ledger": "2.5.8"
},
"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.7",
"version": "2.5.8",
"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.7",
"fabric-contract-api": "2.5.8",
"winston": "^3.7.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.7",
"version": "2.5.8",
"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 @@ -58,8 +58,8 @@
"@hyperledger/fabric-protos": "^0.2.2",
"@types/node": "^16.11.1",
"ajv": "^6.12.2",
"fabric-contract-api": "2.5.7",
"fabric-shim-api": "2.5.7",
"fabric-contract-api": "2.5.8",
"fabric-shim-api": "2.5.8",
"fast-safe-stringify": "^2.1.1",
"long": "^5.2.3",
"reflect-metadata": "^0.1.13",
Expand Down
6 changes: 3 additions & 3 deletions test/chaincodes/annotations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"typings": "dist/index.d.ts",
"engine-strict": true,
"engineStrict": true,
"version": "2.5.7",
"version": "2.5.8",
"author": "",
"license": "APACHE-2.0",
"dependencies": {
"@types/node": "^16.11.4",
"fabric-contract-api": "2.5.7",
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.8",
"fabric-shim": "2.5.8",
"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 @@ -9,10 +9,7 @@
},
"transactions": [
{
"tag": [
"SUBMIT",
"submitTx"
],
"tag": ["SUBMIT", "submitTx"],
"parameters": [
{
"name": "id",
Expand Down Expand Up @@ -53,10 +50,7 @@
"name": "createAsset"
},
{
"tag": [
"SUBMIT",
"submitTx"
],
"tag": ["SUBMIT", "submitTx"],
"parameters": [
{
"name": "asset",
Expand Down Expand Up @@ -107,7 +101,7 @@
}
},
"info": {
"version": "2.5.7",
"version": "2.5.8",
"title": "ts_chaincode"
},
"components": {
Expand Down Expand Up @@ -185,4 +179,4 @@
}
}
}
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7",
"fabric-ledger": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8",
"fabric-ledger": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
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.7",
"version": "2.5.8",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"fabric-shim": "2.5.7",
"fabric-contract-api": "2.5.7"
"fabric-shim": "2.5.8",
"fabric-contract-api": "2.5.8"
}
}
2 changes: 1 addition & 1 deletion 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.7",
"version": "2.5.8",
"description": "",
"main": "docker.js",
"scripts": {
Expand Down
Loading

0 comments on commit 3c3d184

Please sign in to comment.