npm package diff

Package: @forge/manifest

Versions: 9.2.0-next.2-experimental-f40d60a - 9.2.1-next.0

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -133,11 +133,13 @@
             allRegionsNotDeclared: (key) => `All region specific URLs are not declared for ${key}`
         },
         rovo: {
             incorrectAgentActionReference: (module, moduleKey) => `${module} references undefined action module with key '${moduleKey}'.`,
-            unreferencedAction: (action) => `Action '${action}' is not referenced by any Rovo agent.`,
             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.`
+        },
         'migration:dataResidency': {
             remoteNotFound: (key) => `No remote found with key '${key}' matching migration:dataResidency.remote.`,
             moreThanOneRemote: () => `More than one remote found in migration:dataResidency.`,
             missingRemote: () => `Missing remote in migration:dataResidency.`