@forge/sql

2.0.1-next.12.1.0-next.2
out/index.d.ts
out/index.d.ts
+2−1
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,5 +1,6 @@
 import { sql } from './sql';
 import { errorCodes } from './errorCodes';
-export { errorCodes };
+import { migrationRunner } from './migration';
+export { errorCodes, migrationRunner, sql };
 export default sql;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file