Skip to content

Commit

Permalink
feat: revert viem version
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed May 10, 2024
1 parent c4402c7 commit c59fa3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
repository: nevermined-io/node
path: node
ref: feat/update-node
ref: main
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: nevermined-io/nvm-tools-actions@v0.15.0
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk",
"version": "3.0.4",
"version": "3.0.3",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down Expand Up @@ -78,15 +78,15 @@
"stream-http": "^3.2.0",
"url": "^0.11.0",
"uuid": "^9.0.1",
"viem": "^2.10.2",
"viem": "^2.9.31",
"whatwg-url": "^14.0.0"
},
"peerDependencies": {
"@zerodev/ecdsa-validator": "^5.2.3",
"@zerodev/sdk": "^5.2.11",
"@zerodev/session-key": "^5.3.0",
"permissionless": "^0.1.26",
"viem": "^2.10.2"
"viem": "^2.9.31"
},
"devDependencies": {
"@ambire/signature-validator": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11246,7 +11246,7 @@ viem@2.8.6:
isows "1.0.3"
ws "8.13.0"

viem@^2.10.2:
viem@^2.9.31:
version "2.10.3"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.10.3.tgz#7ddbbd6dd7ae356546b7afc1b878b8b054833c3b"
integrity sha512-GmPMH+D/SDSXpVSjLM0GN1H1/h4NUPHaIqnFLwAit8nkfCiDuajKflGFiMPCIs1h7QZlBICuKvON/rc09H+w6Q==
Expand Down

0 comments on commit c59fa3e

Please sign in to comment.