npm package diff
Package: @forge/cli
Versions: 11.0.1-next.14 - 11.1.0-next.24
File: package/out/command-line/command.d.ts
Index: package/out/command-line/command.d.ts
===================================================================
--- package/out/command-line/command.d.ts
+++ package/out/command-line/command.d.ts
@@ -80,9 +80,9 @@
parse(argv: string[]): Promise<void>;
environmentOption(): Command<Args, Opts & {
environment: string;
}>;
- contextOption(supportedProducts: SupportedProduct[]): Command<Args, Opts & {
+ contextOption(): Command<Args, Opts & {
site?: URL;
product?: SupportedProduct;
}>;
jsonOption(): Command<Args, Opts & {
@@ -107,10 +107,10 @@
export declare function validateContext({ supportedProductsService, site, product }: {
supportedProductsService: SupportedProductsService;
site?: string;
product?: string;
-}): Promise<{
+}): {
site?: URL;
product?: SupportedProduct;
-}>;
+};
export {};
//# sourceMappingURL=command.d.ts.map
\ No newline at end of file