@aws-cdk/cloud-assembly-schema 43.7.0 → 43.9.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
|
@@ -5784,6 +5784,6 @@
|
|
|
5784
5784
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5785
5785
|
}
|
|
5786
5786
|
},
|
|
5787
|
-
"version": "43.
|
|
5788
|
-
"fingerprint": "
|
|
5787
|
+
"version": "43.9.0",
|
|
5788
|
+
"fingerprint": "lzOEBDFvygHiqHj6Sw6ibOyzVTqA4YToRSTVr5g7GgI="
|
|
5789
5789
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -269,7 +269,7 @@ class Manifest {
|
|
|
269
269
|
}
|
|
270
270
|
exports.Manifest = Manifest;
|
|
271
271
|
_a = JSII_RTTI_SYMBOL_1;
|
|
272
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.9.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|