Add multi-client support #14
Annotations
5 errors and 1 warning
test:
src/commands/install.ts#L34
Type '{ name: string; description: string; runtime: "node" | "python"; vendor: string; sourceUrl: string; homepage: string; license: string; supportedClients: string[]; supportedTransports: string[]; }' is not assignable to type 'Package'.
|
test:
src/install.ts#L39
Type '{ name: string; description: string; runtime: "node" | "python"; vendor: string; sourceUrl: string; homepage: string; license: string; supportedClients: string[]; supportedTransports: string[]; }' is not assignable to type 'Package'.
|
test:
src/utils/package-resolver.ts#L74
Argument of type '{ name: string; description: string; vendor: string; sourceUrl: string; homepage: string; license: string; runtime: "node" | "python"; supportedClients: string[]; supportedTransports: string[]; isInstalled: true; isVerified: false; }' is not assignable to parameter of type 'ResolvedPackage'.
|
test:
src/utils/package-resolver.ts#L114
Type '{ name: string; description: string; vendor: string; sourceUrl: string; homepage: string; license: string; runtime: "node" | "python"; supportedClients: string[]; supportedTransports: string[]; isInstalled: true; isVerified: false; }' is not assignable to type 'ResolvedPackage'.
|
test
Process completed with exit code 2.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|