@aws-cdk/cloud-assembly-schema 44.3.0 → 44.5.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
|
@@ -5786,6 +5786,6 @@
|
|
|
5786
5786
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5787
5787
|
}
|
|
5788
5788
|
},
|
|
5789
|
-
"version": "44.
|
|
5790
|
-
"fingerprint": "
|
|
5789
|
+
"version": "44.5.0",
|
|
5790
|
+
"fingerprint": "N4nNcezH2EpZRhabtapTk495BOqJY+o1JvvFdUgIyVA="
|
|
5791
5791
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.1018.
|
|
1
|
+
{"version":"2.1018.1"}
|
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: "44.
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "44.5.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|