Skip to content

Commit

Permalink
chore: update 'key-manager' version
Browse files Browse the repository at this point in the history
Signed-off-by: eum602 <[email protected]>
  • Loading branch information
eum602 committed Oct 8, 2023
1 parent 4dc0d74 commit b1f545b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lacchain-trust",
"version": "0.0.3",
"version": "0.0.4",
"description": "Rest api for Lacchain Trust built on top of Lacchain",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -85,7 +85,7 @@
"express-rate-limit": "^6.3.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^9.0.0",
"lacchain-identity": "^0.0.3",
"lacchain-identity": "^0.0.4",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5785,10 +5785,10 @@ koa@^2.8.2:
type-is "^1.6.16"
vary "^1.1.2"

lacchain-identity@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/lacchain-identity/-/lacchain-identity-0.0.3.tgz#8323aa6c75981f15aeb0b1919c0a43d39e12f4e1"
integrity sha512-4TJ7VGayF1ksi1xSqcMUg6+44vJyeeNu2u/X45l/MDDX1+R2Wr4dbRmA3f6LwmUEKi53+GL+KmuBtb8fyitaTA==
lacchain-identity@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/lacchain-identity/-/lacchain-identity-0.0.4.tgz#7c822a6158fd6450729645ae4a4a61cef34a6a24"
integrity sha512-DP4mEQnm8kYTh8E6zPadeBMRb+kxMS8j7hIHzOm5roKsDFvbvHOziYsJ3Sl8CkACfqt34eF9QLaMHoEsnvqsXQ==
dependencies:
"@lacchain/gas-model-provider" "^1.0.1"
aws-sdk "^2.1116.0"
Expand All @@ -5807,7 +5807,7 @@ lacchain-identity@^0.0.3:
helmet "^5.0.2"
json-canonicalize "^1.0.6"
jsonwebtoken "^9.0.0"
lacchain-key-manager "^0.0.3"
lacchain-key-manager "^0.0.4"
morgan "^1.10.0"
multer "^1.4.4"
nodemailer "^6.7.3"
Expand All @@ -5827,10 +5827,10 @@ lacchain-identity@^0.0.3:
typescript-logging "^2.1.0"
typescript-logging-log4ts-style "^2.1.0"

lacchain-key-manager@^0.0.3:
version "0.0.3"
resolved "https://registry.yarnpkg.com/lacchain-key-manager/-/lacchain-key-manager-0.0.3.tgz#d2f577eb0849753522f8b2709f954ca97fb212e3"
integrity sha512-bCZqJ957lPg6WItbAX3BTaY7Ai5nY7Di5Eyyx0939qvedb/0tbvOu+EV8GsScfqyPmfGBhJ42PRnHRR0th5ZBA==
lacchain-key-manager@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/lacchain-key-manager/-/lacchain-key-manager-0.0.4.tgz#d1aa010dd5e78ed4315d573c95f892ab42b92686"
integrity sha512-840rp9YuX+EoYe5NST5/mDGFXti11i1/FAqTYjjD5P08F0HRxmIrhtK2veJHvHx1YgQA9xVKmdgGt46zlTLCzA==
dependencies:
"@lacchain/gas-model-provider" "^1.0.1"
DIDComm-js "git+https://github.com/decentralized-identity/DIDComm-js.git"
Expand Down

0 comments on commit b1f545b

Please sign in to comment.