npm package diff
Package: @forge/cli-shared
Versions: 6.2.1-next.9 - 6.3.0-next.10
File: package/out/config/config.d.ts
Index: package/out/config/config.d.ts
===================================================================
--- package/out/config/config.d.ts
+++ package/out/config/config.d.ts
@@ -1,8 +1,8 @@
import { ManifestSchema, Resources } from '@forge/manifest';
export declare const manifestFileName = "manifest.yml";
export declare const dependencyFileNames: string[];
-export declare const ModuleEntryPoints: readonly ["view", "edit", "create", "contextConfig", "config"];
+export declare const ModuleEntryPoints: readonly ["view", "edit", "create", "contextConfig", "config", "target"];
export declare type ModuleEntryPoint = (typeof ModuleEntryPoints)[number];
export declare type BaseModule = {
key: string;
} & {