Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 300
Release 91.0.0#2044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Release 91.0.0 #2044
Changes from all commits
5dcb486d187f82b792bc617f0eb79c48f67bba6bc28e8b9b75a89cb6b27e918da11e2d194c74e97cb464b9c662326c36d2File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@metamask/gas-fee-controller", | ||
| "version": "10.0.0", | ||
| "version": "10.0.1", | ||
| "description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", | ||
| "keywords": [ | ||
| "MetaMask", | ||
| @@ -33,8 +33,8 @@ | ||
| "@metamask/base-controller": "^3.2.3", | ||
| "@metamask/controller-utils": "^5.0.2", | ||
| "@metamask/eth-query": "^4.0.0", | ||
| "@metamask/network-controller": "^15.2.0", | ||
| "@metamask/polling-controller": "^1.0.1", | ||
| "@metamask/network-controller": "^16.0.0", | ||
| "@metamask/polling-controller": "^1.0.2", | ||
MajorLift marked this conversation as resolved.
Outdated
Uh oh!There was an error while loading. Please reload this page. | ||
| "@metamask/utils": "^8.2.0", | ||
| "@types/uuid": "^8.3.0", | ||
| "ethereumjs-util": "^7.0.10", | ||
| @@ -57,7 +57,7 @@ | ||
| "typescript": "~4.8.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@metamask/network-controller": "^15.2.0" | ||
| "@metamask/network-controller": "^16.0.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=16.0.0" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@metamask/queued-request-controller", | ||
| "version": "0.1.3", | ||
| "version": "0.1.4", | ||
| "description": "Includes a controller and middleware that implements a request queue", | ||
| "keywords": [ | ||
| "MetaMask", | ||
| @@ -33,9 +33,9 @@ | ||
| "@metamask/base-controller": "^3.2.3", | ||
| "@metamask/controller-utils": "^5.0.2", | ||
| "@metamask/json-rpc-engine": "^7.3.0", | ||
| "@metamask/network-controller": "^15.2.0", | ||
| "@metamask/network-controller": "^16.0.0", | ||
| "@metamask/rpc-errors": "^6.1.0", | ||
| "@metamask/selected-network-controller": "^3.1.1", | ||
| "@metamask/selected-network-controller": "^3.1.2", | ||
MajorLift marked this conversation as resolved.
Outdated
Uh oh!There was an error while loading. Please reload this page. | ||
| "@metamask/swappable-obj-proxy": "^2.1.0", | ||
| "@metamask/utils": "^8.2.0" | ||
| }, | ||
| @@ -55,8 +55,8 @@ | ||
| "typescript": "~4.8.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@metamask/network-controller": "^15.2.0", | ||
| "@metamask/selected-network-controller": "^3.1.1" | ||
| "@metamask/network-controller": "^16.0.0", | ||
| "@metamask/selected-network-controller": "^3.1.2" | ||
| }, | ||
| "engines": { | ||
| "node": ">=16.0.0" | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.