build: regenerate dist/ for v0.1.0
All checks were successful
ci / test (pull_request) Successful in 17s
All checks were successful
ci / test (pull_request) Successful in 17s
Pre-compiled ESM JS + .d.ts from tsconfig.build.json. Consumers install via 'git+https://gitea.bchen.dev/...#v0.1.0' so the built output must travel with the source. CI verifies in-sync via 'git diff --exit-code dist/'.
This commit is contained in:
2
dist/index.d.ts
vendored
Normal file
2
dist/index.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export { applyMigrations, listMigrations, readAppliedRows, stampMigration, } from './migrate.js';
|
||||
export type { ApplyOptions, MigrationFile, MigrationRow, MigrationSummary, } from './migrate.js';
|
||||
Reference in New Issue
Block a user