@aws-cdk/cloud-assembly-schema 39.1.45 → 39.1.46
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
|
@@ -5517,6 +5517,6 @@
|
|
|
5517
5517
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5518
5518
|
}
|
|
5519
5519
|
},
|
|
5520
|
-
"version": "39.1.
|
|
5521
|
-
"fingerprint": "
|
|
5520
|
+
"version": "39.1.46",
|
|
5521
|
+
"fingerprint": "wC0wOv5qwo+Mi7fbMP8cex8MhO70Ad8NSAB0iCOTeMw="
|
|
5522
5522
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -249,7 +249,7 @@ class Manifest {
|
|
|
249
249
|
}
|
|
250
250
|
exports.Manifest = Manifest;
|
|
251
251
|
_a = JSII_RTTI_SYMBOL_1;
|
|
252
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.1.
|
|
252
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.1.46" };
|
|
253
253
|
function mapValues(xs, fn) {
|
|
254
254
|
if (!xs) {
|
|
255
255
|
return undefined;
|
package/package.json
CHANGED