@metamask-previews/notification-services-controller 22.0.0-preview-bc3c2ef97 → 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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "22.0.0-preview-
|
|
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": "^
|
|
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": "^
|
|
127
|
-
"jest-environment-jsdom": "^
|
|
126
|
+
"jest": "^29.7.0",
|
|
127
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
128
128
|
"nock": "^13.3.1",
|
|
129
|
-
"ts-jest": "^
|
|
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"
|