@metamask-previews/approval-controller 9.0.1-preview-5d0317d14 → 9.0.1-preview-debd7ebcd
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 +2 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
12
|
- 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))
|
|
13
|
-
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
14
13
|
|
|
15
14
|
## [9.0.1]
|
|
16
15
|
|
|
@@ -321,7 +320,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
321
320
|
### Added
|
|
322
321
|
|
|
323
322
|
- Initial release
|
|
323
|
+
|
|
324
324
|
- 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:
|
|
325
|
+
|
|
325
326
|
- Everything in `src/approval`
|
|
326
327
|
|
|
327
328
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/approval-controller",
|
|
3
|
-
"version": "9.0.1-preview-
|
|
3
|
+
"version": "9.0.1-preview-debd7ebcd",
|
|
4
4
|
"description": "Manages requests that require user approval",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@metamask/base-controller": "^9.1
|
|
56
|
+
"@metamask/base-controller": "^9.0.1",
|
|
57
57
|
"@metamask/messenger": "^1.1.1",
|
|
58
58
|
"@metamask/rpc-errors": "^7.0.2",
|
|
59
59
|
"@metamask/utils": "^11.9.0",
|
|
60
60
|
"nanoid": "^3.3.8"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@metamask/auto-changelog": "^6.
|
|
63
|
+
"@metamask/auto-changelog": "^6.0.0",
|
|
64
64
|
"@ts-bridge/cli": "^0.6.4",
|
|
65
65
|
"@types/jest": "^29.5.14",
|
|
66
66
|
"deepmerge": "^4.2.2",
|