@metamask-previews/notification-services-controller 18.1.0-preview-bc6087f6 → 18.1.0-preview-6c94ae59

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 +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
  ### Changed
18
18
 
19
19
  - Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629))
20
- - Bump `@metamask/utils` from `^11.4.2` to `^11.8.1` ([#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
20
+ - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
21
21
  - Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.0` ([#6632](https://github.com/MetaMask/core/pull/6632))
22
22
 
23
23
  ## [18.1.0]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "18.1.0-preview-bc6087f6",
3
+ "version": "18.1.0-preview-6c94ae59",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -112,7 +112,7 @@
112
112
  "@contentful/rich-text-html-renderer": "^16.5.2",
113
113
  "@metamask/base-controller": "^8.4.0",
114
114
  "@metamask/controller-utils": "^11.14.0",
115
- "@metamask/utils": "^11.8.1",
115
+ "@metamask/utils": "^11.8.0",
116
116
  "bignumber.js": "^9.1.2",
117
117
  "firebase": "^11.2.0",
118
118
  "loglevel": "^1.8.1",
@@ -124,7 +124,7 @@
124
124
  "@lavamoat/preinstall-always-fail": "^2.1.0",
125
125
  "@metamask/auto-changelog": "^3.4.4",
126
126
  "@metamask/keyring-controller": "^23.1.0",
127
- "@metamask/profile-sync-controller": "^25.1.0",
127
+ "@metamask/profile-sync-controller": "^25.0.0",
128
128
  "@types/jest": "^27.4.1",
129
129
  "@types/readable-stream": "^2.3.0",
130
130
  "@types/semver": "^7",