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 14da415 commit f06e0a7Copy full SHA for f06e0a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typeorm-typedi-extensions",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
5
"license": "MIT",
6
"readmeFilename": "README.md",
@@ -37,11 +37,11 @@
37
"tslint": "^3.15.1",
38
"tslint-stylish": "^2.1.0-beta",
39
"typedi": "^0.4.2",
40
- "typeorm": "^0.0.2-alpha.66",
+ "typeorm": "^0.0.3-alpha.20",
41
"typescript": "^2.0.2"
42
},
43
"peerDependencies": {
44
45
"typedi": "^0.4.2"
46
}
47
0 commit comments