ai-chat-bot-interface 1.6.24 → 1.6.25

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ai-chat-bot-interface",
3
3
  "private": false,
4
- "version": "1.6.24",
4
+ "version": "1.6.25",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
@@ -107,7 +107,7 @@ import { computed, nextTick, onMounted, ref } from 'vue';
107
107
  import { api as viewerApi } from 'v-viewer';
108
108
  import 'viewerjs/dist/viewer.css';
109
109
  import ArrowRight from './icons/ArrowRight.vue';
110
- import { post } from '@/utils/request.js';
110
+ import { post } from '../utils/request.js';
111
111
 
112
112
  const props = defineProps({
113
113
  info: {