@aws-cdk/cloud-assembly-schema 53.19.0 → 53.20.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/lib/manifest.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -6198,6 +6198,6 @@
|
|
|
6198
6198
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
6199
6199
|
}
|
|
6200
6200
|
},
|
|
6201
|
-
"version": "53.
|
|
6202
|
-
"fingerprint": "
|
|
6201
|
+
"version": "53.20.0",
|
|
6202
|
+
"fingerprint": "kBwxOM7TUumKBevLlC3iZBaC2MrGc2MQXLdJ5DcXs8g="
|
|
6203
6203
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -258,7 +258,7 @@ class Manifest {
|
|
|
258
258
|
}
|
|
259
259
|
exports.Manifest = Manifest;
|
|
260
260
|
_a = JSII_RTTI_SYMBOL_1;
|
|
261
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "53.
|
|
261
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "53.20.0" };
|
|
262
262
|
function stripEnumErrors(errors) {
|
|
263
263
|
return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
|
|
264
264
|
}
|