buzzk 1.9.11 → 1.9.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/lib/chat.js +2 -1
  2. package/package.json +1 -1
package/lib/chat.js CHANGED
@@ -112,6 +112,7 @@ class chzzkChat {
112
112
  "accTkn": this.#accTkn,
113
113
  "auth":"SEND",
114
114
  "devName": "BUZZK/" + vm.getVersion(),
115
+ "libVer": vm.getVersion(),
115
116
  "locale": "ko",
116
117
  "osVer": "Windows/10",
117
118
  "timezone": "Asia/Seoul"
@@ -217,7 +218,7 @@ class chzzkChat {
217
218
  //WS Send
218
219
  let date = new Date();
219
220
  let sendOpt = {
220
- "ver": "2",
221
+ "ver": "3",
221
222
  "cmd": 3101,
222
223
  "svcid": this.#svcid,
223
224
  "cid": this.#chatID,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzk",
3
3
  "displayName": "BUZZK",
4
- "version": "1.9.11",
4
+ "version": "1.9.12",
5
5
  "description": "뿌지직 (BUZZK) - 치지직(CHZZK) 챗봇을 더욱 쉽게 개발할 수 있도록 돕는 비공식 라이브러리.",
6
6
  "main": "lib/index.js",
7
7
  "type": "commonjs",