npm package diff

Package: @forge/manifest

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

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
@@ -121,11 +121,13 @@
             allRegionsNotDeclared: (key: string) => string;
         };
         rovo: {
             incorrectAgentActionReference: (module: string, moduleKey: string) => string;
-            unreferencedAction: (action: string) => string;
             undefinedActionName: (action: string) => string;
         };
+        action: {
+            unreferencedAction: (action: string) => string;
+        };
         'migration:dataResidency': {
             remoteNotFound: (key: string) => string;
             moreThanOneRemote: () => string;
             missingRemote: () => string;