@wonsukchoi/crondex 0.20.0 → 0.20.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.
package/catalog.json CHANGED
@@ -5471,18 +5471,19 @@
5471
5471
  "path": "jobs/healthcare/patient-recall-reminder.yaml"
5472
5472
  },
5473
5473
  {
5474
- "id": "payroll-run-reminder",
5474
+ "id": "payroll-cutoff-checklist-reminder",
5475
5475
  "version": 1,
5476
- "name": "Payroll Run Reminder",
5477
- "description": "Warns you before the payroll submission deadline so employees actually get paid on time. Use this if payroll has ever run late because the submission cutoff snuck up during a busy week.",
5478
- "category": "finance",
5476
+ "name": "Payroll Run Cutoff Reminder",
5477
+ "description": "Reminds you before the payroll submission cutoff so timesheets and changes get in on time. Use this if payroll has ever run late because a timesheet or new-hire update missed the cutoff by a day.",
5478
+ "category": "hr",
5479
5479
  "tags": [
5480
- "finance",
5481
5480
  "payroll",
5482
- "deadlines"
5481
+ "hr",
5482
+ "reminder",
5483
+ "deadline"
5483
5484
  ],
5484
5485
  "schedule": "0 9 * * *",
5485
- "timezone": "UTC",
5486
+ "timezone": "America/New_York",
5486
5487
  "runner": "shell",
5487
5488
  "modes": [
5488
5489
  "script"
@@ -5492,22 +5493,21 @@
5492
5493
  "claude",
5493
5494
  "codex"
5494
5495
  ],
5495
- "path": "jobs/finance/payroll-run-reminder.yaml"
5496
+ "path": "jobs/hr/payroll-cutoff-checklist-reminder.yaml"
5496
5497
  },
5497
5498
  {
5498
5499
  "id": "payroll-run-reminder",
5499
5500
  "version": 1,
5500
- "name": "Payroll Run Cutoff Reminder",
5501
- "description": "Reminds you before the payroll submission cutoff so timesheets and changes get in on time. Use this if payroll has ever run late because a timesheet or new-hire update missed the cutoff by a day.",
5502
- "category": "hr",
5501
+ "name": "Payroll Run Reminder",
5502
+ "description": "Warns you before the payroll submission deadline so employees actually get paid on time. Use this if payroll has ever run late because the submission cutoff snuck up during a busy week.",
5503
+ "category": "finance",
5503
5504
  "tags": [
5505
+ "finance",
5504
5506
  "payroll",
5505
- "hr",
5506
- "reminder",
5507
- "deadline"
5507
+ "deadlines"
5508
5508
  ],
5509
5509
  "schedule": "0 9 * * *",
5510
- "timezone": "America/New_York",
5510
+ "timezone": "UTC",
5511
5511
  "runner": "shell",
5512
5512
  "modes": [
5513
5513
  "script"
@@ -5517,7 +5517,7 @@
5517
5517
  "claude",
5518
5518
  "codex"
5519
5519
  ],
5520
- "path": "jobs/hr/payroll-run-reminder.yaml"
5520
+ "path": "jobs/finance/payroll-run-reminder.yaml"
5521
5521
  },
5522
5522
  {
5523
5523
  "id": "performance-review-cycle-reminder",
@@ -1,4 +1,4 @@
1
- id: payroll-run-reminder
1
+ id: payroll-cutoff-checklist-reminder
2
2
  version: 1
3
3
  name: Payroll Run Cutoff Reminder
4
4
  description: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wonsukchoi/crondex",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "A public directory of pre-made, agent-editable cron jobs.",
5
5
  "type": "module",
6
6
  "license": "MIT",