cmd-control-client-lib 3.0.124 → 3.0.125

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.
@@ -11,7 +11,7 @@ export declare type proxyStateInfo = {
11
11
  chatID?: string;
12
12
  };
13
13
  export declare const IS_TYPING_NOTIFICATION_INTERVAL: number;
14
- export declare const IS_TYPING__WAIT_INTERVAL: number;
14
+ export declare const IS_TYPING_WAIT_INTERVAL: number;
15
15
  /**
16
16
  * Update command
17
17
  */
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.124",
4
+ "version": "3.0.125",
5
5
  "directories": {
6
6
  "lib": "./dist"
7
7
  },