@adminforth/agent 1.43.26 → 1.43.27

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
@@ -62,5 +62,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
62
62
  custom/speech_recognition_frontend/types/
63
63
  custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
64
64
 
65
- sent 1,666,123 bytes received 917 bytes 3,334,080.00 bytes/sec
65
+ sent 1,666,161 bytes received 921 bytes 3,334,164.00 bytes/sec
66
66
  total size is 1,662,008 speedup is 1.00
@@ -1,8 +1,8 @@
1
- // import { DefaultChatTransport } from 'ai';
1
+ import { DefaultChatTransport } from 'ai';
2
2
  import { shallowRef, type Ref } from 'vue';
3
3
  import { Chat } from '../../chat';
4
4
  import { getCurrentPageContext } from './pageContext';
5
- const { DefaultChatTransport } = await import('ai');
5
+ // const { DefaultChatTransport } = await import('ai');
6
6
 
7
7
  type AgentImportMeta = ImportMeta & {
8
8
  env: {
@@ -1,8 +1,8 @@
1
- // import { DefaultChatTransport } from 'ai';
1
+ import { DefaultChatTransport } from 'ai';
2
2
  import { shallowRef, type Ref } from 'vue';
3
3
  import { Chat } from '../../chat';
4
4
  import { getCurrentPageContext } from './pageContext';
5
- const { DefaultChatTransport } = await import('ai');
5
+ // const { DefaultChatTransport } = await import('ai');
6
6
 
7
7
  type AgentImportMeta = ImportMeta & {
8
8
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.43.26",
3
+ "version": "1.43.27",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",