egg-typeorm
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -29,7 +29,7 @@ 'use strict'; | ||
if (connectConfig.entities) { | ||
if (config.entities) { | ||
connectConfig.entities = config.entities; | ||
} | ||
if (connectConfig.subscribers) { | ||
if (config.subscribers) { | ||
connectConfig.subscribers = config.subscribers; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "egg-typeorm", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9072