We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce10e6 commit e8a1c80Copy full SHA for e8a1c80
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typeorm-seeding",
3
- "version": "1.4.4",
+ "version": "1.6.0",
4
"description": "🌱 A delightful way to seed test data into your database.",
5
"license": "MIT",
6
"author": "Gery Hirschfeld <gery.hirschfeld@w3tec.ch> (https://github.com/hirsch88)",
src/connection.ts
@@ -44,7 +44,7 @@ export const configureConnection = (option: ConfigureOption = {}) => {
44
}
45
46
47
-export const setConnectionOptions = (options: TypeORMConnectionOptions): void => {
+export const setConnectionOptions = (options: Partial<TypeORMConnectionOptions>): void => {
48
;(global as any)[KEY].overrideConnectionOptions = options
49
50
0 commit comments