@hazeljs/cron 0.2.0-rc.8 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -432,11 +432,11 @@ Contributions are welcome! Please read our [Contributing Guide](../../CONTRIBUTI
432
432
 
433
433
  ## License
434
434
 
435
- Apache 2.0 © [HazelJS](https://hazeljs.com)
435
+ Apache 2.0 © [HazelJS](https://hazeljs.ai)
436
436
 
437
437
  ## Links
438
438
 
439
- - [Documentation](https://hazeljs.com/docs/packages/cron)
439
+ - [Documentation](https://hazeljs.ai/docs/packages/cron)
440
440
  - [GitHub](https://github.com/hazel-js/hazeljs)
441
441
  - [Issues](https://github.com/hazel-js/hazeljs/issues)
442
442
  - [Discord](https://discord.com/channels/1448263814238965833/1448263814859456575)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/cron",
3
- "version": "0.2.0-rc.8",
3
+ "version": "0.2.1",
4
4
  "description": "Cron job scheduling module for HazelJS framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -46,9 +46,9 @@
46
46
  "bugs": {
47
47
  "url": "https://github.com/hazeljs/hazel-js/issues"
48
48
  },
49
- "homepage": "https://hazeljs.com",
49
+ "homepage": "https://hazeljs.ai",
50
50
  "peerDependencies": {
51
51
  "@hazeljs/core": ">=0.2.0-beta.0"
52
52
  },
53
- "gitHead": "c0cfcca112ad5a11c6d5545acc98bb5d39355896"
53
+ "gitHead": "736a56e3d70b51050608cffae2394de3a3487f20"
54
54
  }