@datapith/cdk4j-diagram 0.4.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapith/cdk4j-diagram",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "CLI tool to visualise CloudFormation, SAM or CDK stacks as draw.io, visjs networks, ascii-art or mermaid",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "dependencies": {
18
18
  "@aws-sdk/client-cloudformation": "^3.445.0",
19
19
  "@aws-sdk/credential-provider-sso": "^3.445.0",
20
- "@mhlabs/cfn-diagram": "^1.1.40",
20
+ "@datapith/cdk4j-diagram": "^0.4.1",
21
21
  "aws-icons-directory": "^0.0.6",
22
22
  "cli-color": "^2.0.0",
23
23
  "color-convert": "^2.0.1",