kubeagent 0.1.27 → 0.1.28

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
@@ -91,7 +91,7 @@ Supported channels:
91
91
 
92
92
  ## Requirements
93
93
 
94
- - Node.js >= 20
94
+ - Node.js >= 22
95
95
  - `kubectl` configured with cluster access
96
96
  - A KubeAgent account — [sign up at app.kubeagent.net](https://app.kubeagent.net)
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubeagent",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "AI-powered Kubernetes management CLI",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "test:watch": "vitest"
20
20
  },
21
21
  "engines": {
22
- "node": ">=18"
22
+ "node": ">=22"
23
23
  },
24
24
  "dependencies": {
25
25
  "@anthropic-ai/sdk": "^0.81.0",