@goodfoot/claude-code-hooks 1.2.1 → 1.2.2

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 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -435,6 +435,7 @@ execute(hook);
435
435
  target: "node20",
436
436
  bundle: true,
437
437
  minify: false,
438
+ treeShaking: true,
438
439
  write: false, // Return content directly via outputFiles
439
440
  banner: { js: esmRequireBanner },
440
441
  // Keep node built-ins external
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodfoot/claude-code-hooks",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Type-safe Claude Code hooks library with camelCase types and output builders",
5
5
  "homepage": "https://github.com/goodfoot-io/marketplace/tree/main/packages/claude-code-hooks",
6
6
  "repository": {