npm package diff
Package: @forge/manifest
Versions: 7.7.0-next.3 - 7.7.0-next.4
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
@@ -108,8 +108,9 @@
};
rovo: {
incorrectAgentActionReference: (module: string, moduleKey: string) => string;
unreferencedAction: (action: string) => string;
+ undefinedActionName: (action: string) => string;
};
};
resources: {
missingResource: (folder: string, key: string) => string;