Skip to content

Commit

Permalink
Use Node SDK snapshot release to check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Sep 12, 2023
1 parent 1bd3f70 commit 556b37d
Show file tree
Hide file tree
Showing 14 changed files with 7,915 additions and 150 deletions.
4 changes: 2 additions & 2 deletions asset-transfer-basic/application-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-ca-client": "2.2.19-snapshot.3",
"fabric-network": "2.2.19-snapshot.3"
},
"devDependencies": {
"eslint": "^7.32.0"
Expand Down
4 changes: 2 additions & 2 deletions asset-transfer-basic/application-typescript-hsm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.8",
"fabric-network": "^2.2.8"
"fabric-ca-client": "2.2.19-snapshot.3",
"fabric-network": "2.2.19-snapshot.3"
},
"devDependencies": {
"@types/node": "^12.20.55",
Expand Down
4 changes: 2 additions & 2 deletions asset-transfer-basic/application-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-ca-client": "^2.2.4",
"fabric-network": "^2.2.4"
"fabric-ca-client": "2.2.19-snapshot.3",
"fabric-network": "2.2.19-snapshot.3"
},
"devDependencies": {
"@types/node": "^14.17.32",
Expand Down
Loading

0 comments on commit 556b37d

Please sign in to comment.