Skip to content

Commit

Permalink
Merge pull request #352 from nevermined-io/fix/network-name
Browse files Browse the repository at this point in the history
fix: update network name
  • Loading branch information
eruizgar91 authored Aug 28, 2024
2 parents f1d0d80 + d489e5d commit 3c65f7f
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.9",
"version": "3.0.10",
"description": "Nevermined Node",
"main": "main.ts",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,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.28",
"@nevermined-io/sdk": "3.0.29",
"@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/[email protected].28":
version "3.0.28"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.28.tgz#85c78bd3e51bb4fe19f892fbe1e54ae701664caa"
integrity sha512-X9uutc0mb8q6qmh528fHxD8phCxyvpfIXAnelsSmD6qc5lxp9Fb6b6CKc4++kcl9cLR+MKRLQbcKBJ7gJZO1GA==
"@nevermined-io/[email protected].29":
version "3.0.29"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-3.0.29.tgz#576b5cf91af25a6bfdde21ecdcbe35d41c0b4979"
integrity sha512-eYo4jYvi5SJ1i1TTYe55fsiAWcuetSRVNC60K8h8vQa+st73I7qwEU+HmAZ5lFWivExWLQHHOG2w3dqoPjpPwQ==
dependencies:
"@alchemy/aa-core" "3.12.1"
"@apollo/client" "^3.7.16"
Expand Down

0 comments on commit 3c65f7f

Please sign in to comment.