cmd-control-client-lib 3.0.346 → 3.0.347

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.
@@ -441,6 +441,8 @@ export declare type channelSummaryInfo = {
441
441
  online: string;
442
442
  /** number of active channels */
443
443
  active: string;
444
+ /** number of follower*/
445
+ followMe: string;
444
446
  };
445
447
  /**
446
448
  * channel summary
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cmd-control-client-lib",
3
3
  "description": "Cmd-Client-Library",
4
- "version": "3.0.346",
4
+ "version": "3.0.347",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },