@aws-cdk/cloud-assembly-schema 40.5.0 → 40.6.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.
- package/.jsii +2 -2
- package/lib/manifest.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -5665,6 +5665,6 @@
|
|
|
5665
5665
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5666
5666
|
}
|
|
5667
5667
|
},
|
|
5668
|
-
"version": "40.
|
|
5669
|
-
"fingerprint": "
|
|
5668
|
+
"version": "40.6.0",
|
|
5669
|
+
"fingerprint": "tnSWXZF7TPoeGvSLimG74BHSL4/u1Kh7ou34dL5h8JY="
|
|
5670
5670
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -250,7 +250,7 @@ class Manifest {
|
|
|
250
250
|
}
|
|
251
251
|
exports.Manifest = Manifest;
|
|
252
252
|
_a = JSII_RTTI_SYMBOL_1;
|
|
253
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "40.
|
|
253
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "40.6.0" };
|
|
254
254
|
function mapValues(xs, fn) {
|
|
255
255
|
if (!xs) {
|
|
256
256
|
return undefined;
|