Skip to content

Commit 14c5eff

Browse files
Update versions following v2.5.6 release (#429)
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
1 parent 1da07a6 commit 14c5eff

23 files changed

Lines changed: 54 additions & 54 deletions

File tree

TUTORIAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The dependencies of `fabric-contract-api` and `fabric-shim` will be required.
2727
"author": "",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"fabric-contract-api": "^2.5.0",
31-
"fabric-shim": "^2.5.0"
30+
"fabric-contract-api": "~2.5",
31+
"fabric-shim": "~2.5"
3232
}
3333
}
3434

apis/fabric-contract-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-contract-api",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"tag": "latest",
55
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
@@ -45,7 +45,7 @@
4545
"lines": 100
4646
},
4747
"dependencies": {
48-
"fabric-shim-api": "2.5.6",
48+
"fabric-shim-api": "2.5.7",
4949
"class-transformer": "^0.4.0",
5050
"fast-safe-stringify": "^2.1.1",
5151
"get-params": "^0.1.2",

apis/fabric-shim-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim-api",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"tag": "latest",
55
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",

docker/fabric-nodeenv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-nodeenv",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"description": "",
55
"main": "docker.js",
66
"scripts": {

docs/_jsdoc/tutorials/using-chaincodeinterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Finally, update the "start" script in package.json to "node mychaincode.js":
6767
"engineStrict": true,
6868
"license": "Apache-2.0",
6969
"dependencies": {
70-
"fabric-shim": "2.5.0"
70+
"fabric-shim": "~2.5"
7171
}
7272
}
7373
```

docs/_jsdoc/tutorials/using-contractinterface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The dependencies of `fabric-contract-api` and `fabric-shim` will be required.
2727
"author": "",
2828
"license": "Apache-2.0",
2929
"dependencies": {
30-
"fabric-contract-api": "^2.5.0",
31-
"fabric-shim": "^2.5.0"
30+
"fabric-contract-api": "~2.5",
31+
"fabric-shim": "~2.5"
3232
}
3333
}
3434

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "fabric-shim-docs",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"description": "",
55
"private": true,
66
"scripts": {
77
"build": "npm run docs",
88
"docs": "rimraf ./gen && jsdoc -c ./_jsdoc.json"
99
},
1010
"dependencies": {
11-
"fabric-ledger": "2.5.6"
11+
"fabric-ledger": "2.5.7"
1212
},
1313
"devDependencies": {
1414
"ink-docstrap": "^1.3.2",

libraries/fabric-ledger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-ledger",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"tag": "latest",
55
"description": "A node.js implementation of Hyperledger Fabric ledger api, to allow access to ledger data from smart contracts",
66
"main": "lib/index.js",
@@ -48,7 +48,7 @@
4848
"lines": 100
4949
},
5050
"dependencies": {
51-
"fabric-contract-api": "2.5.6",
51+
"fabric-contract-api": "2.5.7",
5252
"winston": "^3.7.2"
5353
},
5454
"devDependencies": {

libraries/fabric-shim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-shim",
3-
"version": "2.5.6",
3+
"version": "2.5.7",
44
"tag": "latest",
55
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
66
"main": "index.js",
@@ -58,8 +58,8 @@
5858
"@hyperledger/fabric-protos": "~0.2.1",
5959
"@types/node": "^16.11.1",
6060
"ajv": "^6.12.2",
61-
"fabric-contract-api": "2.5.6",
62-
"fabric-shim-api": "2.5.6",
61+
"fabric-contract-api": "2.5.7",
62+
"fabric-shim-api": "2.5.7",
6363
"fast-safe-stringify": "^2.1.1",
6464
"long": "^5.2.3",
6565
"reflect-metadata": "^0.1.13",

test/chaincodes/annotations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"typings": "dist/index.d.ts",
1414
"engine-strict": true,
1515
"engineStrict": true,
16-
"version": "2.5.6",
16+
"version": "2.5.7",
1717
"author": "",
1818
"license": "APACHE-2.0",
1919
"dependencies": {
2020
"@types/node": "^16.11.4",
21-
"fabric-contract-api": "2.5.6",
22-
"fabric-shim": "2.5.6",
21+
"fabric-contract-api": "2.5.7",
22+
"fabric-shim": "2.5.7",
2323
"ts-node": "^3.3.0",
2424
"tslint": "^5.6.0",
2525
"typescript": "^4.0.2"

0 commit comments

Comments
 (0)