@metamask/stake-sdk
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -10,2 +10,8 @@ # Changelog | ||
## [0.2.4] | ||
### Added | ||
- add pooled service in the sdk with deposit encoding methods ([#11](https://github.com/MetaMask/stake-sdk/pull/11)) | ||
## [0.2.3] | ||
@@ -48,3 +54,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/stake-sdk/compare/v0.2.3...HEAD | ||
[Unreleased]: https://github.com/MetaMask/stake-sdk/compare/v0.2.4...HEAD | ||
[0.2.4]: https://github.com/MetaMask/stake-sdk/compare/v0.2.3...v0.2.4 | ||
[0.2.3]: https://github.com/MetaMask/stake-sdk/compare/v0.2.2...v0.2.3 | ||
@@ -51,0 +58,0 @@ [0.2.2]: https://github.com/MetaMask/stake-sdk/compare/v0.2.1...v0.2.2 |
{ | ||
"name": "@metamask/stake-sdk", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "The MetaMask Stake SDK", | ||
@@ -44,2 +44,3 @@ "homepage": "https://github.com/MetaMask/stake-sdk#readme", | ||
"prepack": "./scripts/prepack.sh", | ||
"setup": "yarn install && yarn allow-scripts", | ||
"test": "jest && jest-it-up && attw --pack", | ||
@@ -50,9 +51,13 @@ "test:watch": "jest --watch" | ||
"@arethetypeswrong/cli": "^0.15.3", | ||
"@ethersproject/abstract-signer": "^5.7.0", | ||
"@ethersproject/bignumber": "^5.7.0", | ||
"@ethersproject/contracts": "^5.7.0", | ||
"@ethersproject/units": "^5.7.0", | ||
"@lavamoat/allow-scripts": "^3.0.4", | ||
"@lavamoat/preinstall-always-fail": "^2.0.0", | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/eslint-config": "^12.2.0", | ||
"@metamask/eslint-config-jest": "^12.1.0", | ||
"@metamask/eslint-config-nodejs": "^12.1.0", | ||
"@metamask/eslint-config-typescript": "^12.1.0", | ||
"@lavamoat/preinstall-always-fail": "^2.1.0", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/eslint-config": "^13.0.0", | ||
"@metamask/eslint-config-jest": "^13.0.0", | ||
"@metamask/eslint-config-nodejs": "^13.0.0", | ||
"@metamask/eslint-config-typescript": "^13.0.0", | ||
"@ts-bridge/cli": "^0.1.4", | ||
@@ -62,12 +67,12 @@ "@ts-bridge/shims": "^0.1.1", | ||
"@types/node": "^18.18", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"@typescript-eslint/eslint-plugin": "^8.7.0", | ||
"@typescript-eslint/parser": "^8.7.0", | ||
"@yarnpkg/types": "^4.0.0-rc.52", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^8.44.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "~2.26.0", | ||
"eslint-plugin-jest": "^27.2.2", | ||
"eslint-plugin-jsdoc": "^39.9.1", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-import-x": "^0.5.1", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-jsdoc": "^47.0.2", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -84,3 +89,3 @@ "eslint-plugin-promise": "^6.1.1", | ||
}, | ||
"packageManager": "yarn@4.1.1", | ||
"packageManager": "yarn@4.2.2", | ||
"engines": { | ||
@@ -87,0 +92,0 @@ "node": "^18.18 || >=20" |
@@ -26,2 +26,11 @@ # Stake SDK | ||
### Using NPM packages with scripts | ||
Scripts are disabled by default for security reasons. If you need to use NPM | ||
packages with scripts, you can run `yarn allow-scripts auto`, and enable the | ||
script in the `lavamoat.allowScripts` section of `package.json`. | ||
See the documentation for [@lavamoat/allow-scripts](https://github.com/LavaMoat/LavaMoat/tree/main/packages/allow-scripts) | ||
for more information. | ||
### Release & Publishing | ||
@@ -28,0 +37,0 @@ |
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
98901
52
1579
72
36
1