(config: Config)
| 250 | } |
| 251 | |
| 252 | export async function getCoreVersion(config: Config): Promise<string> { |
| 253 | return getCapacitorPackageVersion(config, 'core'); |
| 254 | } |
| 255 | |
| 256 | export async function getCLIVersion(config: Config): Promise<string> { |
| 257 | return getCapacitorPackageVersion(config, 'cli'); |
no test coverage detected