@adminforth/agent 1.40.3 → 1.40.4

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
@@ -58,5 +58,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
58
58
  custom/speech_recognition_frontend/types/
59
59
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
60
60
 
61
- sent 1,657,779 bytes received 860 bytes 3,317,278.00 bytes/sec
62
- total size is 1,653,917 speedup is 1.00
61
+ sent 1,657,857 bytes received 860 bytes 3,317,434.00 bytes/sec
62
+ total size is 1,653,941 speedup is 1.00
@@ -205,6 +205,7 @@ export function createAgentSessionManager({
205
205
  currentSession.value = null;
206
206
  }
207
207
  }
208
+ createPreSession();
208
209
  }
209
210
 
210
211
  async function fetchSessionsList() {
@@ -205,6 +205,7 @@ export function createAgentSessionManager({
205
205
  currentSession.value = null;
206
206
  }
207
207
  }
208
+ createPreSession();
208
209
  }
209
210
 
210
211
  async function fetchSessionsList() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.40.3",
3
+ "version": "1.40.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",