@adminforth/agent 1.43.8 → 1.43.9

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.
package/build.log CHANGED
@@ -60,5 +60,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
60
60
  custom/speech_recognition_frontend/types/
61
61
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
62
62
 
63
- sent 1,663,049 bytes received 883 bytes 3,327,864.00 bytes/sec
64
- total size is 1,659,034 speedup is 1.00
63
+ sent 1,662,991 bytes received 883 bytes 3,327,748.00 bytes/sec
64
+ total size is 1,659,032 speedup is 1.00
@@ -173,7 +173,9 @@
173
173
  </button>
174
174
  </div>
175
175
  </div>
176
- <MicrophoneButton v-if="props.meta.hasAudioAdapter && !agentStore.isResponseInProgress" />
176
+ <MicrophoneButton
177
+ v-if="props.meta.hasAudioAdapter"
178
+ />
177
179
  <template v-if="!agentStore.isAudioChatMode">
178
180
  <Button
179
181
  v-if="!agentStore.isResponseInProgress"
@@ -173,7 +173,9 @@
173
173
  </button>
174
174
  </div>
175
175
  </div>
176
- <MicrophoneButton v-if="props.meta.hasAudioAdapter && !agentStore.isResponseInProgress" />
176
+ <MicrophoneButton
177
+ v-if="props.meta.hasAudioAdapter"
178
+ />
177
179
  <template v-if="!agentStore.isAudioChatMode">
178
180
  <Button
179
181
  v-if="!agentStore.isResponseInProgress"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.8",
3
+ "version": "1.43.9",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",