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 601442c commit 3f28c66Copy full SHA for 3f28c66
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typeorm-typedi-extensions",
3
- "version": "0.0.12",
+ "version": "0.0.14",
4
"description": "Dependancy injection and service container integration with TypeORM using typedi library.",
5
"license": "MIT",
6
"readmeFilename": "README.md",
@@ -50,6 +50,6 @@
50
},
51
"peerDependencies": {
52
"typedi": "^0.5.2",
53
- "typeorm": "0.1.0-alpha.49"
+ "typeorm": ">=0.1.0-alpha.50 <0.2.0"
54
}
55
0 commit comments