@logan-jun/cd1-rag-chat 0.3.0 → 0.3.1
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@logan-jun/cd1-rag-chat",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "CD1 Agent - RAG 검색 챗봇 모듈 (iframe 격리, Vue 2.7).",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "logan-jun",
|
|
@@ -15,16 +15,15 @@
|
|
|
15
15
|
"preview": "vite preview",
|
|
16
16
|
"prepublishOnly": "yarn build"
|
|
17
17
|
},
|
|
18
|
-
"
|
|
19
|
-
"vue": "^2.7.16",
|
|
20
|
-
"marked": "^14.1.4",
|
|
21
|
-
"dompurify": "^3.2.4"
|
|
22
|
-
},
|
|
18
|
+
"comment": "dist 가 이미 모든 의존성을 번들하므로 dependencies 비워둠. host 는 install 시 추가 패키지 fetch 불필요.",
|
|
23
19
|
"devDependencies": {
|
|
24
20
|
"@types/dompurify": "^3.0.5",
|
|
25
21
|
"@vitejs/plugin-vue2": "^2.3.3",
|
|
22
|
+
"dompurify": "^3.2.4",
|
|
23
|
+
"marked": "^14.1.4",
|
|
26
24
|
"typescript": "~5.6.3",
|
|
27
25
|
"vite": "^5.4.11",
|
|
26
|
+
"vue": "^2.7.16",
|
|
28
27
|
"vue-template-compiler": "^2.7.16"
|
|
29
28
|
}
|
|
30
29
|
}
|