Skip to content

Commit

Permalink
feat: udpate to latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed May 2, 2024
1 parent 8f835f1 commit 4e0a96a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts",
"version": "3.0.0-rc3",
"version": "3.0.0",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"@nestjs/typeorm": "^10.0.2",
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/passport-nevermined": "^0.3.0",
"@nevermined-io/sdk": "3.0.0-rc25",
"@nevermined-io/sdk": "3.0.0",
"@sideway/address": "^5.0.0",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1435,10 +1435,10 @@
jose "^4.11.2"
passport-strategy "^1.0.0"

"@nevermined-io/sdk@3.0.0-rc25":
version "3.0.0-rc25"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.0-rc25.tgz#aad552cec189c718060cc3eb9fbf75a6475fa312"
integrity sha512-4mGz6W0xN5LYQlQ2tSd/fs/Z7OtCcCq9QXAsroXJ0hZmgrT1MmLlOkW19jOdTU2sNwlxlViiNfdREdtQaewxPQ==
"@nevermined-io/sdk@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.0.tgz#3d355bf880760c5194c66fc7d46c104acf785284"
integrity sha512-fDwtGV3WQULX7tLtHnjbfd56MSlpLyMydW4STU0iuJLnWUkbkDAer+/5AVhXImjAirtqPPAl1vXP2dxvZqBT8A==
dependencies:
"@alchemy/aa-core" "3.11.1"
"@apollo/client" "^3.7.16"
Expand Down

0 comments on commit 4e0a96a

Please sign in to comment.