Skip to content

Commit

Permalink
Update fabric-network dependency version
Browse files Browse the repository at this point in the history
A dependency update changed visibility of the Long type used by the
legacy Node SDK protobufs, and broke client applications.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Sep 7, 2023
1 parent 1bd3f70 commit 36eb8fd
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion asset-transfer-basic/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.8",
"fabric-network": "^2.2.8"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"@types/node": "^12.20.55",
Expand Down
2 changes: 1 addition & 1 deletion asset-transfer-basic/application-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"@types/node": "^14.17.32",
Expand Down
2 changes: 1 addition & 1 deletion asset-transfer-basic/rest-api-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"env-var": "^7.0.1",
"express": "^4.18.2",
"express-validator": "^6.12.0",
"fabric-network": "^2.2.10",
"fabric-network": "2.2.19-snapshot.1",
"helmet": "^4.6.0",
"http-status-codes": "^2.1.4",
"ioredis": "^4.27.8",
Expand Down
2 changes: 1 addition & 1 deletion asset-transfer-events/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.2",
"fabric-network": "^2.2.2"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion asset-transfer-sbe/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
2 changes: 1 addition & 1 deletion auction-dutch/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion auction-simple/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
2 changes: 1 addition & 1 deletion off_chain_data/legacy-application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-network": "2.2.19-snapshot.1"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit 36eb8fd

Please sign in to comment.