zaileys 4.0.2 → 4.0.3
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/index.cjs +12 -12
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +12 -12
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1100,7 +1100,10 @@ declare class Client extends TypedEventEmitter<ClientEventMap> {
|
|
|
1100
1100
|
private commandDispatcher;
|
|
1101
1101
|
private _presence?;
|
|
1102
1102
|
private _scheduler?;
|
|
1103
|
+
private waVersion?;
|
|
1104
|
+
private versionWarming?;
|
|
1103
1105
|
constructor(options?: ClientOptions);
|
|
1106
|
+
private warmVersion;
|
|
1104
1107
|
private emitAutoConnectError;
|
|
1105
1108
|
private logStatus;
|
|
1106
1109
|
private resolveMe;
|
package/dist/index.d.ts
CHANGED
|
@@ -1100,7 +1100,10 @@ declare class Client extends TypedEventEmitter<ClientEventMap> {
|
|
|
1100
1100
|
private commandDispatcher;
|
|
1101
1101
|
private _presence?;
|
|
1102
1102
|
private _scheduler?;
|
|
1103
|
+
private waVersion?;
|
|
1104
|
+
private versionWarming?;
|
|
1103
1105
|
constructor(options?: ClientOptions);
|
|
1106
|
+
private warmVersion;
|
|
1104
1107
|
private emitAutoConnectError;
|
|
1105
1108
|
private logStatus;
|
|
1106
1109
|
private resolveMe;
|