@metamask-previews/profile-metrics-controller 3.2.0-preview-8beb00079 → 4.0.0-preview-2a256aff2
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 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [4.0.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- **BREAKING:** Add chain-native proof-of-ownership signing for accounts, with profile-metric submissions now carrying a proof per account ([#9016](https://github.com/MetaMask/core/pull/9016), [#9190](https://github.com/MetaMask/core/pull/9190))
|
|
@@ -18,10 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
20
|
### Changed
|
|
19
21
|
|
|
20
22
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
21
|
-
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.
|
|
22
|
-
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^68.1.
|
|
23
|
+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.3.0` ([#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
24
|
+
- Bump `@metamask/transaction-controller` from `^67.0.0` to `^68.1.1` ([#9066](https://github.com/MetaMask/core/pull/9066), [#9089](https://github.com/MetaMask/core/pull/9089), [#9177](https://github.com/MetaMask/core/pull/9177), [#9203](https://github.com/MetaMask/core/pull/9203), [#9218](https://github.com/MetaMask/core/pull/9218))
|
|
23
25
|
- Bump `@metamask/profile-sync-controller` from `^28.1.1` to `^28.2.0` ([#9119](https://github.com/MetaMask/core/pull/9119))
|
|
24
26
|
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
27
|
+
- Bump `@metamask/accounts-controller` from `^39.0.1` to `^39.0.2` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
28
|
+
- Bump `@metamask/polling-controller` from `^16.0.6` to `^16.0.7` ([#9218](https://github.com/MetaMask/core/pull/9218))
|
|
25
29
|
|
|
26
30
|
## [3.2.0]
|
|
27
31
|
|
|
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
177
181
|
|
|
178
182
|
- 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))
|
|
179
183
|
|
|
180
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@
|
|
184
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.0...HEAD
|
|
185
|
+
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.2.0...@metamask/profile-metrics-controller@4.0.0
|
|
181
186
|
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.6...@metamask/profile-metrics-controller@3.2.0
|
|
182
187
|
[3.1.6]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.5...@metamask/profile-metrics-controller@3.1.6
|
|
183
188
|
[3.1.5]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.4...@metamask/profile-metrics-controller@3.1.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-metrics-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-preview-2a256aff2",
|
|
4
4
|
"description": "Manages user profile metrics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@metamask/accounts-controller": "^39.0.
|
|
56
|
+
"@metamask/accounts-controller": "^39.0.2",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/controller-utils": "^12.
|
|
58
|
+
"@metamask/controller-utils": "^12.3.0",
|
|
59
59
|
"@metamask/keyring-controller": "^27.1.0",
|
|
60
60
|
"@metamask/messenger": "^1.2.0",
|
|
61
|
-
"@metamask/polling-controller": "^16.0.
|
|
61
|
+
"@metamask/polling-controller": "^16.0.7",
|
|
62
62
|
"@metamask/profile-sync-controller": "^28.2.0",
|
|
63
63
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
64
64
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
65
65
|
"@metamask/snaps-utils": "^12.1.2",
|
|
66
66
|
"@metamask/superstruct": "^3.1.0",
|
|
67
|
-
"@metamask/transaction-controller": "^68.1.
|
|
67
|
+
"@metamask/transaction-controller": "^68.1.1",
|
|
68
68
|
"@metamask/utils": "^11.11.0",
|
|
69
69
|
"async-mutex": "^0.5.0",
|
|
70
70
|
"uuid": "^8.3.2"
|