@coo-quack/sensitive-canary 0.8.0 → 0.8.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.
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +27 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.8.2 (2026-09-26)
|
|
4
|
+
|
|
5
|
+
### Documentation
|
|
6
|
+
|
|
7
|
+
- Update configuration pointers, add a block check for git-clone installs, and note the moved plugin docs URL
|
|
8
|
+
- Align rules.md with the actual azure-sas-key pattern and merge the duplicate cloud sections
|
|
9
|
+
|
|
10
|
+
### Maintenance
|
|
11
|
+
|
|
12
|
+
- Update @biomejs/biome to 2.5.14 (#258, #252, #242, #238)
|
|
13
|
+
- Update @types/node to 25.9.8 (#260, #257, #250)
|
|
14
|
+
- Update vitest to 5.0.1 (#255, #244)
|
|
15
|
+
- Update pnpm to 12.6.0 (#263, #261, #256, #253, #246, #240, #235)
|
|
16
|
+
- Update github/codeql-action to v4.38.2 (#264, #259, #251, #236, #228)
|
|
17
|
+
- Update pnpm/action-setup to v6.1.0 (#247)
|
|
18
|
+
- Update actions/deploy-pages to v5.0.1 (#241)
|
|
19
|
+
- Update postcss to v8.5.28 (#245, #243)
|
|
20
|
+
- Update node to v24.21.0 (#249)
|
|
21
|
+
- Lock file maintenance (#262, #254, #248, #239, #234)
|
|
22
|
+
|
|
23
|
+
## v0.8.1 (2026-08-18)
|
|
24
|
+
|
|
25
|
+
### Maintenance
|
|
26
|
+
|
|
27
|
+
- Add a workflow to deprecate a published npm version from Actions (#219)
|
|
28
|
+
- Update pnpm to 11.22.0 (#220); lock file maintenance (#221, #223)
|
|
29
|
+
|
|
3
30
|
## v0.8.0 (2026-08-16)
|
|
4
31
|
|
|
5
32
|
### Breaking changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coo-quack/sensitive-canary",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Claude Code hooks that block secrets and PII before they reach the Anthropic API",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "coo-quack",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"node": ">=22.6.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@biomejs/biome": "2.5.
|
|
37
|
-
"@types/node": "25.9.
|
|
36
|
+
"@biomejs/biome": "2.5.14",
|
|
37
|
+
"@types/node": "25.9.8",
|
|
38
38
|
"typescript": "7.0.2",
|
|
39
39
|
"vitepress": "2.0.0-alpha.19",
|
|
40
|
-
"vitest": "
|
|
40
|
+
"vitest": "5.0.1"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"test": "vitest run",
|