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 d70d89a commit 9f51658Copy full SHA for 9f51658
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typeorm-typedi-extensions",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
5
"license": "MIT",
6
"readmeFilename": "README.md",
@@ -37,12 +37,12 @@
37
"tslint": "^3.15.1",
38
"tslint-stylish": "^2.1.0-beta",
39
"typedi": "^0.4.2",
40
- "typeorm": "^0.0.8",
+ "typeorm": "^0.0.11",
41
"typescript": "^2.1.5",
42
"@types/node": "^7.0.4"
43
},
44
"peerDependencies": {
45
- "typeorm": "^0.0.9",
46
"typedi": "^0.4.2"
47
}
48
0 commit comments