@wppconnect/wa-js 2.24.7 → 2.24.8

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/CHANGELOG.md CHANGED
@@ -1 +1,4 @@
1
- ## 2.24.7 (2023-07-11)
1
+ ## 2.24.8 (2023-08-16)
2
+
3
+
4
+
@@ -21,7 +21,7 @@ export declare let isInjected: boolean;
21
21
  * Is setted true when the all webpack modules are fully loaded
22
22
  */
23
23
  export declare let isReady: boolean;
24
- export declare function onInjected(listener: () => void): void;
24
+ export declare function onInjected(listener: () => void, delay?: number): void;
25
25
  export declare function onReady(listener: () => void): void;
26
26
  export type SearchModuleCondition = (module: any, moduleId: string) => boolean;
27
27
  export declare let webpackRequire: (<T = any>(moduleId: string) => T) & {