@metamask-previews/notification-services-controller 21.0.0-preview-cbcea9611 → 22.0.0-preview-09a0ddf6c

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 +4 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [22.0.0]
11
+
10
12
  ### Changed
11
13
 
12
14
  - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
@@ -655,7 +657,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
655
657
 
656
658
  - Initial release
657
659
 
658
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...HEAD
660
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@22.0.0...HEAD
661
+ [22.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@21.0.0...@metamask/notification-services-controller@22.0.0
659
662
  [21.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@20.0.0...@metamask/notification-services-controller@21.0.0
660
663
  [20.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@19.0.0...@metamask/notification-services-controller@20.0.0
661
664
  [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.1...@metamask/notification-services-controller@19.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "21.0.0-preview-cbcea9611",
3
+ "version": "22.0.0-preview-09a0ddf6c",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -118,15 +118,15 @@
118
118
  "@lavamoat/preinstall-always-fail": "^2.1.0",
119
119
  "@metamask/auto-changelog": "^3.4.4",
120
120
  "@ts-bridge/cli": "^0.6.4",
121
- "@types/jest": "^27.5.2",
121
+ "@types/jest": "^29.5.14",
122
122
  "@types/readable-stream": "^2.3.0",
123
123
  "@types/semver": "^7",
124
124
  "contentful": "^10.15.0",
125
125
  "deepmerge": "^4.2.2",
126
- "jest": "^27.5.1",
127
- "jest-environment-jsdom": "^27.5.1",
126
+ "jest": "^29.7.0",
127
+ "jest-environment-jsdom": "^29.7.0",
128
128
  "nock": "^13.3.1",
129
- "ts-jest": "^27.1.5",
129
+ "ts-jest": "^29.2.5",
130
130
  "typedoc": "^0.24.8",
131
131
  "typedoc-plugin-missing-exports": "^2.0.0",
132
132
  "typescript": "~5.3.3"