@metamask-previews/notification-services-controller 20.0.0-preview-4cd9da8d → 21.0.0-preview-e3eb8eca

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 +7 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [21.0.0]
11
+
10
12
  ### Changed
11
13
 
14
+ - Bump `@metamask/controller-utils` from `^11.15.0` to `^11.16.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
15
+ - **BREAKING:** Bump `@metamask/profile-sync-controller` from `^26.0.0` to `^27.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
16
+ - **BREAKING:** Bump `@metamask/keyring-controller` from `^24.0.0` to `^25.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
12
17
  - Add optional `env` parameter to the `NotificationServicesController` and `NotificationServicesPushController`
13
18
  to support different environments (`prd`, `uat`, `dev`). ([#7175](https://github.com/MetaMask/core/pull/7175))
14
19
 
@@ -192,7 +197,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192
197
  ### Removed
193
198
 
194
199
  - **BREAKING:** Migrated to notification v2 endpoints ([#5945](https://github.com/MetaMask/core/pull/5945))
195
-
196
200
  - removed `NotificationServicesPushController:updateTriggerPushNotifications` action from `NotificationServicesController`
197
201
  - removed `UserStorageController:getStorageKey` action from `NotificationServicesController`
198
202
  - removed `UserStorageController:performGetStorage` action from `NotificationServicesController`
@@ -625,7 +629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
625
629
 
626
630
  - Initial release
627
631
 
628
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@20.0.0...HEAD
632
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...HEAD
633
+ [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@20.0.0...@metamask/notification-services-controller@21.0.0
629
634
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@19.0.0...@metamask/notification-services-controller@20.0.0
630
635
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.1...@metamask/notification-services-controller@19.0.0
631
636
  [18.3.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...@metamask/notification-services-controller@18.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "20.0.0-preview-4cd9da8d",
3
+ "version": "21.0.0-preview-e3eb8eca",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -112,7 +112,7 @@
112
112
  "dependencies": {
113
113
  "@contentful/rich-text-html-renderer": "^16.5.2",
114
114
  "@metamask/base-controller": "^9.0.0",
115
- "@metamask/controller-utils": "^11.15.0",
115
+ "@metamask/controller-utils": "^11.16.0",
116
116
  "@metamask/messenger": "^0.3.0",
117
117
  "@metamask/utils": "^11.8.1",
118
118
  "bignumber.js": "^9.1.2",
@@ -125,8 +125,8 @@
125
125
  "@lavamoat/allow-scripts": "^3.0.4",
126
126
  "@lavamoat/preinstall-always-fail": "^2.1.0",
127
127
  "@metamask/auto-changelog": "^3.4.4",
128
- "@metamask/keyring-controller": "^24.0.0",
129
- "@metamask/profile-sync-controller": "^26.0.0",
128
+ "@metamask/keyring-controller": "^25.0.0",
129
+ "@metamask/profile-sync-controller": "^27.0.0",
130
130
  "@ts-bridge/cli": "^0.6.4",
131
131
  "@types/jest": "^27.4.1",
132
132
  "@types/readable-stream": "^2.3.0",
@@ -142,8 +142,8 @@
142
142
  "typescript": "~5.3.3"
143
143
  },
144
144
  "peerDependencies": {
145
- "@metamask/keyring-controller": "^24.0.0",
146
- "@metamask/profile-sync-controller": "^26.0.0"
145
+ "@metamask/keyring-controller": "^25.0.0",
146
+ "@metamask/profile-sync-controller": "^27.0.0"
147
147
  },
148
148
  "engines": {
149
149
  "node": "^18.18 || >=20"