npm package diff

Package: @forge/manifest

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

File: package/out/text/errors.d.ts

Index: package/out/text/errors.d.ts
===================================================================
--- package/out/text/errors.d.ts
+++ package/out/text/errors.d.ts
@@ -36,8 +36,9 @@
         missingFunction: () => string;
         duplicateKeyFound: (key: string) => string;
         wrongFunctionReference: (module: string, functionKey: string) => string;
         wrongEndpointReference: (module: string, endpointKey: string) => string;
+        wrongServiceReference: (module: string, serviceKey: string) => string;
         wrongResourceReference: (module: string, resourceKey: string) => string;
         wrongResourceType: (folder: string) => string;
         singleEntryOfTheModule: (moduleType: string) => string;
         singleEntryOfModuleWithoutConfigureAndStartedParams: (moduleType: string) => string;