@aws-cdk/cloud-assembly-schema 53.5.0 → 53.6.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
|
@@ -6117,6 +6117,6 @@
|
|
|
6117
6117
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
6118
6118
|
}
|
|
6119
6119
|
},
|
|
6120
|
-
"version": "53.
|
|
6121
|
-
"fingerprint": "
|
|
6120
|
+
"version": "53.6.0",
|
|
6121
|
+
"fingerprint": "QKREu+CtUNna2jCnSvg0szst5mCjNlAdkZ3G5cZaeo4="
|
|
6122
6122
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1112.0"}
|
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.6.0" };
|
|
262
262
|
function stripEnumErrors(errors) {
|
|
263
263
|
return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
|
|
264
264
|
}
|