npm package diff

Package: @forge/manifest

Versions: 10.1.1-next.3 - 10.2.0-next.4

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -139,9 +139,10 @@
             undefinedActionName: (action) => `Action '${action}' does not have a name property. 'name' property will be required when Forge Agents are GA.`
         },
         action: {
             unreferencedAction: (action) => `Action '${action}' is not referenced by any Rovo agent or automation:actionProvider module.`,
-            tooManyAutomationActions: (limit) => `App is allowed to define max ${limit} actions within automation:actionProvider modules`
+            tooManyAutomationActions: (limit) => `App is allowed to define max ${limit} actions within automation:actionProvider modules`,
+            undefinedAutomationActionReference: (module, moduleKey) => `${module} references undefined action module with key '${moduleKey}'.`
         },
         'migration:dataResidency': {
             remoteNotFound: (key) => `No remote found with key '${key}' matching migration:dataResidency.remote.`,
             moreThanOneRemote: () => `More than one remote found in migration:dataResidency.`,