@metamask-previews/notification-services-controller 19.0.0-preview-c222de5 → 19.0.0-preview-578568f
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 +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "19.0.0-preview-
|
|
3
|
+
"version": "19.0.0-preview-578568f",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
],
|
|
99
99
|
"scripts": {
|
|
100
100
|
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
|
|
101
|
+
"build:all": "ts-bridge --project tsconfig.build.json --verbose --clean",
|
|
101
102
|
"build:docs": "typedoc",
|
|
102
103
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/notification-services-controller",
|
|
103
104
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-services-controller",
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
"@metamask/auto-changelog": "^3.4.4",
|
|
127
128
|
"@metamask/keyring-controller": "^24.0.0",
|
|
128
129
|
"@metamask/profile-sync-controller": "^26.0.0",
|
|
130
|
+
"@ts-bridge/cli": "^0.6.4",
|
|
129
131
|
"@types/jest": "^27.4.1",
|
|
130
132
|
"@types/readable-stream": "^2.3.0",
|
|
131
133
|
"@types/semver": "^7",
|