@medable/mdctl-import-adapter
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -166,2 +166,6 @@ const EventEmitter = require('events'), | ||
} | ||
} else if (manifestData[k] instanceof Array) { | ||
manifestData[k].forEach((o) => { | ||
paths.push(`env/${k}/${o.name}.{json,yaml}`) | ||
}) | ||
} | ||
@@ -168,0 +172,0 @@ } |
{ | ||
"name": "@medable/mdctl-import-adapter", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Medable Developer Client Tools :: Import Adapter", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@medable/mdctl-core": "^1.0.17", | ||
"@medable/mdctl-core-utils": "^1.0.10", | ||
"@medable/mdctl-core": "^1.0.18", | ||
"@medable/mdctl-core-utils": "^1.0.18", | ||
"clone": "^2.1.2", | ||
@@ -43,3 +43,3 @@ "globby": "^9.1.0", | ||
}, | ||
"gitHead": "fde20e246a7c074450e4e8bba21075d9066c0dec" | ||
"gitHead": "797d671161950a4abd33d1712d768fe408411f88" | ||
} |
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
11688
265