@aws-cdk/cloud-assembly-schema 49.3.0 → 49.4.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/cli-version.json +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -6000,6 +6000,6 @@
|
|
|
6000
6000
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
6001
6001
|
}
|
|
6002
6002
|
},
|
|
6003
|
-
"version": "49.
|
|
6004
|
-
"fingerprint": "
|
|
6003
|
+
"version": "49.4.0",
|
|
6004
|
+
"fingerprint": "k/mEorlADxt4PixUHz3EdEoLQfOkJ+ytU6WcDNfBL1U="
|
|
6005
6005
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.1100.
|
|
1
|
+
{"version":"2.1100.3"}
|
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: "49.
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "49.4.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|