@metamask-previews/notification-services-controller 23.0.1-preview-f6f25fa44 → 23.0.1-preview-23f4dfd
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/CHANGELOG.md +1 -1
- package/package.json +2 -4
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
12
12
|
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
|
|
13
13
|
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
14
14
|
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
15
|
-
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.
|
|
15
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))
|
|
16
16
|
|
|
17
17
|
## [23.0.1]
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "23.0.1-preview-
|
|
3
|
+
"version": "23.0.1-preview-23f4dfd",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -92,7 +92,6 @@
|
|
|
92
92
|
"build:docs": "typedoc",
|
|
93
93
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/notification-services-controller",
|
|
94
94
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-services-controller",
|
|
95
|
-
"generate-method-action-types": "tsx ../../packages/messenger/src/generate-action-types/cli.ts",
|
|
96
95
|
"since-latest-release": "../../scripts/since-latest-release.sh",
|
|
97
96
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
|
|
98
97
|
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
|
|
@@ -104,7 +103,7 @@
|
|
|
104
103
|
"@metamask/base-controller": "^9.0.1",
|
|
105
104
|
"@metamask/controller-utils": "^11.20.0",
|
|
106
105
|
"@metamask/keyring-controller": "^25.2.0",
|
|
107
|
-
"@metamask/messenger": "^1.1.
|
|
106
|
+
"@metamask/messenger": "^1.1.1",
|
|
108
107
|
"@metamask/profile-sync-controller": "^28.0.2",
|
|
109
108
|
"@metamask/utils": "^11.9.0",
|
|
110
109
|
"bignumber.js": "^9.1.2",
|
|
@@ -129,7 +128,6 @@
|
|
|
129
128
|
"jest-environment-jsdom": "^29.7.0",
|
|
130
129
|
"nock": "^13.3.1",
|
|
131
130
|
"ts-jest": "^29.2.5",
|
|
132
|
-
"tsx": "^4.20.5",
|
|
133
131
|
"typedoc": "^0.25.13",
|
|
134
132
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
135
133
|
"typescript": "~5.3.3"
|