npm package diff

Package: @forge/migrations

Versions: 0.7.0-experimental-30ae54f - 1.0.0-next.2

File: package/out/migration/index.d.ts

Index: package/out/migration/index.d.ts
===================================================================
--- package/out/migration/index.d.ts
+++ package/out/migration/index.d.ts
@@ -18,5 +18,6 @@
     getAppDataPayload: (s3Key: string) => Promise<import("@forge/api").APIResponse>;
     getMappings: (transferId: string, namespace: string) => DefaultQueryBuilder;
     getContainers: (transferId: string, containerType: ContainerType) => DefaultQueryBuilder;
 };
+export { APIError as MigrationAPIError } from './errors';
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file