node9-ai 2.14.2 → 2.15.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -164,7 +164,7 @@ node9 login # connect this machine to your workspace (approve it in the bro
164
164
  node9 doctor # verify everything is wired and reporting
165
165
  ```
166
166
 
167
- Requires Node.js 18+.
167
+ Requires Node.js 22+.
168
168
 
169
169
  `init` on its own gives you full local enforcement: rules, shields, DLP and
170
170
  approvals all work offline, on this machine.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node9-ai",
3
- "version": "2.14.2",
3
+ "version": "2.15.0",
4
4
  "description": "Security layer for AI coding agents — intercepts dangerous tool calls before they execute",
5
5
  "keywords": [
6
6
  "ai",
@@ -25,7 +25,7 @@
25
25
  "node9-ai": "bin/node9.js"
26
26
  },
27
27
  "dependencies": {
28
- "@node9/proxy": "2.14.2"
28
+ "@node9/proxy": "2.15.0"
29
29
  },
30
30
  "type": "module",
31
31
  "engines": {