@metamask-previews/notification-services-controller 0.2.0-preview-2ca9038 → 0.2.0-preview-a90bc717

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 (58) hide show
  1. package/dist/NotificationServicesController/NotificationServicesController.js +5 -5
  2. package/dist/NotificationServicesController/NotificationServicesController.mjs +4 -4
  3. package/dist/NotificationServicesController/index.js +7 -7
  4. package/dist/NotificationServicesController/index.mjs +6 -6
  5. package/dist/NotificationServicesController/processors/index.js +6 -6
  6. package/dist/NotificationServicesController/processors/index.mjs +6 -6
  7. package/dist/NotificationServicesController/processors/process-notifications.js +4 -4
  8. package/dist/NotificationServicesController/processors/process-notifications.mjs +3 -3
  9. package/dist/NotificationServicesController/services/feature-announcements.js +1 -1
  10. package/dist/NotificationServicesController/services/feature-announcements.mjs +1 -1
  11. package/dist/NotificationServicesPushController/NotificationServicesPushController.js +10 -10
  12. package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +9 -9
  13. package/dist/NotificationServicesPushController/index.js +11 -11
  14. package/dist/NotificationServicesPushController/index.mjs +10 -10
  15. package/dist/NotificationServicesPushController/services/push/push-web.js +8 -8
  16. package/dist/NotificationServicesPushController/services/push/push-web.mjs +7 -7
  17. package/dist/NotificationServicesPushController/services/services.js +9 -9
  18. package/dist/NotificationServicesPushController/services/services.mjs +8 -8
  19. package/dist/NotificationServicesPushController/utils/get-notification-message.js +6 -6
  20. package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +6 -6
  21. package/dist/NotificationServicesPushController/utils/index.js +6 -6
  22. package/dist/NotificationServicesPushController/utils/index.mjs +6 -6
  23. package/dist/{chunk-GDKHOBJT.js → chunk-2LBAHMAK.js} +3 -3
  24. package/dist/{chunk-KCWTVLMK.mjs → chunk-5VM2VK3Q.mjs} +5 -5
  25. package/dist/{chunk-323GXNRE.js → chunk-CZKX6VHV.js} +6 -6
  26. package/dist/{chunk-KWTSMLND.js → chunk-F6TV2QLL.js} +6 -6
  27. package/dist/{chunk-5FUMSWDD.js → chunk-GG634PLY.js} +3 -3
  28. package/dist/{chunk-X3ZU3HL7.mjs → chunk-JEH5XP26.mjs} +3 -3
  29. package/dist/{chunk-OE2TTTBQ.js → chunk-JTSACRMB.js} +6 -6
  30. package/dist/{chunk-X42WN3FE.mjs → chunk-MIEONGR7.mjs} +5 -5
  31. package/dist/{chunk-OLYCBAVW.mjs → chunk-N2CUQ2PR.mjs} +4 -4
  32. package/dist/{chunk-PGXUX4TK.mjs → chunk-NDSIYLUU.mjs} +3 -3
  33. package/dist/{chunk-6GXEFQ64.js → chunk-UH243KEY.js} +11 -11
  34. package/dist/{chunk-N4EKQQX7.mjs → chunk-X2OYJ5EF.mjs} +2 -2
  35. package/dist/{chunk-4HOEZMSV.js → chunk-X2S2LIAM.js} +4 -4
  36. package/dist/{chunk-YHVXD5WW.mjs → chunk-Y2CBI2UW.mjs} +2 -2
  37. package/dist/{chunk-2BCJRWFF.js → chunk-ZLHWOPF7.js} +4 -4
  38. package/dist/{chunk-WGGW6VCR.mjs → chunk-ZYSMNLBA.mjs} +2 -2
  39. package/dist/index.js +11 -11
  40. package/dist/index.mjs +10 -10
  41. package/dist/tsconfig.build.tsbuildinfo +1 -1
  42. package/package.json +2 -2
  43. /package/dist/{chunk-GDKHOBJT.js.map → chunk-2LBAHMAK.js.map} +0 -0
  44. /package/dist/{chunk-KCWTVLMK.mjs.map → chunk-5VM2VK3Q.mjs.map} +0 -0
  45. /package/dist/{chunk-323GXNRE.js.map → chunk-CZKX6VHV.js.map} +0 -0
  46. /package/dist/{chunk-KWTSMLND.js.map → chunk-F6TV2QLL.js.map} +0 -0
  47. /package/dist/{chunk-5FUMSWDD.js.map → chunk-GG634PLY.js.map} +0 -0
  48. /package/dist/{chunk-X3ZU3HL7.mjs.map → chunk-JEH5XP26.mjs.map} +0 -0
  49. /package/dist/{chunk-OE2TTTBQ.js.map → chunk-JTSACRMB.js.map} +0 -0
  50. /package/dist/{chunk-X42WN3FE.mjs.map → chunk-MIEONGR7.mjs.map} +0 -0
  51. /package/dist/{chunk-OLYCBAVW.mjs.map → chunk-N2CUQ2PR.mjs.map} +0 -0
  52. /package/dist/{chunk-PGXUX4TK.mjs.map → chunk-NDSIYLUU.mjs.map} +0 -0
  53. /package/dist/{chunk-6GXEFQ64.js.map → chunk-UH243KEY.js.map} +0 -0
  54. /package/dist/{chunk-N4EKQQX7.mjs.map → chunk-X2OYJ5EF.mjs.map} +0 -0
  55. /package/dist/{chunk-4HOEZMSV.js.map → chunk-X2S2LIAM.js.map} +0 -0
  56. /package/dist/{chunk-YHVXD5WW.mjs.map → chunk-Y2CBI2UW.mjs.map} +0 -0
  57. /package/dist/{chunk-2BCJRWFF.js.map → chunk-ZLHWOPF7.js.map} +0 -0
  58. /package/dist/{chunk-WGGW6VCR.mjs.map → chunk-ZYSMNLBA.mjs.map} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "0.2.0-preview-2ca9038",
3
+ "version": "0.2.0-preview-a90bc717",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -64,7 +64,7 @@
64
64
  "ts-jest": "^27.1.4",
65
65
  "typedoc": "^0.24.8",
66
66
  "typedoc-plugin-missing-exports": "^2.0.0",
67
- "typescript": "~5.0.4"
67
+ "typescript": "~5.1.6"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@metamask/keyring-controller": "^17.0.0",