npm package diff

Package: @forge/manifest

Versions: 9.1.0-next.3 - 9.1.0-next.4

File: package/out/utils/module-references.d.ts

Index: package/out/utils/module-references.d.ts
===================================================================
--- package/out/utils/module-references.d.ts
+++ package/out/utils/module-references.d.ts
@@ -1,8 +1,9 @@
-interface FunctionOrResource {
+interface KeyedModuleEntry {
     key: string;
 }
-export declare const findInvalidFunctionReferences: (module: any, functions?: FunctionOrResource[]) => string[];
-export declare const findInvalidResourceReferences: (module: any, resources?: FunctionOrResource[]) => string[];
-export declare const findInvalidEndpointReferences: (module: any, resources?: FunctionOrResource[]) => string[];
+export declare const findInvalidFunctionReferences: (module: any, functions?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidResourceReferences: (module: any, resources?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidEndpointReferences: (module: any, resources?: KeyedModuleEntry[]) => string[];
+export declare const findInvalidServiceReferences: (module: any, services?: KeyedModuleEntry[]) => string[];
 export {};
 //# sourceMappingURL=module-references.d.ts.map
\ No newline at end of file