Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "cdk-dia", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "🎡 Automated diagrams of CDK provisioned infrastructure", | ||
@@ -29,5 +29,3 @@ "scripts": { | ||
"word-wrap": "^1.2.3", | ||
"yargs": "^16.2.0" | ||
}, | ||
"peerDependencies": { | ||
"yargs": "^16.2.0", | ||
"@aws-cdk/core": "^1.40.0" | ||
@@ -34,0 +32,0 @@ }, |
@@ -0,1 +1,2 @@ | ||
[![Mentioned in Awesome CDK](https://awesome.re/mentioned-badge.svg)](https://github.com/kolomied/awesome-cdk) | ||
![Test](https://github.com/pistazie/cdk-dia/workflows/Test/badge.svg) | ||
@@ -44,2 +45,4 @@ [![npm version](https://badge.fury.io/js/cdk-dia.svg)](https://badge.fury.io/js/cdk-dia) | ||
* In order to customize you have to add cdk-dia as a npm project dependency (globally installing it using `npm -g` won't allow you to use the `CdkDiaDecorator` class) | ||
### Example: | ||
@@ -46,0 +49,0 @@ Consider the following diagram of a 3-Tier CDK Stack: |
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
8649807
67
+ Added@aws-cdk/core@^1.40.0