@metamask-previews/profile-metrics-controller 4.0.2-preview-ed03d2513 → 4.0.3-preview-abbcfa61d
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 +9 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,9 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/transaction-controller` from `^69.4.0` to `^69.5.0` ([#9780](https://github.com/MetaMask/core/pull/9780))
|
|
13
|
+
|
|
14
|
+
## [4.0.3]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
12
18
|
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.4.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
13
19
|
- Bump `@metamask/accounts-controller` from `^39.0.5` to `^39.0.6` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
14
20
|
- Bump `@metamask/polling-controller` from `^16.0.8` to `^16.0.9` ([#9735](https://github.com/MetaMask/core/pull/9735))
|
|
21
|
+
- Bump `@metamask/profile-sync-controller` from `^28.3.0` to `^29.0.0` ([#9779](https://github.com/MetaMask/core/pull/9779))
|
|
15
22
|
|
|
16
23
|
### Fixed
|
|
17
24
|
|
|
@@ -214,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
214
221
|
|
|
215
222
|
- Initial release ([#7194](https://github.com/MetaMask/core/pull/7194), [#7196](https://github.com/MetaMask/core/pull/7196), [#7263](https://github.com/MetaMask/core/pull/7263))
|
|
216
223
|
|
|
217
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.
|
|
224
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.3...HEAD
|
|
225
|
+
[4.0.3]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.2...@metamask/profile-metrics-controller@4.0.3
|
|
218
226
|
[4.0.2]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.1...@metamask/profile-metrics-controller@4.0.2
|
|
219
227
|
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.0...@metamask/profile-metrics-controller@4.0.1
|
|
220
228
|
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.2.0...@metamask/profile-metrics-controller@4.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-metrics-controller",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3-preview-abbcfa61d",
|
|
4
4
|
"description": "Manages user profile metrics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"@metamask/keyring-controller": "^27.1.0",
|
|
62
62
|
"@metamask/messenger": "^2.0.0",
|
|
63
63
|
"@metamask/polling-controller": "^16.0.9",
|
|
64
|
-
"@metamask/profile-sync-controller": "^
|
|
64
|
+
"@metamask/profile-sync-controller": "^29.0.0",
|
|
65
65
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
66
66
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
67
67
|
"@metamask/snaps-utils": "^12.1.2",
|
|
68
68
|
"@metamask/superstruct": "^3.1.0",
|
|
69
|
-
"@metamask/transaction-controller": "^69.
|
|
69
|
+
"@metamask/transaction-controller": "^69.5.0",
|
|
70
70
|
"@metamask/utils": "^11.11.0",
|
|
71
71
|
"async-mutex": "^0.5.0",
|
|
72
72
|
"uuid": "^8.3.2"
|