@metamask-previews/notification-services-controller 0.2.0-preview-7f2b7307 → 0.2.1-preview-12fc043b
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/CHANGELOG.md +14 -1
- package/dist/NotificationServicesController/index.js +2 -2
- package/dist/NotificationServicesController/index.mjs +3 -3
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js +1 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +1 -1
- package/dist/NotificationServicesPushController/index.js +3 -3
- package/dist/NotificationServicesPushController/index.mjs +4 -4
- package/dist/NotificationServicesPushController/services/push/push-web.js +1 -1
- package/dist/NotificationServicesPushController/services/push/push-web.mjs +1 -1
- package/dist/NotificationServicesPushController/services/services.js +1 -1
- package/dist/NotificationServicesPushController/services/services.mjs +1 -1
- package/dist/NotificationServicesPushController/utils/get-notification-message.js +1 -1
- package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +1 -1
- package/dist/NotificationServicesPushController/utils/index.js +1 -1
- package/dist/NotificationServicesPushController/utils/index.mjs +1 -1
- package/dist/chunk-J776HRLN.js +31 -0
- package/dist/chunk-J776HRLN.js.map +1 -0
- package/dist/chunk-OPGQSY7Y.mjs +39 -0
- package/dist/chunk-OPGQSY7Y.mjs.map +1 -0
- package/dist/chunk-RT45HUZ6.mjs +31 -0
- package/dist/chunk-RT45HUZ6.mjs.map +1 -0
- package/dist/chunk-VIB7ZSZG.js +39 -0
- package/dist/chunk-VIB7ZSZG.js.map +1 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/NotificationServicesController/index.d.ts +2 -1
- package/dist/types/NotificationServicesController/index.d.ts.map +1 -1
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts +2 -2
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts.map +1 -1
- package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts +3 -3
- package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts.map +1 -1
- package/dist/types/NotificationServicesPushController/index.d.ts +2 -1
- package/dist/types/NotificationServicesPushController/index.d.ts.map +1 -1
- package/dist/types/NotificationServicesPushController/services/endpoints.d.ts +1 -1
- package/dist/types/NotificationServicesPushController/services/endpoints.d.ts.map +1 -1
- package/package.json +54 -4
- package/dist/chunk-2BCJRWFF.js +0 -94
- package/dist/chunk-2BCJRWFF.js.map +0 -1
- package/dist/chunk-N4EKQQX7.mjs +0 -94
- package/dist/chunk-N4EKQQX7.mjs.map +0 -1
- package/dist/chunk-P5DZ7JHL.js +0 -929
- package/dist/chunk-P5DZ7JHL.js.map +0 -1
- package/dist/chunk-Z5VM5N2S.mjs +0 -929
- package/dist/chunk-Z5VM5N2S.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.2.1]
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- new controller events when notifications list is updated or notifications are read ([#4573](https://github.com/MetaMask/core/pull/4573))
|
|
15
|
+
- unlock checks for when controller methods are called ([#4569](https://github.com/MetaMask/core/pull/4569))
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- updated controller event type names ([#4592](https://github.com/MetaMask/core/pull/4592))
|
|
20
|
+
- Bump `typescript` from `~5.0.4` to `~5.1.6` ([#4576](https://github.com/MetaMask/core/pull/4576))
|
|
21
|
+
|
|
10
22
|
## [0.2.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -56,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
56
68
|
|
|
57
69
|
- Initial release
|
|
58
70
|
|
|
59
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.
|
|
71
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.1...HEAD
|
|
72
|
+
[0.2.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.2.0...@metamask/notification-services-controller@0.2.1
|
|
60
73
|
[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.2...@metamask/notification-services-controller@0.2.0
|
|
61
74
|
[0.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.1...@metamask/notification-services-controller@0.1.2
|
|
62
75
|
[0.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.1.0...@metamask/notification-services-controller@0.1.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVIB7ZSZGjs = require('../chunk-VIB7ZSZG.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunk232HZSEVjs = require('../chunk-232HZSEV.js');
|
|
@@ -46,5 +46,5 @@ require('../chunk-IGY2S5BC.js');
|
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
exports.Constants = _chunkQY4UST5Vjs.constants_exports; exports.Controller = _chunkFFKCMR6Qjs.NotificationServicesController; exports.
|
|
49
|
+
exports.Constants = _chunkQY4UST5Vjs.constants_exports; exports.Controller = _chunkFFKCMR6Qjs.NotificationServicesController; exports.Processors = _chunkKWTSMLNDjs.processors_exports; exports.Types = _chunk232HZSEVjs.types_exports; exports.UI = _chunkIG3KWCQUjs.ui_exports; exports.default = _chunkVIB7ZSZGjs.NotificationServicesController_default; exports.defaultState = _chunkFFKCMR6Qjs.defaultState;
|
|
50
50
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../chunk-
|
|
2
|
+
NotificationServicesController_default
|
|
3
|
+
} from "../chunk-OPGQSY7Y.mjs";
|
|
4
4
|
import {
|
|
5
5
|
types_exports
|
|
6
6
|
} from "../chunk-B4ECJJ5C.mjs";
|
|
@@ -41,10 +41,10 @@ import "../chunk-U5UIDVOO.mjs";
|
|
|
41
41
|
export {
|
|
42
42
|
constants_exports as Constants,
|
|
43
43
|
NotificationServicesController as Controller,
|
|
44
|
-
fixtures_exports as Mocks,
|
|
45
44
|
processors_exports as Processors,
|
|
46
45
|
types_exports as Types,
|
|
47
46
|
ui_exports as UI,
|
|
47
|
+
NotificationServicesController_default as default,
|
|
48
48
|
defaultState
|
|
49
49
|
};
|
|
50
50
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -5,7 +5,7 @@ var _chunk6GXEFQ64js = require('../chunk-6GXEFQ64.js');
|
|
|
5
5
|
require('../chunk-4HOEZMSV.js');
|
|
6
6
|
require('../chunk-GDKHOBJT.js');
|
|
7
7
|
require('../chunk-B25TJ7KS.js');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-VIB7ZSZG.js');
|
|
9
9
|
require('../chunk-232HZSEV.js');
|
|
10
10
|
require('../chunk-XZEVRYUE.js');
|
|
11
11
|
require('../chunk-3ZS2HAEG.js');
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import "../chunk-WGGW6VCR.mjs";
|
|
6
6
|
import "../chunk-YHVXD5WW.mjs";
|
|
7
7
|
import "../chunk-IKWNHNJQ.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-OPGQSY7Y.mjs";
|
|
9
9
|
import "../chunk-B4ECJJ5C.mjs";
|
|
10
10
|
import "../chunk-U74Q3BRP.mjs";
|
|
11
11
|
import "../chunk-G52DNXFH.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkJ776HRLNjs = require('../chunk-J776HRLN.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunk7LWR54U7js = require('../chunk-7LWR54U7.js');
|
|
@@ -17,7 +17,7 @@ var _chunk6GXEFQ64js = require('../chunk-6GXEFQ64.js');
|
|
|
17
17
|
require('../chunk-4HOEZMSV.js');
|
|
18
18
|
require('../chunk-GDKHOBJT.js');
|
|
19
19
|
require('../chunk-B25TJ7KS.js');
|
|
20
|
-
require('../chunk-
|
|
20
|
+
require('../chunk-VIB7ZSZG.js');
|
|
21
21
|
require('../chunk-232HZSEV.js');
|
|
22
22
|
require('../chunk-XZEVRYUE.js');
|
|
23
23
|
require('../chunk-3ZS2HAEG.js');
|
|
@@ -50,5 +50,5 @@ require('../chunk-IGY2S5BC.js');
|
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
exports.Controller = _chunk6GXEFQ64js.NotificationServicesPushController; exports.
|
|
53
|
+
exports.Controller = _chunk6GXEFQ64js.NotificationServicesPushController; exports.Types = _chunk7LWR54U7js.types_exports; exports.Utils = _chunkENRKCWJ6js.utils_exports; exports.default = _chunkJ776HRLNjs.NotificationServicesPushController_default; exports.defaultState = _chunk6GXEFQ64js.defaultState;
|
|
54
54
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../chunk-
|
|
2
|
+
NotificationServicesPushController_default
|
|
3
|
+
} from "../chunk-RT45HUZ6.mjs";
|
|
4
4
|
import {
|
|
5
5
|
types_exports
|
|
6
6
|
} from "../chunk-IOMDG67D.mjs";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
import "../chunk-WGGW6VCR.mjs";
|
|
18
18
|
import "../chunk-YHVXD5WW.mjs";
|
|
19
19
|
import "../chunk-IKWNHNJQ.mjs";
|
|
20
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-OPGQSY7Y.mjs";
|
|
21
21
|
import "../chunk-B4ECJJ5C.mjs";
|
|
22
22
|
import "../chunk-U74Q3BRP.mjs";
|
|
23
23
|
import "../chunk-G52DNXFH.mjs";
|
|
@@ -46,9 +46,9 @@ import "../chunk-6ZDVTRRT.mjs";
|
|
|
46
46
|
import "../chunk-U5UIDVOO.mjs";
|
|
47
47
|
export {
|
|
48
48
|
NotificationServicesPushController as Controller,
|
|
49
|
-
fixtures_exports as Mocks,
|
|
50
49
|
types_exports as Types,
|
|
51
50
|
utils_exports as Utils,
|
|
51
|
+
NotificationServicesPushController_default as default,
|
|
52
52
|
defaultState
|
|
53
53
|
};
|
|
54
54
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
var _chunkGDKHOBJTjs = require('../../../chunk-GDKHOBJT.js');
|
|
7
|
-
require('../../../chunk-
|
|
7
|
+
require('../../../chunk-VIB7ZSZG.js');
|
|
8
8
|
require('../../../chunk-232HZSEV.js');
|
|
9
9
|
require('../../../chunk-XZEVRYUE.js');
|
|
10
10
|
require('../../../chunk-3ZS2HAEG.js');
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
listenToPushNotificationsClicked,
|
|
5
5
|
listenToPushNotificationsReceived
|
|
6
6
|
} from "../../../chunk-YHVXD5WW.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-OPGQSY7Y.mjs";
|
|
8
8
|
import "../../../chunk-B4ECJJ5C.mjs";
|
|
9
9
|
import "../../../chunk-U74Q3BRP.mjs";
|
|
10
10
|
import "../../../chunk-G52DNXFH.mjs";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
var _chunk4HOEZMSVjs = require('../../chunk-4HOEZMSV.js');
|
|
9
9
|
require('../../chunk-GDKHOBJT.js');
|
|
10
10
|
require('../../chunk-B25TJ7KS.js');
|
|
11
|
-
require('../../chunk-
|
|
11
|
+
require('../../chunk-VIB7ZSZG.js');
|
|
12
12
|
require('../../chunk-232HZSEV.js');
|
|
13
13
|
require('../../chunk-XZEVRYUE.js');
|
|
14
14
|
require('../../chunk-3ZS2HAEG.js');
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
} from "../../chunk-WGGW6VCR.mjs";
|
|
9
9
|
import "../../chunk-YHVXD5WW.mjs";
|
|
10
10
|
import "../../chunk-IKWNHNJQ.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-OPGQSY7Y.mjs";
|
|
12
12
|
import "../../chunk-B4ECJJ5C.mjs";
|
|
13
13
|
import "../../chunk-U74Q3BRP.mjs";
|
|
14
14
|
import "../../chunk-G52DNXFH.mjs";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
var _chunkBUT7X5F2js = require('../../chunk-BUT7X5F2.js');
|
|
6
6
|
require('../../chunk-EJ52BDLB.js');
|
|
7
|
-
require('../../chunk-
|
|
7
|
+
require('../../chunk-VIB7ZSZG.js');
|
|
8
8
|
require('../../chunk-232HZSEV.js');
|
|
9
9
|
require('../../chunk-XZEVRYUE.js');
|
|
10
10
|
require('../../chunk-3ZS2HAEG.js');
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
isOnChainNotification
|
|
5
5
|
} from "../../chunk-6GUOLD7O.mjs";
|
|
6
6
|
import "../../chunk-ODI2BTKS.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-OPGQSY7Y.mjs";
|
|
8
8
|
import "../../chunk-B4ECJJ5C.mjs";
|
|
9
9
|
import "../../chunk-U74Q3BRP.mjs";
|
|
10
10
|
import "../../chunk-G52DNXFH.mjs";
|
|
@@ -10,7 +10,7 @@ var _chunkBUT7X5F2js = require('../../chunk-BUT7X5F2.js');
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkEJ52BDLBjs = require('../../chunk-EJ52BDLB.js');
|
|
13
|
-
require('../../chunk-
|
|
13
|
+
require('../../chunk-VIB7ZSZG.js');
|
|
14
14
|
require('../../chunk-232HZSEV.js');
|
|
15
15
|
require('../../chunk-XZEVRYUE.js');
|
|
16
16
|
require('../../chunk-3ZS2HAEG.js');
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
getAmount,
|
|
11
11
|
getLeadingZeroCount
|
|
12
12
|
} from "../../chunk-ODI2BTKS.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-OPGQSY7Y.mjs";
|
|
14
14
|
import "../../chunk-B4ECJJ5C.mjs";
|
|
15
15
|
import "../../chunk-U74Q3BRP.mjs";
|
|
16
16
|
import "../../chunk-G52DNXFH.mjs";
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunk7LWR54U7js = require('./chunk-7LWR54U7.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkENRKCWJ6js = require('./chunk-ENRKCWJ6.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
var _chunk6GXEFQ64js = require('./chunk-6GXEFQ64.js');
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
var _chunkIGY2S5BCjs = require('./chunk-IGY2S5BC.js');
|
|
14
|
+
|
|
15
|
+
// src/NotificationServicesPushController/index.ts
|
|
16
|
+
var NotificationServicesPushController_exports = {};
|
|
17
|
+
_chunkIGY2S5BCjs.__export.call(void 0, NotificationServicesPushController_exports, {
|
|
18
|
+
Controller: () => _chunk6GXEFQ64js.NotificationServicesPushController,
|
|
19
|
+
Types: () => _chunk7LWR54U7js.types_exports,
|
|
20
|
+
Utils: () => _chunkENRKCWJ6js.utils_exports,
|
|
21
|
+
default: () => NotificationServicesPushController_default,
|
|
22
|
+
defaultState: () => _chunk6GXEFQ64js.defaultState
|
|
23
|
+
});
|
|
24
|
+
var NotificationServicesPushController2 = _chunk6GXEFQ64js.NotificationServicesPushController;
|
|
25
|
+
var NotificationServicesPushController_default = NotificationServicesPushController2;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
exports.NotificationServicesPushController_default = NotificationServicesPushController_default; exports.NotificationServicesPushController_exports = NotificationServicesPushController_exports;
|
|
31
|
+
//# sourceMappingURL=chunk-J776HRLN.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/NotificationServicesPushController/index.ts"],"names":["NotificationServicesPushController"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAMA,sCAAqC;AAE3C,IAAO,6CAAQA","sourcesContent":["import Controller from './NotificationServicesPushController';\n\nconst NotificationServicesPushController = Controller;\nexport { Controller };\nexport default NotificationServicesPushController;\nexport * from './NotificationServicesPushController';\nexport * as Types from './types';\nexport * as Utils from './utils';\n"]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import {
|
|
2
|
+
types_exports
|
|
3
|
+
} from "./chunk-B4ECJJ5C.mjs";
|
|
4
|
+
import {
|
|
5
|
+
ui_exports
|
|
6
|
+
} from "./chunk-5JDAO4ZC.mjs";
|
|
7
|
+
import {
|
|
8
|
+
constants_exports
|
|
9
|
+
} from "./chunk-ZHAD55AN.mjs";
|
|
10
|
+
import {
|
|
11
|
+
processors_exports
|
|
12
|
+
} from "./chunk-X42WN3FE.mjs";
|
|
13
|
+
import {
|
|
14
|
+
NotificationServicesController,
|
|
15
|
+
defaultState
|
|
16
|
+
} from "./chunk-4E76LF6X.mjs";
|
|
17
|
+
import {
|
|
18
|
+
__export
|
|
19
|
+
} from "./chunk-U5UIDVOO.mjs";
|
|
20
|
+
|
|
21
|
+
// src/NotificationServicesController/index.ts
|
|
22
|
+
var NotificationServicesController_exports = {};
|
|
23
|
+
__export(NotificationServicesController_exports, {
|
|
24
|
+
Constants: () => constants_exports,
|
|
25
|
+
Controller: () => NotificationServicesController,
|
|
26
|
+
Processors: () => processors_exports,
|
|
27
|
+
Types: () => types_exports,
|
|
28
|
+
UI: () => ui_exports,
|
|
29
|
+
default: () => NotificationServicesController_default,
|
|
30
|
+
defaultState: () => defaultState
|
|
31
|
+
});
|
|
32
|
+
var NotificationServicesController2 = NotificationServicesController;
|
|
33
|
+
var NotificationServicesController_default = NotificationServicesController2;
|
|
34
|
+
|
|
35
|
+
export {
|
|
36
|
+
NotificationServicesController_default,
|
|
37
|
+
NotificationServicesController_exports
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=chunk-OPGQSY7Y.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/NotificationServicesController/index.ts"],"sourcesContent":["import Controller from './NotificationServicesController';\n\nconst NotificationServicesController = Controller;\nexport { Controller };\nexport default NotificationServicesController;\nexport * from './NotificationServicesController';\nexport * as Types from './types';\nexport * as Processors from './processors';\nexport * as Constants from './constants';\nexport * as UI from './ui';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAMA,kCAAiC;AAEvC,IAAO,yCAAQC;","names":["NotificationServicesController","NotificationServicesController"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import {
|
|
2
|
+
types_exports
|
|
3
|
+
} from "./chunk-IOMDG67D.mjs";
|
|
4
|
+
import {
|
|
5
|
+
utils_exports
|
|
6
|
+
} from "./chunk-DCADU5QI.mjs";
|
|
7
|
+
import {
|
|
8
|
+
NotificationServicesPushController,
|
|
9
|
+
defaultState
|
|
10
|
+
} from "./chunk-X3ZU3HL7.mjs";
|
|
11
|
+
import {
|
|
12
|
+
__export
|
|
13
|
+
} from "./chunk-U5UIDVOO.mjs";
|
|
14
|
+
|
|
15
|
+
// src/NotificationServicesPushController/index.ts
|
|
16
|
+
var NotificationServicesPushController_exports = {};
|
|
17
|
+
__export(NotificationServicesPushController_exports, {
|
|
18
|
+
Controller: () => NotificationServicesPushController,
|
|
19
|
+
Types: () => types_exports,
|
|
20
|
+
Utils: () => utils_exports,
|
|
21
|
+
default: () => NotificationServicesPushController_default,
|
|
22
|
+
defaultState: () => defaultState
|
|
23
|
+
});
|
|
24
|
+
var NotificationServicesPushController2 = NotificationServicesPushController;
|
|
25
|
+
var NotificationServicesPushController_default = NotificationServicesPushController2;
|
|
26
|
+
|
|
27
|
+
export {
|
|
28
|
+
NotificationServicesPushController_default,
|
|
29
|
+
NotificationServicesPushController_exports
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=chunk-RT45HUZ6.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/NotificationServicesPushController/index.ts"],"sourcesContent":["import Controller from './NotificationServicesPushController';\n\nconst NotificationServicesPushController = Controller;\nexport { Controller };\nexport default NotificationServicesPushController;\nexport * from './NotificationServicesPushController';\nexport * as Types from './types';\nexport * as Utils from './utils';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAMA,sCAAqC;AAE3C,IAAO,6CAAQC;","names":["NotificationServicesPushController","NotificationServicesPushController"]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
var _chunk232HZSEVjs = require('./chunk-232HZSEV.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
var _chunkIG3KWCQUjs = require('./chunk-IG3KWCQU.js');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var _chunkQY4UST5Vjs = require('./chunk-QY4UST5V.js');
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _chunkKWTSMLNDjs = require('./chunk-KWTSMLND.js');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
var _chunkFFKCMR6Qjs = require('./chunk-FFKCMR6Q.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
var _chunkIGY2S5BCjs = require('./chunk-IGY2S5BC.js');
|
|
20
|
+
|
|
21
|
+
// src/NotificationServicesController/index.ts
|
|
22
|
+
var NotificationServicesController_exports = {};
|
|
23
|
+
_chunkIGY2S5BCjs.__export.call(void 0, NotificationServicesController_exports, {
|
|
24
|
+
Constants: () => _chunkQY4UST5Vjs.constants_exports,
|
|
25
|
+
Controller: () => _chunkFFKCMR6Qjs.NotificationServicesController,
|
|
26
|
+
Processors: () => _chunkKWTSMLNDjs.processors_exports,
|
|
27
|
+
Types: () => _chunk232HZSEVjs.types_exports,
|
|
28
|
+
UI: () => _chunkIG3KWCQUjs.ui_exports,
|
|
29
|
+
default: () => NotificationServicesController_default,
|
|
30
|
+
defaultState: () => _chunkFFKCMR6Qjs.defaultState
|
|
31
|
+
});
|
|
32
|
+
var NotificationServicesController2 = _chunkFFKCMR6Qjs.NotificationServicesController;
|
|
33
|
+
var NotificationServicesController_default = NotificationServicesController2;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
exports.NotificationServicesController_default = NotificationServicesController_default; exports.NotificationServicesController_exports = NotificationServicesController_exports;
|
|
39
|
+
//# sourceMappingURL=chunk-VIB7ZSZG.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/NotificationServicesController/index.ts"],"names":["NotificationServicesController"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,IAAMA,kCAAiC;AAEvC,IAAO,yCAAQA","sourcesContent":["import Controller from './NotificationServicesController';\n\nconst NotificationServicesController = Controller;\nexport { Controller };\nexport default NotificationServicesController;\nexport * from './NotificationServicesController';\nexport * as Types from './types';\nexport * as Processors from './processors';\nexport * as Constants from './constants';\nexport * as UI from './ui';\n"]}
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkJ776HRLNjs = require('./chunk-J776HRLN.js');
|
|
4
4
|
require('./chunk-7LWR54U7.js');
|
|
5
5
|
require('./chunk-ENRKCWJ6.js');
|
|
6
6
|
require('./chunk-BUT7X5F2.js');
|
|
@@ -12,7 +12,7 @@ require('./chunk-GDKHOBJT.js');
|
|
|
12
12
|
require('./chunk-B25TJ7KS.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkVIB7ZSZGjs = require('./chunk-VIB7ZSZG.js');
|
|
16
16
|
require('./chunk-232HZSEV.js');
|
|
17
17
|
require('./chunk-XZEVRYUE.js');
|
|
18
18
|
require('./chunk-3ZS2HAEG.js');
|
|
@@ -42,5 +42,5 @@ require('./chunk-IGY2S5BC.js');
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
exports.NotificationServicesController =
|
|
45
|
+
exports.NotificationServicesController = _chunkVIB7ZSZGjs.NotificationServicesController_exports; exports.NotificationsServicesPushController = _chunkJ776HRLNjs.NotificationServicesPushController_exports;
|
|
46
46
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
NotificationServicesPushController_exports
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RT45HUZ6.mjs";
|
|
4
4
|
import "./chunk-IOMDG67D.mjs";
|
|
5
5
|
import "./chunk-DCADU5QI.mjs";
|
|
6
6
|
import "./chunk-6GUOLD7O.mjs";
|
|
@@ -12,7 +12,7 @@ import "./chunk-YHVXD5WW.mjs";
|
|
|
12
12
|
import "./chunk-IKWNHNJQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
NotificationServicesController_exports
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OPGQSY7Y.mjs";
|
|
16
16
|
import "./chunk-B4ECJJ5C.mjs";
|
|
17
17
|
import "./chunk-U74Q3BRP.mjs";
|
|
18
18
|
import "./chunk-G52DNXFH.mjs";
|