Comparing version 0.0.4 to 0.0.5
@@ -83,4 +83,4 @@ #!/usr/bin/env node | ||
const adapter = currentKeys.includes(input) ? typesAdapters[type] : typesAdapters.mariadb; | ||
conf?.adapter?.[type] || {}; | ||
for (const key in conf.adapter[type]) { | ||
const customAdapter = conf?.adapter?.[type] || {}; | ||
for (const key in customAdapter) { | ||
if (input.indexOf(key) === 0) { | ||
@@ -87,0 +87,0 @@ return adapter[key]; |
{ | ||
"name": "dbspace", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Creating typescript interfaces for mariadb and manticore search", |
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
98712