@metamask-previews/profile-metrics-controller 3.1.3-preview-2fdaa18 → 3.1.4-preview-f3d53de3e
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,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.1.4]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^38.
|
|
14
|
+
- Bump `@metamask/accounts-controller` from `^37.1.1` to `^38.1.0` ([#8363](https://github.com/MetaMask/core/pull/8363), [#8665](https://github.com/MetaMask/core/pull/8665), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
13
15
|
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.5.0` ([#8363](https://github.com/MetaMask/core/pull/8363), [#8634](https://github.com/MetaMask/core/pull/8634), [#8665](https://github.com/MetaMask/core/pull/8665), [#8722](https://github.com/MetaMask/core/pull/8722))
|
|
14
16
|
- Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
|
|
15
|
-
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.
|
|
17
|
+
- Bump `@metamask/transaction-controller` from `^64.0.0` to `^65.3.0` ([#8432](https://github.com/MetaMask/core/pull/8432), [#8447](https://github.com/MetaMask/core/pull/8447), [#8482](https://github.com/MetaMask/core/pull/8482), [#8585](https://github.com/MetaMask/core/pull/8585), [#8613](https://github.com/MetaMask/core/pull/8613), [#8691](https://github.com/MetaMask/core/pull/8691), [#8722](https://github.com/MetaMask/core/pull/8722), [#8755](https://github.com/MetaMask/core/pull/8755))
|
|
16
18
|
- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457))
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^11.20.0` to `^12.0.0` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
20
|
+
- Bump `@metamask/polling-controller` from `^16.0.4` to `^16.0.5` ([#8755](https://github.com/MetaMask/core/pull/8755))
|
|
17
21
|
|
|
18
22
|
## [3.1.3]
|
|
19
23
|
|
|
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
124
128
|
|
|
125
129
|
- 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))
|
|
126
130
|
|
|
127
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.
|
|
131
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.4...HEAD
|
|
132
|
+
[3.1.4]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.3...@metamask/profile-metrics-controller@3.1.4
|
|
128
133
|
[3.1.3]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.2...@metamask/profile-metrics-controller@3.1.3
|
|
129
134
|
[3.1.2]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.1...@metamask/profile-metrics-controller@3.1.2
|
|
130
135
|
[3.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@3.1.0...@metamask/profile-metrics-controller@3.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-metrics-controller",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4-preview-f3d53de3e",
|
|
4
4
|
"description": "Sample package to illustrate best practices for controllers",
|
|
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/accounts-controller": "^38.
|
|
56
|
+
"@metamask/accounts-controller": "^38.1.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
|
-
"@metamask/controller-utils": "^
|
|
58
|
+
"@metamask/controller-utils": "^12.0.0",
|
|
59
59
|
"@metamask/keyring-controller": "^25.5.0",
|
|
60
60
|
"@metamask/messenger": "^1.2.0",
|
|
61
|
-
"@metamask/polling-controller": "^16.0.
|
|
61
|
+
"@metamask/polling-controller": "^16.0.5",
|
|
62
62
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
63
|
-
"@metamask/transaction-controller": "^65.
|
|
63
|
+
"@metamask/transaction-controller": "^65.3.0",
|
|
64
64
|
"@metamask/utils": "^11.9.0",
|
|
65
65
|
"async-mutex": "^0.5.0"
|
|
66
66
|
},
|