@aws-cdk/cloud-assembly-schema 39.1.37 → 39.1.38
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
|
@@ -5511,6 +5511,6 @@
|
|
|
5511
5511
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5512
5512
|
}
|
|
5513
5513
|
},
|
|
5514
|
-
"version": "39.1.
|
|
5515
|
-
"fingerprint": "
|
|
5514
|
+
"version": "39.1.38",
|
|
5515
|
+
"fingerprint": "zx/hMM2/aPZdnNiUIyG5A3eOFR8nJDwpTg0NYmemgkM="
|
|
5516
5516
|
}
|
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.38" };
|
|
253
253
|
function mapValues(xs, fn) {
|
|
254
254
|
if (!xs) {
|
|
255
255
|
return undefined;
|
package/package.json
CHANGED