@metamask/notification-services-controller 11.0.0 → 12.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [12.0.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/controller-utils` from `^11.10.0` to `^11.11.0` ([#6069](https://github.com/MetaMask/core/pull/6069))
15
+ - This upgrade includes performance improvements to checksum hex address normalization
16
+ - Bump `@metamask/utils` from `^11.2.0` to `^11.4.2` ([#6054](https://github.com/MetaMask/core/pull/6054))
17
+
18
+ ## [12.0.0]
19
+
20
+ ### Changed
21
+
22
+ - **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` to `^19.0.0` ([#5999](https://github.com/MetaMask/core/pull/5999))
23
+
10
24
  ## [11.0.0]
11
25
 
12
26
  ### Added
@@ -467,7 +481,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
467
481
 
468
482
  - Initial release
469
483
 
470
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@11.0.0...HEAD
484
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@12.0.1...HEAD
485
+ [12.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@12.0.0...@metamask/notification-services-controller@12.0.1
486
+ [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@11.0.0...@metamask/notification-services-controller@12.0.0
471
487
  [11.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@10.0.0...@metamask/notification-services-controller@11.0.0
472
488
  [10.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@9.0.0...@metamask/notification-services-controller@10.0.0
473
489
  [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@8.0.0...@metamask/notification-services-controller@9.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/notification-services-controller",
3
- "version": "11.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -111,8 +111,8 @@
111
111
  "dependencies": {
112
112
  "@contentful/rich-text-html-renderer": "^16.5.2",
113
113
  "@metamask/base-controller": "^8.0.1",
114
- "@metamask/controller-utils": "^11.10.0",
115
- "@metamask/utils": "^11.2.0",
114
+ "@metamask/controller-utils": "^11.11.0",
115
+ "@metamask/utils": "^11.4.2",
116
116
  "bignumber.js": "^9.1.2",
117
117
  "firebase": "^11.2.0",
118
118
  "loglevel": "^1.8.1",
@@ -122,8 +122,8 @@
122
122
  "@lavamoat/allow-scripts": "^3.0.4",
123
123
  "@lavamoat/preinstall-always-fail": "^2.1.0",
124
124
  "@metamask/auto-changelog": "^3.4.4",
125
- "@metamask/keyring-controller": "^22.0.2",
126
- "@metamask/profile-sync-controller": "^18.0.0",
125
+ "@metamask/keyring-controller": "^22.1.0",
126
+ "@metamask/profile-sync-controller": "^19.0.0",
127
127
  "@types/jest": "^27.4.1",
128
128
  "@types/readable-stream": "^2.3.0",
129
129
  "contentful": "^10.15.0",
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "peerDependencies": {
140
140
  "@metamask/keyring-controller": "^22.0.0",
141
- "@metamask/profile-sync-controller": "^18.0.0"
141
+ "@metamask/profile-sync-controller": "^19.0.0"
142
142
  },
143
143
  "engines": {
144
144
  "node": "^18.18 || >=20"