mezon-js 2.13.52 → 2.13.53

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.
package/dist/socket.d.ts CHANGED
@@ -120,6 +120,7 @@ export interface UserProfileRedis {
120
120
  custom_status: string;
121
121
  /** online */
122
122
  online: boolean;
123
+ create_time_second: number;
123
124
  /** clans */
124
125
  joined_clans: number[];
125
126
  app_url: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mezon-js",
3
- "version": "2.13.52",
3
+ "version": "2.13.53",
4
4
  "scripts": {
5
5
  "build": "npx tsc && npx rollup -c --bundleConfigAsCjs && node build.mjs"
6
6
  },
package/socket.ts CHANGED
@@ -199,6 +199,8 @@ export interface UserProfileRedis {
199
199
  custom_status: string;
200
200
  /** online */
201
201
  online: boolean;
202
+ // create time
203
+ create_time_second: number;
202
204
  /** clans */
203
205
  joined_clans: number[];
204
206
  // app url