Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
update sdk to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed Aug 31, 2023
1 parent c5a64dd commit ec64f5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nevermined-io/catalog",
"version": "1.10.0",
"version": "1.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@nevermined-io/sdk": "^1.6.0",
"@nevermined-io/sdk": "^1.6.1",
"@nevermined-io/sdk-dtp": "^0.6.1",
"@types/jsonwebtoken": "^8.5.8",
"axios": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
]
},
"dependencies": {
"@nevermined-io/sdk": "^1.6.0",
"@nevermined-io/sdk": "^1.6.1",
"@nevermined-io/sdk-dtp": "^0.6.0",
"@types/jsonwebtoken": "^8.5.8",
"@wagmi/core": "^0.8.15",
Expand Down
2 changes: 1 addition & 1 deletion providers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nevermined-io/providers",
"private": false,
"version": "1.10.0",
"version": "1.11.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2219,10 +2219,10 @@
snarkjs "^0.4.26"
web3-utils "^1.7.4"

"@nevermined-io/sdk@^1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-1.6.0.tgz#711f5813a62c39dcd1eec7ac1f778b12ca765e9a"
integrity sha512-Bu0m92qz4dLXXxvz38Hhi1D53Fne3+G4rF/FhuUq54rlyevbtyUwo6qhO3Ccppp2jX2EVifDUw+hyTwBiQ0Jiw==
"@nevermined-io/sdk@^1.6.1":
version "1.6.1"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk/-/sdk-1.6.1.tgz#790dfd9dcb9421aac9fb84fc2726f972eb931487"
integrity sha512-8DgMy/pvXNvZLCXDYD3qIT3oOCG2+f3nxUhQbO9ZbkLogOf+HJdxqivZ0GBTjP4aD7LvA2OSHgLg9UraO/T1HQ==
dependencies:
"@apollo/client" "^3.7.16"
assert "^2.0.0"
Expand Down

0 comments on commit ec64f5f

Please sign in to comment.