feat: enhance Crontab Guru tool with interaction tracking and improved validation feedback

This commit is contained in:
AshAnand34
2025-07-07 21:49:02 -07:00
parent fe41c092f6
commit a613bdb4c5
2 changed files with 66 additions and 7 deletions

15
package-lock.json generated
View File

@@ -4821,6 +4821,21 @@
"node": ">= 6"
}
},
"node_modules/cron-validator": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/cron-validator/-/cron-validator-1.3.1.tgz",
"integrity": "sha512-C1HsxuPCY/5opR55G5/WNzyEGDWFVG+6GLrA+fW/sCTcP6A6NTjUP2AK7B8n2PyFs90kDG2qzwm8LMheADku6A==",
"license": "MIT"
},
"node_modules/cronstrue": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cronstrue/-/cronstrue-3.0.0.tgz",
"integrity": "sha512-acwNTPzndJUmfDmcUN2cpBH4EgVn30rg5BYDAP8n5ENPP8A3IH2Z0UbxaNjvCkKxccjtfsTVhF6d+eHhv/GK5g==",
"license": "MIT",
"bin": {
"cronstrue": "bin/cli.js"
}
},
"node_modules/cross-spawn": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",