Skip to content

Commit

Permalink
safe-service-client v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germartinez committed Jul 12, 2022
1 parent 8ae2234 commit 3756318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/safe-service-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/safe-service-client",
"version": "1.1.2",
"version": "1.2.0",
"description": "Safe Service Client",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"homepage": "https://github.com/safe-global/safe-core-sdk#readme",
"devDependencies": {
"@gnosis.pm/safe-ethers-lib": "^1.1.0",
"@gnosis.pm/safe-web3-lib": "^1.1.0",
"@gnosis.pm/safe-ethers-lib": "^1.2.0",
"@gnosis.pm/safe-web3-lib": "^1.2.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@gnosis.pm/safe-core-sdk-types": "^1.1.0",
"@gnosis.pm/safe-core-sdk-types": "^1.2.0",
"node-fetch": "^2.6.6"
}
}

0 comments on commit 3756318

Please sign in to comment.