richie-cron 0.1.2 → 0.1.3

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
@@ -11,7 +11,7 @@ A cron parsing and iteration library inspired by [`cron-parser`](https://github.
11
11
  ## Install
12
12
 
13
13
  ```bash
14
- bun install
14
+ bun add richie-cron
15
15
  ```
16
16
 
17
17
  ## Supported Cron Format
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "richie-cron",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "commonjs"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "richie-cron",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-cron",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A cron parsing and iteration library inspired by cron-parser, powered by date-fns.",
5
5
  "module": "./dist/mjs/index.mjs",
6
6
  "types": "./dist/types/index.d.ts",