@adminforth/agent 1.53.0 → 1.53.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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
package/build.log CHANGED
@@ -63,5 +63,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
63
63
  custom/speech_recognition_frontend/types/
64
64
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
65
65
 
66
- sent 1,683,270 bytes received 936 bytes 3,368,412.00 bytes/sec
66
+ sent 1,683,211 bytes received 940 bytes 3,368,302.00 bytes/sec
67
67
  total size is 1,679,042 speedup is 1.00
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.53.0",
3
+ "version": "1.53.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "description": "AI agent plugin for AdminForth with tool-based workflows and persistent chat sessions",
26
26
  "devDependencies": {
27
27
  "@types/node": "latest",
28
- "adminforth": "3.0.1",
28
+ "adminforth": "^3.1.2",
29
29
  "semantic-release": "^24.2.1",
30
30
  "semantic-release-slack-bot": "^4.0.2",
31
31
  "typescript": "^5.7.3"
@@ -67,6 +67,6 @@
67
67
  }
68
68
  ],
69
69
  "peerDependencies": {
70
- "adminforth": "3.0.1"
70
+ "adminforth": "^3.1.2"
71
71
  }
72
72
  }