buzzk 1.7.0 → 1.7.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.
Files changed (2) hide show
  1. package/lib/chat.js +1 -0
  2. package/package.json +1 -1
package/lib/chat.js CHANGED
@@ -184,6 +184,7 @@ class chzzkChat {
184
184
  * @property {string} id
185
185
  * @property {string} name
186
186
  * @property {string} imageURL
187
+ * @property {string} role
187
188
  */
188
189
 
189
190
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "buzzk",
3
3
  "displayName": "BUZZK",
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "description": "뿌지직 (BUZZK) - 치지직(CHZZK) 챗봇을 더욱 쉽게 개발할 수 있도록 돕는 비공식 라이브러리.",
6
6
  "main": "lib/index.js",
7
7
  "type": "commonjs",