@akasecurity/ai-tc-claude-code 0.9.5 → 0.9.7

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aka",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "description": "AI Traffic Control — inspect and govern AI prompts in Claude Code. Detection runs locally; events are recorded to a local SQLite store on your machine.",
5
5
  "homepage": "https://github.com/akasecurity/ai-tc",
6
6
  "author": { "name": "AKA Security" }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akasecurity/ai-tc-claude-code",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "description": "AI Traffic Control — inspect and govern AI prompts in Claude Code",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -22,18 +22,19 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@types/node": "^24.13.3",
25
- "eslint": "^9.0.0",
25
+ "@vitest/coverage-v8": "^4.1.10",
26
+ "eslint": "^9.39.5",
26
27
  "tsup": "^8.0.0",
27
28
  "typescript": "^5.8.0",
28
29
  "vitest": "^4.1.10",
29
30
  "zod": "^4.0.0",
30
- "@akasecurity/persistence": "0.8.0",
31
31
  "@akasecurity/eslint-config": "0.8.0",
32
- "@akasecurity/plugin-sdk": "0.8.0",
33
- "@akasecurity/scanner": "0.8.0",
34
32
  "@akasecurity/plugin-runtime": "0.8.0",
33
+ "@akasecurity/persistence": "0.8.0",
34
+ "@akasecurity/plugin-sdk": "0.8.0",
35
+ "@akasecurity/schema": "0.8.0",
35
36
  "@akasecurity/setup-wizard": "0.8.0",
36
- "@akasecurity/schema": "0.8.0"
37
+ "@akasecurity/scanner": "0.8.0"
37
38
  },
38
39
  "scripts": {
39
40
  "build": "tsup",