cdk-dia 0.10.0 → 0.11.0
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.
|
@@ -1517,6 +1517,16 @@
|
|
|
1517
1517
|
}
|
|
1518
1518
|
]
|
|
1519
1519
|
},
|
|
1520
|
+
{
|
|
1521
|
+
"resourcePrefix": "AWS::Lex",
|
|
1522
|
+
"genericFilePath": "icons/aws/Service/Arch_Machine-Learning/64/Arch_Amazon-Lex_64@5x.png",
|
|
1523
|
+
"specificResources": [
|
|
1524
|
+
{
|
|
1525
|
+
"resourceType": "AWS::Lex::Bot",
|
|
1526
|
+
"filePath": "icons/aws/Service/Arch_Machine-Learning/64/Arch_Amazon-Lex_64@5x.png"
|
|
1527
|
+
}
|
|
1528
|
+
]
|
|
1529
|
+
},
|
|
1520
1530
|
{
|
|
1521
1531
|
"resourcePrefix": "AWS::S3",
|
|
1522
1532
|
"genericFilePath": "icons/aws/Service/Arch_Storage/64/Arch_Amazon-S3-Standard_64@5x.png",
|
|
@@ -2294,6 +2304,16 @@
|
|
|
2294
2304
|
}
|
|
2295
2305
|
]
|
|
2296
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"resourcePrefix": "AWS::Connect",
|
|
2309
|
+
"genericFilePath": "icons/aws/Service/Arch_Business-Applications/64/Arch_Amazon-Connect_64@5x.png",
|
|
2310
|
+
"specificResources": [
|
|
2311
|
+
{
|
|
2312
|
+
"resourceType": "AWS::Connect::Instance",
|
|
2313
|
+
"filePath": "icons/aws/Service/Arch_Business-Applications/64/Arch_Amazon-Connect_64@5x.png"
|
|
2314
|
+
}
|
|
2315
|
+
]
|
|
2316
|
+
},
|
|
2297
2317
|
{
|
|
2298
2318
|
"resourcePrefix": "AWS::SecretsManager",
|
|
2299
2319
|
"genericFilePath": "icons/aws/Service/Arch_Security-Identity-Compliance/64/Arch_AWS-Secrets-Manager_64@5x.png",
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-dia",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "🎡 Automated diagrams of CDK provisioned infrastructure",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-watch": "tsc --watch",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"terminal-link": "^2.1.1",
|
|
31
31
|
"ts-graphviz": "^0.13.2",
|
|
32
32
|
"values.js": "^2.0.0",
|
|
33
|
-
"word-wrap": "^1.2.
|
|
33
|
+
"word-wrap": "^1.2.5",
|
|
34
34
|
"yargs": "^16.2.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|