kcachat 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ npx kcachat@latest "./KakaoTalk_Chat_....csv"
9
9
 
10
10
  ### `npx`·버전
11
11
 
12
- - **0.1.4부터** `kcachat`는 실행할 때마다 `npx kakaotalk-chat-analyzer@latest`로 **본체 최신**을 받아 실행합니다(네트워크 필요).
12
+ - **0.1.4+** `kcachat`는 실행할 때마다 `kakaotalk-chat-analyzer@latest` 본체를 받아 실행합니다(네트워크 필요). 현재 래퍼 **0.1.12** · 본체 **0.3.3** 권장.
13
13
  - 오프라인·고정 버전만 쓰려면 `--bundled` 또는 환경 변수 `KCA_BUNDLED=1` (설치 시 함께 깔린 본체 사용).
14
14
  - 설치 확인 문구가 안 뜨는 것은 `~/.npm/_npx` 캐시 때문일 수 있습니다.
15
15
  - 버전 확인: `npx kcachat@latest --version` → `kcachat` 줄 + registry 최신 본체 버전.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcachat",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "짧은 npx 이름으로 kakaotalk-chat-analyzer(kca) CLI를 실행합니다.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "LICENSE"
13
13
  ],
14
14
  "dependencies": {
15
- "kakaotalk-chat-analyzer": "^0.3.2"
15
+ "kakaotalk-chat-analyzer": "^0.3.3"
16
16
  },
17
17
  "keywords": [
18
18
  "kakaotalk",