Comparing version 0.6.0 to 0.6.1
@@ -70,6 +70,8 @@ "use strict"; | ||
}); | ||
const targetComponentIdInTargetStack = exportingStack.stackExportsContainer.getExport(targetString); | ||
return exportingStack.subTreeFindComponent(component => { | ||
return this.findUniqueResourceId(component) == targetComponentIdInTargetStack; | ||
}); | ||
if (exportingStack && exportingStack.stackExportsContainer) { | ||
const targetComponentIdInTargetStack = exportingStack.stackExportsContainer.getExport(targetString); | ||
return exportingStack.subTreeFindComponent(component => { | ||
return this.findUniqueResourceId(component) == targetComponentIdInTargetStack; | ||
}); | ||
} | ||
} | ||
@@ -76,0 +78,0 @@ } |
@@ -46,3 +46,3 @@ "use strict"; | ||
expect(JSON.parse(stylesJson.body).length).toBeGreaterThanOrEqual(15); | ||
}, 100000); | ||
}, 120000); | ||
}); | ||
@@ -49,0 +49,0 @@ class File { |
{ | ||
"name": "cdk-dia", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "🎡 Automated diagrams of CDK provisioned infrastructure", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
14179858
43814