Skip to content

Commit

Permalink
fix(deps): missing uuid from plugins #529
Browse files Browse the repository at this point in the history
Adds the missing dependency "uuid" to the packages where applicable.

Fixes #529

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
(cherry picked from commit 0fbdd44)
  • Loading branch information
takeutak authored and petermetz committed Feb 3, 2021
1 parent d96e8c6 commit 7e5318b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
11 changes: 11 additions & 0 deletions packages/cactus-plugin-consortium-manual/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/cactus-plugin-consortium-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,16 @@
"json-stable-stringify": "1.0.1",
"lodash": "4.17.19",
"secp256k1": "4.0.1",
"typescript-optional": "2.0.1"
"typescript-optional": "2.0.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/express": "4.17.8",
"@types/joi": "14.3.4",
"@types/json-stable-stringify": "1.0.32",
"@types/lodash": "4.14.158",
"@types/multer": "1.4.3",
"@types/secp256k1": "4.0.1"
"@types/secp256k1": "4.0.1",
"@types/uuid": "8.3.0"
}
}
11 changes: 11 additions & 0 deletions packages/cactus-plugin-keychain-memory/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions packages/cactus-plugin-keychain-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"joi": "14.3.1",
"typescript-optional": "2.0.1"
"typescript-optional": "2.0.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@types/joi": "14.3.4"
"@types/joi": "14.3.4",
"@types/uuid": "8.3.0"
}
}

0 comments on commit 7e5318b

Please sign in to comment.