@metamask-previews/notification-services-controller 19.0.0-preview-950f30f7 → 19.0.0-preview-fe9b7e4c

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 (1) hide show
  1. package/package.json +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "19.0.0-preview-950f30f7",
3
+ "version": "19.0.0-preview-fe9b7e4c",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -98,7 +98,6 @@
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",
102
101
  "build:docs": "typedoc",
103
102
  "changelog:update": "../../scripts/update-changelog.sh @metamask/notification-services-controller",
104
103
  "changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-services-controller",
@@ -127,7 +126,6 @@
127
126
  "@metamask/auto-changelog": "^3.4.4",
128
127
  "@metamask/keyring-controller": "^24.0.0",
129
128
  "@metamask/profile-sync-controller": "^26.0.0",
130
- "@ts-bridge/cli": "^0.6.4",
131
129
  "@types/jest": "^27.4.1",
132
130
  "@types/readable-stream": "^2.3.0",
133
131
  "@types/semver": "^7",