@aws-cdk/cloud-assembly-schema 36.0.25 → 36.1.1
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
|
@@ -5760,6 +5760,6 @@
|
|
|
5760
5760
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5761
5761
|
}
|
|
5762
5762
|
},
|
|
5763
|
-
"version": "36.
|
|
5764
|
-
"fingerprint": "
|
|
5763
|
+
"version": "36.1.1",
|
|
5764
|
+
"fingerprint": "tDfPUpdRgfot4SgPrH/OUG/Yfd+VZ96JWJS+myePiz0="
|
|
5765
5765
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -213,7 +213,7 @@ class Manifest {
|
|
|
213
213
|
}
|
|
214
214
|
exports.Manifest = Manifest;
|
|
215
215
|
_a = JSII_RTTI_SYMBOL_1;
|
|
216
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "36.
|
|
216
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "36.1.1" };
|
|
217
217
|
function mapValues(xs, fn) {
|
|
218
218
|
if (!xs) {
|
|
219
219
|
return undefined;
|
package/package.json
CHANGED