Skip to content

Commit

Permalink
fix: identifier profile (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Oct 4, 2023
1 parent ea47533 commit 82de2b2
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 288 deletions.
50 changes: 25 additions & 25 deletions packages/agent-explore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,31 +105,31 @@
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@veramo-community/agent-explorer-plugin": "workspace:*",
"@veramo-community/veramo-react": "^1.1.0",
"@veramo/core": "5.5.2-next.10",
"@veramo/core-types": "5.5.2-next.10",
"@veramo/credential-eip712": "5.5.2-next.10",
"@veramo/credential-ld": "5.5.2-next.10",
"@veramo/credential-w3c": "5.5.2-next.10",
"@veramo/data-store": "5.5.2-next.10",
"@veramo/data-store-json": "5.5.2-next.10",
"@veramo/did-comm": "5.5.2-next.10",
"@veramo/did-discovery": "5.5.2-next.10",
"@veramo/did-jwt": "5.5.2-next.10",
"@veramo/did-manager": "5.5.2-next.10",
"@veramo/did-provider-ethr": "5.5.2-next.10",
"@veramo/did-provider-jwk": "5.5.2-next.10",
"@veramo/did-provider-key": "5.5.2-next.10",
"@veramo/did-provider-peer": "5.5.2-next.10",
"@veramo/did-provider-pkh": "5.5.2-next.10",
"@veramo/did-resolver": "5.5.2-next.10",
"@veramo/key-manager": "5.5.2-next.10",
"@veramo/kms-local": "5.5.2-next.10",
"@veramo/kms-web3": "5.5.2-next.10",
"@veramo/message-handler": "5.5.2-next.10",
"@veramo/remote-client": "5.5.2-next.10",
"@veramo/selective-disclosure": "5.5.2-next.10",
"@veramo/utils": "5.5.2-next.10",
"@veramo-community/veramo-react": "^1.2.0",
"@veramo/core": "5.5.2-next.11",
"@veramo/core-types": "5.5.2-next.11",
"@veramo/credential-eip712": "5.5.2-next.11",
"@veramo/credential-ld": "5.5.2-next.11",
"@veramo/credential-w3c": "5.5.2-next.11",
"@veramo/data-store": "5.5.2-next.11",
"@veramo/data-store-json": "5.5.2-next.11",
"@veramo/did-comm": "5.5.2-next.11",
"@veramo/did-discovery": "5.5.2-next.11",
"@veramo/did-jwt": "5.5.2-next.11",
"@veramo/did-manager": "5.5.2-next.11",
"@veramo/did-provider-ethr": "5.5.2-next.11",
"@veramo/did-provider-jwk": "5.5.2-next.11",
"@veramo/did-provider-key": "5.5.2-next.11",
"@veramo/did-provider-peer": "5.5.2-next.11",
"@veramo/did-provider-pkh": "5.5.2-next.11",
"@veramo/did-resolver": "5.5.2-next.11",
"@veramo/key-manager": "5.5.2-next.11",
"@veramo/kms-local": "5.5.2-next.11",
"@veramo/kms-web3": "5.5.2-next.11",
"@veramo/message-handler": "5.5.2-next.11",
"@veramo/remote-client": "5.5.2-next.11",
"@veramo/selective-disclosure": "5.5.2-next.11",
"@veramo/utils": "5.5.2-next.11",
"@web3modal/wagmi": "^3.0.2",
"@yudiel/react-qr-scanner": "^1.1.8",
"antd": "~5.8.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"@ant-design/pro-components": "^2.6.13",
"@types/md5": "^2.3.2",
"@types/url-parse": "^1.4.8",
"@veramo-community/veramo-react": "^1.1.0",
"@veramo/core": "5.5.2-next.9",
"@veramo/core-types": "5.5.2-next.9",
"@veramo/data-store": "5.5.2-next.9",
"@veramo/utils": "5.5.2-next.9",
"@veramo-community/veramo-react": "^1.2.0",
"@veramo/core": "5.5.2-next.11",
"@veramo/core-types": "5.5.2-next.11",
"@veramo/data-store": "5.5.2-next.11",
"@veramo/utils": "5.5.2-next.11",
"antd": "~5.8.4",
"date-fns": "^2.30.0",
"did-jwt-vc": "^3.2.10",
Expand Down
Loading

0 comments on commit 82de2b2

Please sign in to comment.