@tsed/cli-plugin-typeorm
Advanced tools
Comparing version 6.1.9 to 6.1.10
{ | ||
"name": "@tsed/cli-plugin-typeorm", | ||
"description": "Ts.ED CLI plugin. Add TypeORM support", | ||
"version": "6.1.9", | ||
"version": "6.1.10", | ||
"type": "module", | ||
@@ -28,5 +28,5 @@ "main": "./lib/esm/index.js", | ||
"devDependencies": { | ||
"@tsed/cli": "6.1.9", | ||
"@tsed/cli-core": "6.1.9", | ||
"@tsed/typescript": "6.1.9", | ||
"@tsed/cli": "6.1.10", | ||
"@tsed/cli-core": "6.1.10", | ||
"@tsed/typescript": "6.1.10", | ||
"cross-env": "7.0.3", | ||
@@ -33,0 +33,0 @@ "typescript": "5.6.2", |
15228