ai-chat-bot-interface 1.6.15 → 1.6.16

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.15",
4
+ "version": "1.6.16",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "description": "A AI chat bot interface. (private)",
@@ -102,7 +102,7 @@
102
102
  import { computed, onMounted, ref } from 'vue';
103
103
  import { api as viewerApi } from 'v-viewer';
104
104
  import 'viewerjs/dist/viewer.css';
105
- import ArrowRight from '@/components/icons/ArrowRight.vue';
105
+ import ArrowRight from './icons/ArrowRight.vue';
106
106
 
107
107
  const props = defineProps({
108
108
  info: {