@metamask-previews/notification-services-controller 0.1.1-preview-0338bfe → 0.1.1-preview-4f222935

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 (52) hide show
  1. package/dist/NotificationServicesController/NotificationServicesController.js +3 -3
  2. package/dist/NotificationServicesController/NotificationServicesController.mjs +2 -2
  3. package/dist/NotificationServicesController/index.js +4 -4
  4. package/dist/NotificationServicesController/index.mjs +3 -3
  5. package/dist/NotificationServicesController/services/onchain-notifications.js +2 -2
  6. package/dist/NotificationServicesController/services/onchain-notifications.mjs +1 -1
  7. package/dist/NotificationServicesPushController/NotificationServicesPushController.js +5 -5
  8. package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +4 -4
  9. package/dist/NotificationServicesPushController/index.js +6 -6
  10. package/dist/NotificationServicesPushController/index.mjs +5 -5
  11. package/dist/NotificationServicesPushController/services/push/push-web.js +3 -3
  12. package/dist/NotificationServicesPushController/services/push/push-web.mjs +3 -3
  13. package/dist/NotificationServicesPushController/services/services.js +3 -3
  14. package/dist/NotificationServicesPushController/services/services.mjs +3 -3
  15. package/dist/NotificationServicesPushController/utils/get-notification-message.js +3 -3
  16. package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +3 -3
  17. package/dist/NotificationServicesPushController/utils/index.js +3 -3
  18. package/dist/NotificationServicesPushController/utils/index.mjs +3 -3
  19. package/dist/{chunk-5TUHE2FM.js → chunk-FUHJHUPP.js} +1 -1
  20. package/dist/chunk-FUHJHUPP.js.map +1 -0
  21. package/dist/{chunk-TITJWXKP.js → chunk-FWT544DV.js} +7 -7
  22. package/dist/chunk-FWT544DV.js.map +1 -0
  23. package/dist/{chunk-R373BQEU.mjs → chunk-GDJPCXFJ.mjs} +2 -2
  24. package/dist/{chunk-7F6755Q2.mjs → chunk-GIZ2HPES.mjs} +3 -3
  25. package/dist/{chunk-MT4VCZEE.js → chunk-JCTB7YFX.js} +4 -4
  26. package/dist/{chunk-PI2RUC6X.mjs → chunk-NCYV66A7.mjs} +2 -2
  27. package/dist/chunk-NCYV66A7.mjs.map +1 -0
  28. package/dist/{chunk-XVIUHFC3.mjs → chunk-PLTPHT34.mjs} +1 -1
  29. package/dist/chunk-PLTPHT34.mjs.map +1 -0
  30. package/dist/{chunk-TPGIXSC2.js → chunk-VTUTQGGG.js} +2 -2
  31. package/dist/chunk-VTUTQGGG.js.map +1 -0
  32. package/dist/{chunk-DO4SOA4Y.js → chunk-YDKPMDLR.js} +9 -9
  33. package/dist/{chunk-54BC2GAN.mjs → chunk-YQUCX64Z.mjs} +2 -2
  34. package/dist/chunk-YQUCX64Z.mjs.map +1 -0
  35. package/dist/index.js +6 -6
  36. package/dist/index.mjs +5 -5
  37. package/dist/tsconfig.build.tsbuildinfo +1 -1
  38. package/dist/types/NotificationServicesController/NotificationServicesController.d.ts +1 -1
  39. package/dist/types/NotificationServicesController/NotificationServicesController.d.ts.map +1 -1
  40. package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts +1 -1
  41. package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts.map +1 -1
  42. package/package.json +4 -4
  43. package/dist/chunk-54BC2GAN.mjs.map +0 -1
  44. package/dist/chunk-5TUHE2FM.js.map +0 -1
  45. package/dist/chunk-PI2RUC6X.mjs.map +0 -1
  46. package/dist/chunk-TITJWXKP.js.map +0 -1
  47. package/dist/chunk-TPGIXSC2.js.map +0 -1
  48. package/dist/chunk-XVIUHFC3.mjs.map +0 -1
  49. /package/dist/{chunk-R373BQEU.mjs.map → chunk-GDJPCXFJ.mjs.map} +0 -0
  50. /package/dist/{chunk-7F6755Q2.mjs.map → chunk-GIZ2HPES.mjs.map} +0 -0
  51. /package/dist/{chunk-MT4VCZEE.js.map → chunk-JCTB7YFX.js.map} +0 -0
  52. /package/dist/{chunk-DO4SOA4Y.js.map → chunk-YDKPMDLR.js.map} +0 -0
package/dist/index.mjs CHANGED
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  NotificationServicesPushController_exports
3
- } from "./chunk-R373BQEU.mjs";
3
+ } from "./chunk-GDJPCXFJ.mjs";
4
4
  import "./chunk-DCADU5QI.mjs";
5
5
  import "./chunk-6GUOLD7O.mjs";
6
6
  import "./chunk-ODI2BTKS.mjs";
7
7
  import "./chunk-IOMDG67D.mjs";
8
8
  import "./chunk-RAUV5UV4.mjs";
9
- import "./chunk-XVIUHFC3.mjs";
9
+ import "./chunk-PLTPHT34.mjs";
10
10
  import "./chunk-ADYRLXWY.mjs";
11
11
  import "./chunk-A5QFYBTR.mjs";
12
12
  import "./chunk-IKWNHNJQ.mjs";
13
13
  import {
14
14
  NotificationServicesController_exports
15
- } from "./chunk-7F6755Q2.mjs";
15
+ } from "./chunk-GIZ2HPES.mjs";
16
16
  import "./chunk-5IPZMRR5.mjs";
17
17
  import "./chunk-7SDGAI6Z.mjs";
18
18
  import "./chunk-X42WN3FE.mjs";
@@ -27,12 +27,12 @@ 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-54BC2GAN.mjs";
30
+ import "./chunk-YQUCX64Z.mjs";
31
31
  import "./chunk-KCWTVLMK.mjs";
32
32
  import "./chunk-BONB66A2.mjs";
33
33
  import "./chunk-EQWVJX6K.mjs";
34
34
  import "./chunk-D42BBXBM.mjs";
35
- import "./chunk-PI2RUC6X.mjs";
35
+ import "./chunk-NCYV66A7.mjs";
36
36
  import "./chunk-7S6524FI.mjs";
37
37
  import "./chunk-ZHAD55AN.mjs";
38
38
  import "./chunk-J4D2NH6Y.mjs";