@coo-quack/sensitive-canary 0.4.2 → 0.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4.3 (2026-02-23)
4
+
5
+ ### Documentation
6
+
7
+ - Replace Japanese text with English in npm install instructions
8
+
9
+ ---
10
+
3
11
  ## v0.4.2 (2026-02-23)
4
12
 
5
13
  ### Fixes
package/README.md CHANGED
@@ -104,7 +104,7 @@ Then add to `~/.claude/settings.json`:
104
104
  }
105
105
  ```
106
106
 
107
- > **Note:** `node_modules` 内の TypeScript は `--experimental-strip-types` で実行できないため、`npx tsx` を使用します。
107
+ > **Note:** Node.js does not support `--experimental-strip-types` for files inside `node_modules`, so `npx tsx` is used instead.
108
108
 
109
109
  </details>
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coo-quack/sensitive-canary",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Claude Code hooks that block secrets and PII before they reach the Anthropic API",
5
5
  "homepage": "https://coo-quack.github.io/sensitive-canary/",
6
6
  "type": "module",