Skip to content

Commit

Permalink
chore: set stable version for Veramo (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Jan 19, 2024
1 parent 0118843 commit 3dd44ac
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 171 deletions.
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@blockchain-lab-um/utils": "1.3.7",
"@didtools/pkh-ethereum": "0.4.0",
"@metamask/detect-provider": "^2.0.0",
"@veramo/core": "5.5.4-next.32",
"@veramo/core": "5.6.0",
"did-session": "2.0.1",
"eip-712-types-generation": "^0.1.6"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"@supabase/supabase-js": "^2.38.5",
"@tanstack/react-table": "^8.10.7",
"@types/js-cookie": "^3.0.6",
"@veramo/core": "5.5.4-next.32",
"@veramo/credential-eip712": "5.5.4-next.32",
"@veramo/credential-w3c": "5.5.4-next.32",
"@veramo/did-provider-ethr": "5.5.4-next.32",
"@veramo/did-provider-pkh": "5.5.4-next.32",
"@veramo/did-resolver": "5.5.4-next.32",
"@veramo/utils": "5.5.4-next.32",
"@veramo/core": "5.6.0",
"@veramo/credential-eip712": "5.6.0",
"@veramo/credential-w3c": "5.6.0",
"@veramo/did-provider-ethr": "5.6.0",
"@veramo/did-provider-pkh": "5.6.0",
"@veramo/did-resolver": "5.6.0",
"@veramo/utils": "5.6.0",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.5.20",
"clsx": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datamanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@veramo/core": "5.5.4-next.32",
"@veramo/core": "5.6.0",
"jsonpath": "^1.1.1",
"uuid": "^9.0.1"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
"@metamask/snaps-sdk": "1.2.0",
"@metamask/utils": "^8.2.1",
"@types/lodash.clonedeep": "^4.5.7",
"@veramo/core": "5.5.4-next.32",
"@veramo/credential-eip712": "5.5.4-next.32",
"@veramo/credential-ld": "5.5.4-next.32",
"@veramo/core": "5.6.0",
"@veramo/credential-eip712": "5.6.0",
"@veramo/credential-ld": "5.6.0",
"@veramo/credential-status": "5.4.1",
"@veramo/credential-w3c": "5.5.4-next.32",
"@veramo/did-manager": "5.5.4-next.32",
"@veramo/did-provider-ethr": "5.5.4-next.32",
"@veramo/did-provider-jwk": "5.5.4-next.32",
"@veramo/did-provider-pkh": "5.5.4-next.32",
"@veramo/did-resolver": "5.5.4-next.32",
"@veramo/key-manager": "5.5.4-next.32",
"@veramo/kms-local": "5.5.4-next.32",
"@veramo/utils": "5.5.4-next.32",
"@veramo/credential-w3c": "5.6.0",
"@veramo/did-manager": "5.6.0",
"@veramo/did-provider-ethr": "5.6.0",
"@veramo/did-provider-jwk": "5.6.0",
"@veramo/did-provider-pkh": "5.6.0",
"@veramo/did-resolver": "5.6.0",
"@veramo/key-manager": "5.6.0",
"@veramo/kms-local": "5.6.0",
"@veramo/utils": "5.6.0",
"did-jwt-vc": "3.2.13",
"did-resolver": "4.1.0",
"did-session": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./files/circuits/credentialAtomicQuerySigV2/circuit_final.zkey",
"./files/circuits/credentialAtomicQuerySigV2/verification_key.json"
],
"shasum": "V+3/ao33laK4sUHjLzNwF5EEU3bt5HTBAQcQ+Xi6He4="
"shasum": "3KUFnoOHJLH5vERkF0FgsWeWUULSQPRCWyT7x7FIuTk="
},
"initialPermissions": {
"endowment:ethereum-provider": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@0xpolygonid/js-sdk": "1.0.3",
"@blockchain-lab-um/utils": "1.3.7",
"@iden3/js-iden3-core": "1.0.1",
"@veramo/core": "5.5.4-next.32",
"@veramo/core": "5.6.0",
"typia": "^5.2.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3dd44ac

Please sign in to comment.