Fixed cli tools
All checks were successful
Build and publish / Build Container (push) Successful in 1m28s

This commit is contained in:
2026-03-01 18:13:26 -05:00
parent ea7b97198f
commit 1d68638e69
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "@ztimson/net-navi",
"version": "1.0.0",
"dependencies": {
"@ztimson/ai-utils": "^0.8.5",
"@ztimson/ai-utils": "^0.8.7",
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.6.1"
@@ -302,9 +302,9 @@
}
},
"node_modules/@ztimson/ai-utils": {
"version": "0.8.5",
"resolved": "https://registry.npmjs.org/@ztimson/ai-utils/-/ai-utils-0.8.5.tgz",
"integrity": "sha512-MIIg03NwUm5v0vHihMDYLaFK8DkuLh1G5lmQpVyZif0h4s2wh9eO7uUg6E7c0UtvSq5QDh/eCyEDd5HvHxq01w==",
"version": "0.8.7",
"resolved": "https://registry.npmjs.org/@ztimson/ai-utils/-/ai-utils-0.8.7.tgz",
"integrity": "sha512-CVn7ku5eW41GuYOyh8DgqnRnceNYWboqWnfcNyNjq82/5NdeW6hu264zRDhSv2h2J57308AX7gZdM44GzOBEnw==",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@ztimson/ai-utils": "^0.8.5",
"@ztimson/ai-utils": "^0.8.7",
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.6.1"