@metamask-previews/sample-controllers 5.0.0-preview-c7e584108 → 5.0.1-preview-337abd924
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 +8 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.0.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/network-controller` from `^31.0.0` to `^32.0.0` ([#8765](https://github.com/MetaMask/core/pull/8765), [#8774](https://github.com/MetaMask/core/pull/8774))
|
|
15
|
+
|
|
10
16
|
## [5.0.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -144,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
144
150
|
|
|
145
151
|
- Initial release of @metamask/sample-controllers.
|
|
146
152
|
|
|
147
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.
|
|
153
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...HEAD
|
|
154
|
+
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.0...@metamask/sample-controllers@5.0.1
|
|
148
155
|
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.4...@metamask/sample-controllers@5.0.0
|
|
149
156
|
[4.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.3...@metamask/sample-controllers@4.0.4
|
|
150
157
|
[4.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@4.0.2...@metamask/sample-controllers@4.0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/sample-controllers",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1-preview-337abd924",
|
|
4
4
|
"description": "Sample package to illustrate best practices for controllers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"@metamask/base-controller": "^9.1.0",
|
|
57
57
|
"@metamask/base-data-service": "^0.1.2",
|
|
58
58
|
"@metamask/messenger": "^1.2.0",
|
|
59
|
-
"@metamask/network-controller": "^
|
|
59
|
+
"@metamask/network-controller": "^32.0.0",
|
|
60
60
|
"@metamask/superstruct": "^3.1.0",
|
|
61
61
|
"@metamask/utils": "^11.9.0",
|
|
62
62
|
"@tanstack/query-core": "^4.43.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@metamask/auto-changelog": "^6.1.0",
|
|
66
|
-
"@metamask/controller-utils": "^12.
|
|
66
|
+
"@metamask/controller-utils": "^12.1.0",
|
|
67
67
|
"@ts-bridge/cli": "^0.6.4",
|
|
68
68
|
"@types/jest": "^29.5.14",
|
|
69
69
|
"deepmerge": "^4.2.2",
|