@open-wa/wa-automate-types-only 4.44.3 → 4.44.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- export declare const tryOpenFileAsObject: (fileLocation: string, needArray?: boolean) => any;
1
+ export declare const tryOpenFileAsObject: (fileLocation: string, needArray?: boolean) => Promise<any>;
@@ -19,12 +19,12 @@ export declare const cliOptionNames: import("type-fest").Simplify<import("type-f
19
19
  export declare const meowFlags: () => AnyFlags;
20
20
  export declare const helptext: string;
21
21
  export declare const envArgs: () => JsonObject;
22
- export declare const configFile: (config?: string) => JsonObject;
23
- export declare const cli: () => {
22
+ export declare const configFile: (config?: string) => Promise<JsonObject>;
23
+ export declare const cli: () => Promise<{
24
24
  createConfig: ConfigObject;
25
25
  cliConfig: Merge<ConfigObject, {
26
26
  [k: string]: any;
27
27
  }>;
28
28
  PORT: number;
29
29
  spinner: Spin;
30
- };
30
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-wa/wa-automate-types-only",
3
- "version": "4.44.3",
3
+ "version": "4.44.4",
4
4
  "description": "Types generated from the @open-wa/wa-automate package",
5
5
  "scripts": {
6
6
  "build": "tsc",