Skip to content

Commit

Permalink
chore: upgrade veramo deps (#126)
Browse files Browse the repository at this point in the history
* feat: enable did resolver local cache

* chore: update to the latest veramo deps
  • Loading branch information
simonas-notcat authored Aug 15, 2023
1 parent c51c829 commit 6ff7503
Show file tree
Hide file tree
Showing 6 changed files with 722 additions and 465 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test": "craco test --watchAll=false",
"release": "semantic-release",
"agent-explore": "./bin/bin.js",
"upgrade-veramo": "yarn add -D @veramo/core @veramo/did-discovery @veramo/credential-w3c @veramo/data-store @veramo/did-comm @veramo/did-jwt @veramo/did-resolver @veramo/message-handler @veramo/remote-client @veramo/selective-disclosure @veramo/credential-eip712 @veramo/data-store-json @veramo/did-manager @veramo/kms-web3 @veramo/key-manager @veramo/did-provider-ethr @veramo/utils @veramo/did-provider-peer @veramo/kms-local",
"upgrade-veramo:next": "yarn add -D @veramo/core@next @veramo/did-discovery@next @veramo/credential-w3c@next @veramo/data-store@next @veramo/did-comm@next @veramo/did-jwt@next @veramo/did-resolver@next @veramo/message-handler@next @veramo/remote-client@next @veramo/selective-disclosure@next @veramo/credential-eip712@next @veramo/data-store-json@next @veramo/did-manager@next @veramo/kms-web3@next @veramo/key-manager@next @veramo/did-provider-ethr@next @veramo/utils@next @veramo/did-provider-peer@next @veramo/kms-local@next"
"upgrade-veramo": "pnpm add -D @veramo/core @veramo/did-discovery @veramo/credential-w3c @veramo/data-store @veramo/did-comm @veramo/did-jwt @veramo/did-resolver @veramo/message-handler @veramo/remote-client @veramo/selective-disclosure @veramo/credential-eip712 @veramo/data-store-json @veramo/did-manager @veramo/kms-web3 @veramo/key-manager @veramo/did-provider-ethr @veramo/utils @veramo/did-provider-peer @veramo/kms-local",
"upgrade-veramo:next": "pnpm add -D @veramo/core@next @veramo/did-discovery@next @veramo/credential-w3c@next @veramo/data-store@next @veramo/did-comm@next @veramo/did-jwt@next @veramo/did-resolver@next @veramo/message-handler@next @veramo/remote-client@next @veramo/selective-disclosure@next @veramo/credential-eip712@next @veramo/data-store-json@next @veramo/did-manager@next @veramo/kms-web3@next @veramo/key-manager@next @veramo/did-provider-ethr@next @veramo/utils@next @veramo/did-provider-peer@next @veramo/kms-local@next"
},
"homepage": "https://explore.veramo.dev",
"eslintConfig": {
Expand Down Expand Up @@ -119,26 +119,26 @@
"@types/uuid": "^9.0.1",
"@veramo-community/react-components": "^1.4.0",
"@veramo-community/veramo-react": "^1.0.82",
"@veramo/core": "5.2.1-next.5",
"@veramo/core": "5.4.2-next.10",
"@veramo/core-types": "5.2.1-next.5",
"@veramo/credential-eip712": "5.2.1-next.5",
"@veramo/credential-w3c": "5.2.1-next.5",
"@veramo/data-store": "5.2.1-next.5",
"@veramo/data-store-json": "5.2.1-next.5",
"@veramo/did-comm": "5.2.1-next.5",
"@veramo/did-discovery": "5.2.1-next.5",
"@veramo/did-jwt": "5.2.1-next.5",
"@veramo/did-manager": "5.2.1-next.5",
"@veramo/did-provider-ethr": "5.2.1-next.5",
"@veramo/did-provider-peer": "5.2.1-next.5",
"@veramo/did-resolver": "5.2.1-next.5",
"@veramo/key-manager": "5.2.1-next.5",
"@veramo/kms-local": "5.2.1-next.5",
"@veramo/kms-web3": "5.2.1-next.5",
"@veramo/message-handler": "5.2.1-next.5",
"@veramo/remote-client": "5.2.1-next.5",
"@veramo/selective-disclosure": "5.2.1-next.5",
"@veramo/utils": "5.2.1-next.5",
"@veramo/credential-eip712": "5.4.2-next.10",
"@veramo/credential-w3c": "5.4.2-next.10",
"@veramo/data-store": "5.4.2-next.10",
"@veramo/data-store-json": "5.4.2-next.10",
"@veramo/did-comm": "5.4.2-next.10",
"@veramo/did-discovery": "5.4.2-next.10",
"@veramo/did-jwt": "5.4.2-next.10",
"@veramo/did-manager": "5.4.2-next.10",
"@veramo/did-provider-ethr": "5.4.2-next.10",
"@veramo/did-provider-peer": "5.4.2-next.10",
"@veramo/did-resolver": "5.4.2-next.10",
"@veramo/key-manager": "5.4.2-next.10",
"@veramo/kms-local": "5.4.2-next.10",
"@veramo/kms-web3": "5.4.2-next.10",
"@veramo/message-handler": "5.4.2-next.10",
"@veramo/remote-client": "5.4.2-next.10",
"@veramo/selective-disclosure": "5.4.2-next.10",
"@veramo/utils": "5.4.2-next.10",
"@web3-react/core": "^8.2.0",
"@web3-react/metamask": "^8.2.1",
"@web3-react/types": "^8.2.0",
Expand Down
Loading

0 comments on commit 6ff7503

Please sign in to comment.