@aws-cdk/cloud-assembly-schema 54.3.0 → 54.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 +1 -1
- package/cli-version.json +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1128.0"}
|
package/lib/manifest.js
CHANGED
|
@@ -267,7 +267,7 @@ class Manifest {
|
|
|
267
267
|
}
|
|
268
268
|
exports.Manifest = Manifest;
|
|
269
269
|
_a = JSII_RTTI_SYMBOL_1;
|
|
270
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "54.
|
|
270
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "54.4.0" };
|
|
271
271
|
function stripEnumErrors(errors) {
|
|
272
272
|
return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
|
|
273
273
|
}
|