@hasnaxyz/hook-checktasks 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -276,7 +276,7 @@ function writeSettings(path, settings) {
276
276
  `);
277
277
  }
278
278
  function getHookCommand() {
279
- return `bunx ${PACKAGE_NAME} run`;
279
+ return `bunx ${PACKAGE_NAME}@latest run`;
280
280
  }
281
281
  function hookExists(settings) {
282
282
  const hooks = settings.hooks;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasnaxyz/hook-checktasks",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Claude Code hook that prevents stopping when there are pending tasks",
5
5
  "type": "module",
6
6
  "bin": {