@metamask-previews/message-manager 14.1.1-preview-debd7ebcd → 14.1.1-preview-9fac52d
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 +1 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
13
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
14
|
+
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
14
15
|
|
|
15
16
|
## [14.1.1]
|
|
16
17
|
|
|
@@ -432,9 +433,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
432
433
|
### Added
|
|
433
434
|
|
|
434
435
|
- Initial release
|
|
435
|
-
|
|
436
436
|
- As a result of converting our shared controllers repo into a monorepo ([#831](https://github.com/MetaMask/core/pull/831)), we've created this package from select parts of [`@metamask/controllers` v33.0.0](https://github.com/MetaMask/core/tree/v33.0.0), namely:
|
|
437
|
-
|
|
438
437
|
- Everything in `src/message-manager`
|
|
439
438
|
- Message manager-related functions in `src/util.ts` and accompanying tests
|
|
440
439
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/message-manager",
|
|
3
|
-
"version": "14.1.1-preview-
|
|
3
|
+
"version": "14.1.1-preview-9fac52d",
|
|
4
4
|
"description": "Stores and manages interactions with signing requests",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@metamask/base-controller": "^9.0
|
|
54
|
+
"@metamask/base-controller": "^9.1.0",
|
|
55
55
|
"@metamask/controller-utils": "^11.20.0",
|
|
56
56
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
57
57
|
"@metamask/messenger": "^1.1.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"uuid": "^8.3.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@metamask/auto-changelog": "^6.
|
|
64
|
+
"@metamask/auto-changelog": "^6.1.0",
|
|
65
65
|
"@ts-bridge/cli": "^0.6.4",
|
|
66
66
|
"@types/jest": "^29.5.14",
|
|
67
67
|
"deepmerge": "^4.2.2",
|