npm package diff

Package: @forge/manifest

Versions: 7.7.0-next.3 - 7.7.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
@@ -120,9 +120,10 @@
             missingModuleRemoteStorageInScopeEUD: (key) => `missing storage.inScopeEUD in ${key} module. storage.inScopeEUD is required if storage is present in operations.`
         },
         rovo: {
             incorrectAgentActionReference: (module, moduleKey) => `${module} references undefined action module with key '${moduleKey}'.`,
-            unreferencedAction: (action) => `Action '${action}' is not referenced by any Rovo agent.`
+            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.`
         }
     },
     resources: {
         missingResource: (folder, key) => `missing resource '${folder}' is being referenced by '${key}' in resources`,