@hazeljs/cron 0.2.0-beta.53 → 0.2.0-beta.55

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/README.md CHANGED
@@ -439,4 +439,4 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
439
439
  - [Documentation](https://hazeljs.com/docs/packages/cron)
440
440
  - [GitHub](https://github.com/hazel-js/hazeljs)
441
441
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
442
- - [Discord](https://discord.gg/hazeljs)
442
+ - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
@@ -269,5 +269,5 @@ let CronService = class CronService {
269
269
  };
270
270
  exports.CronService = CronService;
271
271
  exports.CronService = CronService = __decorate([
272
- (0, core_1.Injectable)()
272
+ (0, core_1.Service)()
273
273
  ], CronService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/cron",
3
- "version": "0.2.0-beta.53",
3
+ "version": "0.2.0-beta.55",
4
4
  "description": "Cron job scheduling module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,5 +50,5 @@
50
50
  "peerDependencies": {
51
51
  "@hazeljs/core": ">=0.2.0-beta.0"
52
52
  },
53
- "gitHead": "84311f65083627fa53bf2a22f96cd212c196873c"
53
+ "gitHead": "f2e54f346eea552595a44607999454a9e388cb9e"
54
54
  }