@capgo/cli 8.24.3 → 8.24.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.24.3",
4
+ "version": "8.24.5",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -19,4 +19,5 @@ export declare function checkAppExistsAndHasPermissionOrgErr(supabase: SupabaseC
19
19
  export type { AppOptions as Options } from '../schemas/app';
20
20
  export declare const newIconPath = "assets/icon.png";
21
21
  export declare const defaultAppIconPath = "public/capgo.png";
22
+ export declare function resolveAppSetIconPath(explicitIcon?: string): string | undefined;
22
23
  export declare function getAppIconStoragePath(organizationUid: string, appId: string): string;