@messenger-box/cron-job-server-module 9.0.4-alpha.1 → 9.0.4-alpha.4

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,14 @@
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.4](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.3...v9.0.4-alpha.4) (2024-09-19)
7
+
8
+ **Note:** Version bump only for package @messenger-box/cron-job-server-module
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @messenger-box/cron-job-server-module
13
+
6
14
  ## [9.0.4-alpha.1](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.0...v9.0.4-alpha.1) (2024-09-12)
7
15
 
8
16
  **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,8 +781,6 @@ module.exports = require("moleculer");
780
781
  /******/
781
782
  /************************************************************************/
782
783
  var __webpack_exports__ = {};
783
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
784
- (() => {
785
784
  /*!**********************!*\
786
785
  !*** ./src/index.ts ***!
787
786
  \**********************/
@@ -792,8 +791,6 @@ __webpack_require__.r(__webpack_exports__);
792
791
  /* harmony import */ var _module__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./module */ "./src/module.ts");
793
792
 
794
793
 
795
- })();
796
-
797
794
  module.exports = __webpack_exports__;
798
795
  /******/ })()
799
796
  ;