mezon-js 2.7.47 → 2.7.48

Sign up to get free protection for your applications and to get access to all the features.
package/dist/socket.d.ts CHANGED
@@ -40,7 +40,7 @@ export interface Channel {
40
40
  user_id_one: string;
41
41
  user_id_two: string;
42
42
  }
43
- interface ClanJoin {
43
+ export interface ClanJoin {
44
44
  clan_join: {
45
45
  clan_id: string;
46
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.7.47",
3
+ "version": "2.7.48",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },
package/socket.ts CHANGED
@@ -54,7 +54,7 @@ export interface Channel {
54
54
  user_id_two: string;
55
55
  }
56
56
 
57
- interface ClanJoin {
57
+ export interface ClanJoin {
58
58
  clan_join: {
59
59
  clan_id: string;
60
60
  }