Skip to content

Commit 8670c47

Browse files
committed
use fuzzy version for any-db-transaction
It is extremely likely that a user will not only have multiple dependencies on any-db-transaction (via their adapter and this package) but that they will also be dealing with Transaction objects from both sources in their own code. Therefore, using a fuzzy version range reduces the chances of their code encountering subtle differences between Transaction objects created from a Connection vs. a ConnectionPool
1 parent 4d09018 commit 8670c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"generic-pool": "~2.0.2",
20-
"any-db-transaction": "0.0.1",
20+
"any-db-transaction": "~0.0.1",
2121
"once": "~1.1.1"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)