@metamask-previews/sample-controllers 5.0.4-preview-4165cebcf → 5.0.6-preview-264a60683
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 +12 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.0.6]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/base-data-service` from `^0.1.3` to `^1.0.0` ([#9972](https://github.com/MetaMask/core/pull/9972))
|
|
15
|
+
|
|
16
|
+
## [5.0.5]
|
|
17
|
+
|
|
10
18
|
### Changed
|
|
11
19
|
|
|
12
20
|
- Bump `@tanstack/query-core` from `^4.43.0` to `^5.62.16` ([#9712](https://github.com/MetaMask/core/pull/9712))
|
|
13
|
-
- Bump `@metamask/network-controller` from `^35.0.0` to `^
|
|
21
|
+
- Bump `@metamask/network-controller` from `^35.0.0` to `^36.0.0` ([#9758](https://github.com/MetaMask/core/pull/9758), [#9969](https://github.com/MetaMask/core/pull/9969))
|
|
14
22
|
- Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754))
|
|
15
23
|
|
|
16
24
|
## [5.0.4]
|
|
@@ -178,7 +186,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
178
186
|
|
|
179
187
|
- Initial release of @metamask/sample-controllers.
|
|
180
188
|
|
|
181
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.
|
|
189
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.6...HEAD
|
|
190
|
+
[5.0.6]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.5...@metamask/sample-controllers@5.0.6
|
|
191
|
+
[5.0.5]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.4...@metamask/sample-controllers@5.0.5
|
|
182
192
|
[5.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.3...@metamask/sample-controllers@5.0.4
|
|
183
193
|
[5.0.3]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.2...@metamask/sample-controllers@5.0.3
|
|
184
194
|
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.1...@metamask/sample-controllers@5.0.2
|
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.6-preview-264a60683",
|
|
4
4
|
"description": "Sample package to illustrate best practices for controllers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@metamask/base-controller": "^9.1.0",
|
|
59
|
-
"@metamask/base-data-service": "^0.
|
|
59
|
+
"@metamask/base-data-service": "^1.0.0",
|
|
60
60
|
"@metamask/messenger": "^2.0.0",
|
|
61
|
-
"@metamask/network-controller": "^
|
|
61
|
+
"@metamask/network-controller": "^36.0.0",
|
|
62
62
|
"@metamask/superstruct": "^3.4.1",
|
|
63
63
|
"@metamask/utils": "^11.11.0",
|
|
64
64
|
"@tanstack/query-core": "^5.62.16"
|