Comparing version 1.9.1 to 1.9.4
@@ -169,3 +169,3 @@ /** | ||
allModelsOptions[modelName] = _util2.default._extend(DB.DEFAULT_TABLE_OPTIONS, options); | ||
allModelsOptions[modelName] = _util2.default._extend(DB.DEFAULT_TABLE_OPTIONS, options.hasOwnProperty(modelName) ? options[modelName] : {}); | ||
allModelNames.push(modelName); | ||
@@ -172,0 +172,0 @@ } |
{ | ||
"name": "deep-db", | ||
"version": "1.9.1", | ||
"version": "1.9.4", | ||
"description": "DEEP Database Library", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
"prepublish": "npm run compile", | ||
"pretest": "npm link deep-kernel deep-core deep-validation deep-log" | ||
"pretest": "npm link deep-kernel deep-core deep-validation deep-log babel-preset-es2015" | ||
}, | ||
@@ -66,0 +66,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
85585
26
1779