Skip to content

Commit

Permalink
feat: update with the fix for block numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed May 3, 2024
1 parent 9dfe2dc commit bb40d65
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",
"version": "3.0.1-rc0",
"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",
"@nevermined-io/sdk": "3.0.1-rc0",
"@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":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.0.tgz#3d355bf880760c5194c66fc7d46c104acf785284"
integrity sha512-fDwtGV3WQULX7tLtHnjbfd56MSlpLyMydW4STU0iuJLnWUkbkDAer+/5AVhXImjAirtqPPAl1vXP2dxvZqBT8A==
"@nevermined-io/sdk@3.0.1-rc0":
version "3.0.1-rc0"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.1-rc0.tgz#06bc80b4e872f1ca659aeddbdfaba0ab8f3cf27c"
integrity sha512-bzjno3y/EYYPfl2hMNbtkvK47/GS3940wGlYuyf+yc5eDhwC2haQbhr4puaBRAIuWK+zeRG8/KzMOLfqUBUwzA==
dependencies:
"@alchemy/aa-core" "3.11.1"
"@apollo/client" "^3.7.16"
Expand Down

0 comments on commit bb40d65

Please sign in to comment.