@metamask-previews/notification-services-controller 0.0.0-preview-98d4c2a0 → 0.0.0-preview-e751859
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/onchain-notifications.js +2 -2
- package/dist/NotificationServicesController/services/onchain-notifications.mjs +1 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js +3 -3
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +3 -3
- package/dist/NotificationServicesPushController/index.js +5 -5
- package/dist/NotificationServicesPushController/index.mjs +4 -4
- 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-3M76IZD5.js +965 -0
- package/dist/chunk-3M76IZD5.js.map +1 -0
- package/dist/{chunk-DNTK4U5M.js → chunk-3O5NGZWB.js} +2266 -892
- package/dist/chunk-3O5NGZWB.js.map +1 -0
- package/dist/{chunk-5OYPOYXZ.mjs → chunk-4QS664EH.mjs} +2 -2
- package/dist/{chunk-KTQP5UDT.mjs → chunk-IG3CMJBW.mjs} +2272 -898
- package/dist/chunk-IG3CMJBW.mjs.map +1 -0
- package/dist/{chunk-XNBTOK6G.js → chunk-LJ533Y4L.js} +7 -7
- package/dist/{chunk-3F4M3OUO.mjs → chunk-VNTBP7AI.mjs} +2 -2
- package/dist/{chunk-6B5FOWRH.js → chunk-WYAE7RGD.js} +3 -3
- package/dist/chunk-Y7CUC6PM.mjs +965 -0
- package/dist/chunk-Y7CUC6PM.mjs.map +1 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +4 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -4
- package/dist/chunk-DNTK4U5M.js.map +0 -1
- package/dist/chunk-KTQP5UDT.mjs.map +0 -1
- package/dist/chunk-UIRZIKC3.mjs +0 -187
- package/dist/chunk-UIRZIKC3.mjs.map +0 -1
- package/dist/chunk-VOZ7Y2OO.js +0 -187
- package/dist/chunk-VOZ7Y2OO.js.map +0 -1
- /package/dist/{chunk-5OYPOYXZ.mjs.map → chunk-4QS664EH.mjs.map} +0 -0
- /package/dist/{chunk-XNBTOK6G.js.map → chunk-LJ533Y4L.js.map} +0 -0
- /package/dist/{chunk-3F4M3OUO.mjs.map → chunk-VNTBP7AI.mjs.map} +0 -0
- /package/dist/{chunk-6B5FOWRH.js.map → chunk-WYAE7RGD.js.map} +0 -0
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
deleteOnChainTriggers,
|
|
10
10
|
getOnChainNotifications,
|
|
11
11
|
markNotificationsAsRead
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-IG3CMJBW.mjs";
|
|
13
13
|
import {
|
|
14
14
|
checkAccountsPresence,
|
|
15
15
|
getAllUUIDs,
|
|
@@ -799,4 +799,4 @@ export {
|
|
|
799
799
|
defaultState,
|
|
800
800
|
NotificationServicesController
|
|
801
801
|
};
|
|
802
|
-
//# sourceMappingURL=chunk-
|
|
802
|
+
//# sourceMappingURL=chunk-4QS664EH.mjs.map
|