@metamask-previews/notification-services-controller 18.3.0-preview-ab0ad568 → 18.3.1-preview-0458fe94

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 +9 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -11,12 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  - **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6538](https://github.com/MetaMask/core/pull/6538))
13
13
  - Previously, `NotificationServicesController` and `NotificationServicesPushController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
14
- - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
14
+ - **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6538](https://github.com/MetaMask/core/pull/6538))
15
15
 
16
16
  ### Removed
17
17
 
18
18
  - **BREAKING:** Remove package-level exports of `AllowedActions` and `AllowedEvents` from `NotificationServicesController` and `NotificationServicesPushController` ([#6538](https://github.com/MetaMask/core/pull/6538))
19
19
 
20
+ ## [18.3.1]
21
+
22
+ ### Changed
23
+
24
+ - Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
25
+
20
26
  ## [18.3.0]
21
27
 
22
28
  ### Added
@@ -586,7 +592,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
586
592
 
587
593
  - Initial release
588
594
 
589
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...HEAD
595
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.1...HEAD
596
+ [18.3.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...@metamask/notification-services-controller@18.3.1
590
597
  [18.3.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.2.0...@metamask/notification-services-controller@18.3.0
591
598
  [18.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.1.0...@metamask/notification-services-controller@18.2.0
592
599
  [18.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.0.0...@metamask/notification-services-controller@18.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "18.3.0-preview-ab0ad568",
3
+ "version": "18.3.1-preview-0458fe94",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -124,8 +124,8 @@
124
124
  "@lavamoat/allow-scripts": "^3.0.4",
125
125
  "@lavamoat/preinstall-always-fail": "^2.1.0",
126
126
  "@metamask/auto-changelog": "^3.4.4",
127
- "@metamask/keyring-controller": "^23.1.1",
128
- "@metamask/profile-sync-controller": "^25.1.1",
127
+ "@metamask/keyring-controller": "^23.2.0",
128
+ "@metamask/profile-sync-controller": "^25.1.2",
129
129
  "@types/jest": "^27.4.1",
130
130
  "@types/readable-stream": "^2.3.0",
131
131
  "@types/semver": "^7",