npm package diff
Package: @forge/sql
Versions: 2.2.0 - 2.2.1-next.0
File: package/out/index.d.ts
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,9 +1,9 @@
import { sql } from './sql';
import { errorCodes } from './errorCodes';
-import { ForgeError, ForgeSQLAPIUnknownError, ForgeSQLAPIError } from './errors';
+import { ForgeError, ForgeSQLAPIError } from './errors';
import { migrationRunner } from './migration';
import type { Result, UpdateQueryResponse } from './utils/types';
export type { Result, UpdateQueryResponse };
-export { errorCodes, migrationRunner, sql, ForgeError, ForgeSQLAPIUnknownError, ForgeSQLAPIError };
+export { errorCodes, migrationRunner, sql, ForgeError, ForgeSQLAPIError };
export default sql;
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file