@fcg-labs/cx-agent-hook 0.1.0 → 0.1.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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fcg-labs/cx-agent-hook",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "FCG CX Agent 후킹 SDK — 서빙 답변 수신 + CS팀 교정(점수·수정·발송) 후킹. 의존성 0, CMS에 install만으로 이식",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"types": "./element.d.ts",
|
|
35
35
|
"import": "./element.js"
|
|
36
36
|
},
|
|
37
|
+
"./package.json": "./package.json",
|
|
37
38
|
"./styles.css": "./styles.css"
|
|
38
39
|
},
|
|
39
40
|
"//exports": "client.js(전송 계층)는 의도적으로 맵에 없다 — 소비처가 저수준으로 내려가면 answer_id 수명 관리 같은 제품 지식이 고객사 코드로 흩어진다. 능력이 모자라면 createCxHook 표면을 채운다.",
|