mezon-js 2.10.28 → 2.10.29

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/package.json +1 -1
  2. package/socket.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mezon-js",
3
3
 
4
- "version": "2.10.28",
4
+ "version": "2.10.29",
5
5
 
6
6
  "scripts": {
7
7
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
package/socket.ts CHANGED
@@ -2425,7 +2425,7 @@ export class DefaultSocket implements Socket {
2425
2425
  talk_ptt_channel: {
2426
2426
  clan_id: clanId,
2427
2427
  channel_id: channelId,
2428
- isTalk
2428
+ isTalk: isTalk,
2429
2429
  },
2430
2430
  });
2431
2431
  return response.talk_ptt_channel;