npm package diff

Package: @forge/migrations

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

File: package/out/index.js

Index: package/out/index.js
===================================================================
--- package/out/index.js
+++ package/out/index.js
@@ -1,6 +1,5 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
-exports.MigrationAPIError = exports.migration = void 0;
+exports.migration = void 0;
 const migration_1 = require("./migration");
 Object.defineProperty(exports, "migration", { enumerable: true, get: function () { return migration_1.migration; } });
-Object.defineProperty(exports, "MigrationAPIError", { enumerable: true, get: function () { return migration_1.MigrationAPIError; } });