npm package diff

Package: @forge/manifest

Versions: 10.0.1-next.0 - 10.0.1-next.1

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -138,9 +138,10 @@
             incorrectAgentActionReference: (module, moduleKey) => `${module} references undefined action module with key '${moduleKey}'.`,
             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.`
+            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`
         },
         'migration:dataResidency': {
             remoteNotFound: (key) => `No remote found with key '${key}' matching migration:dataResidency.remote.`,
             moreThanOneRemote: () => `More than one remote found in migration:dataResidency.`,