@metamask/stake-sdk
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.2.8] | ||
### Added | ||
- chore: connect ethers signer or provider to the sdk ([#23](https://github.com/MetaMask/stake-sdk/pull/23)) | ||
## [0.2.7] | ||
@@ -74,3 +80,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/stake-sdk/compare/v0.2.7...HEAD | ||
[Unreleased]: https://github.com/MetaMask/stake-sdk/compare/v0.2.8...HEAD | ||
[0.2.8]: https://github.com/MetaMask/stake-sdk/compare/v0.2.7...v0.2.8 | ||
[0.2.7]: https://github.com/MetaMask/stake-sdk/compare/v0.2.6...v0.2.7 | ||
@@ -77,0 +84,0 @@ [0.2.6]: https://github.com/MetaMask/stake-sdk/compare/v0.2.5...v0.2.6 |
{ | ||
"name": "@metamask/stake-sdk", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "The MetaMask Stake SDK", | ||
@@ -45,7 +45,8 @@ "homepage": "https://github.com/MetaMask/stake-sdk#readme", | ||
"setup": "yarn install && yarn allow-scripts", | ||
"test": "jest && jest-it-up && attw --pack", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"test:watch": "jest --watch" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@ethersproject/abstract-provider": "^5.7.0", | ||
"@ethersproject/abstract-signer": "^5.7.0", | ||
@@ -69,2 +70,3 @@ "@ethersproject/bignumber": "^5.7.0", | ||
"@yarnpkg/types": "^4.0.0-rc.52", | ||
"axios": "^1.7.7", | ||
"depcheck": "^1.4.3", | ||
@@ -80,3 +82,2 @@ "eslint": "^8.57.0", | ||
"jest": "^28.1.3", | ||
"jest-it-up": "^2.0.2", | ||
"prettier": "^2.7.1", | ||
@@ -89,2 +90,5 @@ "prettier-plugin-packagejson": "^2.3.0", | ||
}, | ||
"peerDependencies": { | ||
"axios": "^1.7.7" | ||
}, | ||
"packageManager": "yarn@4.2.2", | ||
@@ -91,0 +95,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91
157158
1
1012