ai-blogger 0.5.0 → 0.6.0

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
@@ -484,7 +484,7 @@ function isAiBloggerHook(entry) {
484
484
  }
485
485
  function makeHookEntry() {
486
486
  return {
487
- hooks: [{ type: "command", command: HOOK_COMMAND, timeout: 15 }]
487
+ hooks: [{ type: "command", command: HOOK_COMMAND, timeout: 15, async: true }]
488
488
  };
489
489
  }
490
490
  function installHooks(settingsPath = SETTINGS_PATH) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-blogger",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Auto-generate blog posts from Claude Code sessions to Notion",
5
5
  "type": "module",
6
6
  "bin": {