@messenger-box/cron-job-server-module 9.0.4-alpha.2 → 9.0.4-alpha.22
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
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [9.0.4-alpha.22](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.21...v9.0.4-alpha.22) (2025-01-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
9
|
+
|
|
10
|
+
## [9.0.4-alpha.21](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.20...v9.0.4-alpha.21) (2025-01-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
13
|
+
|
|
14
|
+
## [9.0.4-alpha.17](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.16...v9.0.4-alpha.17) (2024-10-17)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
17
|
+
|
|
18
|
+
## [9.0.4-alpha.15](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.14...v9.0.4-alpha.15) (2024-09-30)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
21
|
+
|
|
22
|
+
## [9.0.4-alpha.7](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.6...v9.0.4-alpha.7) (2024-09-20)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
25
|
+
|
|
26
|
+
## [9.0.4-alpha.4](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.3...v9.0.4-alpha.4) (2024-09-19)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
|
29
|
+
|
|
6
30
|
## [9.0.4-alpha.2](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.1...v9.0.4-alpha.2) (2024-09-14)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @messenger-box/cron-job-server-module
|
package/lib/index.js
CHANGED
|
@@ -619,6 +619,7 @@ class MessengerNotificationCronMoleculerService extends moleculer__WEBPACK_IMPOR
|
|
|
619
619
|
this.parseServiceSchema({
|
|
620
620
|
name: MessengerNotificationCronMoleculerService.name,
|
|
621
621
|
started() {
|
|
622
|
+
// @ts-ignore
|
|
622
623
|
this.registerCronJobs(container);
|
|
623
624
|
},
|
|
624
625
|
});
|
|
@@ -780,7 +781,7 @@ module.exports = require("moleculer");
|
|
|
780
781
|
/******/
|
|
781
782
|
/************************************************************************/
|
|
782
783
|
var __webpack_exports__ = {};
|
|
783
|
-
// This entry
|
|
784
|
+
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
|
784
785
|
(() => {
|
|
785
786
|
/*!**********************!*\
|
|
786
787
|
!*** ./src/index.ts ***!
|