npm package diff

Package: @forge/migrations

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

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

Index: package/out/migration/errors.d.ts
===================================================================
--- package/out/migration/errors.d.ts
+++ package/out/migration/errors.d.ts
@@ -1,6 +1,5 @@
 export declare class APIError extends Error {
-    status: number | undefined;
     private constructor();
     static forStatus(status: number, message: string): APIError;
     static forUnexpected(message: string): APIError;
 }