@metamask-previews/notification-services-controller 0.2.1-preview-04657153 → 0.2.1-preview-02e7ff99
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/dist/NotificationServicesController/NotificationServicesController.js +1 -1
- package/dist/NotificationServicesController/NotificationServicesController.mjs +1 -1
- package/dist/NotificationServicesController/index.js +10 -12
- package/dist/NotificationServicesController/index.mjs +10 -12
- package/dist/NotificationServicesController/services/onchain-notifications.js +1 -1
- package/dist/NotificationServicesController/services/onchain-notifications.mjs +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/index.js +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/index.mjs +1 -1
- package/dist/NotificationServicesController/types/index.js +1 -1
- package/dist/NotificationServicesController/types/index.mjs +1 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js +9 -9
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +8 -8
- package/dist/NotificationServicesPushController/index.js +11 -13
- package/dist/NotificationServicesPushController/index.mjs +10 -12
- package/dist/NotificationServicesPushController/services/push/push-web.js +6 -6
- package/dist/NotificationServicesPushController/services/push/push-web.mjs +6 -6
- package/dist/NotificationServicesPushController/services/services.js +7 -7
- package/dist/NotificationServicesPushController/services/services.mjs +7 -7
- package/dist/NotificationServicesPushController/utils/get-notification-message.js +6 -6
- package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +6 -6
- package/dist/NotificationServicesPushController/utils/index.js +6 -6
- package/dist/NotificationServicesPushController/utils/index.mjs +6 -6
- package/dist/{chunk-SLSTQQJR.js → chunk-2GL2ZMAU.js} +6 -12
- package/dist/chunk-2GL2ZMAU.js.map +1 -0
- package/dist/{chunk-CXWZLA5O.mjs → chunk-5M7BWNL7.mjs} +1 -1
- package/dist/chunk-5M7BWNL7.mjs.map +1 -0
- package/dist/{chunk-5CFEVEAV.js → chunk-KALM2VL3.js} +1 -1
- package/dist/chunk-KALM2VL3.js.map +1 -0
- package/dist/{chunk-WBI6LXZV.js → chunk-LCCKX3SN.js} +5 -11
- package/dist/chunk-LCCKX3SN.js.map +1 -0
- package/dist/{chunk-UMB6F2XF.mjs → chunk-QD4UVAJS.mjs} +2 -8
- package/dist/chunk-QD4UVAJS.mjs.map +1 -0
- package/dist/{chunk-56OOTY2L.mjs → chunk-QOR62MOY.mjs} +7 -13
- package/dist/chunk-QOR62MOY.mjs.map +1 -0
- package/dist/index.js +11 -11
- package/dist/index.mjs +11 -11
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/NotificationServicesController/index.d.ts +0 -2
- package/dist/types/NotificationServicesController/index.d.ts.map +1 -1
- package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts +5 -8
- package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts.map +1 -1
- package/dist/types/NotificationServicesPushController/index.d.ts +0 -2
- package/dist/types/NotificationServicesPushController/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +3 -55
- package/dist/chunk-56OOTY2L.mjs.map +0 -1
- package/dist/chunk-5CFEVEAV.js.map +0 -1
- package/dist/chunk-CXWZLA5O.mjs.map +0 -1
- package/dist/chunk-SLSTQQJR.js.map +0 -1
- package/dist/chunk-UMB6F2XF.mjs.map +0 -1
- package/dist/chunk-WBI6LXZV.js.map +0 -1
- package/notification-services/constants/package.json +0 -9
- package/notification-services/mocks/package.json +0 -9
- package/notification-services/package.json +0 -9
- package/notification-services/processors/package.json +0 -9
- package/notification-services/types/package.json +0 -9
- package/notification-services/ui/package.json +0 -9
- package/push-services/mocks/package.json +0 -9
- package/push-services/package.json +0 -9
- package/push-services/types/package.json +0 -9
- package/push-services/utils/package.json +0 -9
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@metamask/notification-services-controller",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "../../dist/NotificationServicesPushController/__fixtures__/index.js",
|
|
8
|
-
"types": "../../dist/types/NotificationServicesPushController/__fixtures__/index.d.ts"
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@metamask/notification-services-controller",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "../dist/NotificationServicesPushController/index.js",
|
|
8
|
-
"types": "../dist/types/NotificationServicesPushController/index.d.ts"
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@metamask/notification-services-controller",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "../../dist/NotificationServicesPushController/types/index.js",
|
|
8
|
-
"types": "../../dist/types/NotificationServicesPushController/types/index.d.ts"
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@metamask/notification-services-controller",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"sideEffects": false,
|
|
7
|
-
"main": "../../dist/NotificationServicesPushController/utils/index.js",
|
|
8
|
-
"types": "../../dist/types/NotificationServicesPushController/utils/index.d.ts"
|
|
9
|
-
}
|