db-migrate / db-migrate/node-db-migrate
undo-seed.js require of connect.js is wrong
- Dominant language
- JavaScript
- Stars
- 2.3k
- Forks
- 361
- PR merge metrics
- No merged PRs in 30d
Description
## I'm submitting a...
- [ ] Bug report
- [ ] Feature request
- [x] Question
## Current behavior
In walking through the requires of this project, I found a broken require in undo-seed.js. I haven't actually tried calling it (bundling this package in as a dependency and had a piece of code that would walk through the requires of all my dependencies).
## Expected behavior
The require in undo-seed.js line 9 should be referring to `../../connect`
## Minimal reproduction of the problem with instructions
## What is the motivation / use case for changing the behavior?
## Environment
db-migrate version: 0.11.12
plugins with versions: X.Y.Z
db-migrate driver with versions:
Additional information:
- Node version: 14.17.6
- Platform: Mac
Others:
Contributor guide
Assessment
This issue has not been assessed yet.