@aws-cdk/cloud-assembly-schema 43.2.0 → 43.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
|
@@ -5777,6 +5777,6 @@
|
|
|
5777
5777
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5778
5778
|
}
|
|
5779
5779
|
},
|
|
5780
|
-
"version": "43.
|
|
5781
|
-
"fingerprint": "
|
|
5780
|
+
"version": "43.4.0",
|
|
5781
|
+
"fingerprint": "A9GS1PWrcqS+gkg9XuVfchlgFH1vhVGEZFnL/ZK34rQ="
|
|
5782
5782
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1010.0"}
|
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.4.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|