@metamask-previews/notification-services-controller 0.1.1-preview-15099438 → 0.1.1-preview-e9effc96
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 +3 -3
- package/dist/NotificationServicesController/NotificationServicesController.mjs +2 -2
- package/dist/NotificationServicesController/index.js +4 -4
- package/dist/NotificationServicesController/index.mjs +3 -3
- package/dist/NotificationServicesController/services/feature-announcements.js +2 -2
- package/dist/NotificationServicesController/services/feature-announcements.mjs +1 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js +3 -3
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +3 -3
- package/dist/NotificationServicesPushController/index.js +3 -3
- package/dist/NotificationServicesPushController/index.mjs +3 -3
- package/dist/NotificationServicesPushController/services/push/push-web.js +3 -3
- package/dist/NotificationServicesPushController/services/push/push-web.mjs +3 -3
- package/dist/NotificationServicesPushController/services/services.js +3 -3
- package/dist/NotificationServicesPushController/services/services.mjs +3 -3
- package/dist/NotificationServicesPushController/utils/get-notification-message.js +3 -3
- package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +3 -3
- package/dist/NotificationServicesPushController/utils/index.js +3 -3
- package/dist/NotificationServicesPushController/utils/index.mjs +3 -3
- package/dist/{chunk-DO4SOA4Y.js → chunk-53A5AYHX.js} +10 -10
- package/dist/{chunk-DO4SOA4Y.js.map → chunk-53A5AYHX.js.map} +1 -1
- package/dist/{chunk-7F6755Q2.mjs → chunk-AUANZMM3.mjs} +7 -7
- package/dist/chunk-AUANZMM3.mjs.map +1 -0
- package/dist/{chunk-TITJWXKP.js → chunk-DAF75QU4.js} +3 -3
- package/dist/{chunk-54BC2GAN.mjs → chunk-OJ2IJTLG.mjs} +2 -2
- package/dist/{chunk-ZMNXLHAC.js → chunk-R2UZ4MFT.js} +9 -6
- package/dist/chunk-R2UZ4MFT.js.map +1 -0
- package/dist/{chunk-EQWVJX6K.mjs → chunk-YPMA4SKP.mjs} +9 -6
- package/dist/{chunk-EQWVJX6K.mjs.map → chunk-YPMA4SKP.mjs.map} +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/NotificationServicesController/__fixtures__/mock-raw-notifications.d.ts.map +1 -1
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-7F6755Q2.mjs.map +0 -1
- package/dist/chunk-ZMNXLHAC.js.map +0 -1
- /package/dist/{chunk-TITJWXKP.js.map → chunk-DAF75QU4.js.map} +0 -0
- /package/dist/{chunk-54BC2GAN.mjs.map → chunk-OJ2IJTLG.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import "./chunk-A5QFYBTR.mjs";
|
|
|
12
12
|
import "./chunk-IKWNHNJQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
NotificationServicesController_exports
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-AUANZMM3.mjs";
|
|
16
16
|
import "./chunk-5IPZMRR5.mjs";
|
|
17
17
|
import "./chunk-7SDGAI6Z.mjs";
|
|
18
18
|
import "./chunk-X42WN3FE.mjs";
|
|
@@ -27,10 +27,10 @@ import "./chunk-4BTNTREI.mjs";
|
|
|
27
27
|
import "./chunk-QB5IFRLA.mjs";
|
|
28
28
|
import "./chunk-U74Q3BRP.mjs";
|
|
29
29
|
import "./chunk-G52DNXFH.mjs";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-OJ2IJTLG.mjs";
|
|
31
31
|
import "./chunk-KCWTVLMK.mjs";
|
|
32
32
|
import "./chunk-BONB66A2.mjs";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-YPMA4SKP.mjs";
|
|
34
34
|
import "./chunk-D42BBXBM.mjs";
|
|
35
35
|
import "./chunk-PI2RUC6X.mjs";
|
|
36
36
|
import "./chunk-7S6524FI.mjs";
|