npm package diff

Package: @forge/manifest

Versions: 8.0.0-next.10 - 8.0.0-next.11

File: package/out/validators/modules-validators/dataResidency/index.d.ts

Index: package/out/validators/modules-validators/dataResidency/index.d.ts
===================================================================
--- package/out/validators/modules-validators/dataResidency/index.d.ts
+++ package/out/validators/modules-validators/dataResidency/index.d.ts
@@ -0,0 +1,4 @@
+import { ValidationError } from '../../../types';
+import { Modules, Remotes } from '../../../schema/manifest';
+export declare const validateMigrationDataResidencyModule: (modules: Modules, remotes: Remotes | undefined, yamlContentByLine?: string[]) => ValidationError[];
+//# sourceMappingURL=index.d.ts.map
\ No newline at end of file