npm package diff
Package: @forge/manifest
Versions: 10.0.1-next.0 - 10.0.1-next.1
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
@@ -127,8 +127,9 @@
undefinedActionName: (action: string) => string;
};
action: {
unreferencedAction: (action: string) => string;
+ tooManyAutomationActions: (limit: number) => string;
};
'migration:dataResidency': {
remoteNotFound: (key: string) => string;
moreThanOneRemote: () => string;