Skip to content

Commit ee872a3

Browse files
committed
version upgrades in fabric-interop-cc and node-sdk
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent d1ca044 commit ee872a3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/network/fabric-interop-cc/contracts/interop/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.16
44

55
require (
66
github.com/golang/protobuf v1.5.2
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.3
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.2.3
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.4
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.2.4
99
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20210920170720-5d5bf2a54081
1010
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.2.4
1111
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9

core/network/fabric-interop-cc/contracts/interop/go.mod.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fab
99

1010
require (
1111
github.com/golang/protobuf v1.5.2
12-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.3
13-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.2.3
12+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.4
13+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.2.4
1414
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20210920170720-5d5bf2a54081
1515
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v0.0.0-20210920170720-5d5bf2a54081
1616
github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9

sdks/fabric/interoperation-node-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"npm": "^7.10.0"
2828
},
2929
"dependencies": {
30-
"@hyperledger-labs/weaver-protos-js": "^1.2.0",
30+
"@hyperledger-labs/weaver-protos-js": "^1.2.4-alpha.1",
3131
"@grpc/grpc-js": "^1.1.3",
3232
"elliptic": "^6.2.3",
3333
"fabric-common": "^2.2.8",

0 commit comments

Comments
 (0)