npm package diff
Package: @forge/manifest
Versions: 10.1.1-next.3 - 10.2.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
@@ -128,8 +128,9 @@
};
action: {
unreferencedAction: (action: string) => string;
tooManyAutomationActions: (limit: number) => string;
+ undefinedAutomationActionReference: (module: string, moduleKey: string) => string;
};
'migration:dataResidency': {
remoteNotFound: (key: string) => string;
moreThanOneRemote: () => string;