@metamask-previews/messenger 1.2.0-preview-280f4f25b → 1.2.0-preview-e4f1c37f9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
13
|
+
|
|
10
14
|
### Fixed
|
|
11
15
|
|
|
12
16
|
- Fix `Messenger.delegate` and `Messenger.revoke` to reduce the chance of TS2590 errors when delegatee has large number of actions/events or a large number of actions/events are being delegated ([#8748](https://github.com/MetaMask/core/pull/8748))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/messenger",
|
|
3
|
-
"version": "1.2.0-preview-
|
|
3
|
+
"version": "1.2.0-preview-e4f1c37f9",
|
|
4
4
|
"description": "A type-safe message bus library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@metamask/utils": "^11.
|
|
57
|
+
"@metamask/utils": "^11.11.0",
|
|
58
58
|
"yargs": "^17.7.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|