@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "0.0.0-preview-
|
|
3
|
+
"version": "0.0.0-preview-e751859",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"@metamask/base-controller": "^6.0.0",
|
|
46
46
|
"@metamask/controller-utils": "^11.0.0",
|
|
47
47
|
"@metamask/keyring-controller": "^17.1.0",
|
|
48
|
-
"@metamask/profile-sync-controller": "^0.0.0",
|
|
49
48
|
"bignumber.js": "^4.1.0",
|
|
50
49
|
"contentful": "^10.3.6",
|
|
51
50
|
"firebase": "^10.11.0",
|
|
@@ -67,8 +66,7 @@
|
|
|
67
66
|
"typescript": "~4.9.5"
|
|
68
67
|
},
|
|
69
68
|
"peerDependencies": {
|
|
70
|
-
"@metamask/keyring-controller": "^17.0.0"
|
|
71
|
-
"@metamask/profile-sync-controller": "^0.0.0"
|
|
69
|
+
"@metamask/keyring-controller": "^17.0.0"
|
|
72
70
|
},
|
|
73
71
|
"engines": {
|
|
74
72
|
"node": "^18.18 || >=20"
|