@aws-cdk/cloud-assembly-schema 52.1.0 → 52.2.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
|
@@ -6070,6 +6070,6 @@
|
|
|
6070
6070
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
6071
6071
|
}
|
|
6072
6072
|
},
|
|
6073
|
-
"version": "52.
|
|
6074
|
-
"fingerprint": "
|
|
6073
|
+
"version": "52.2.0",
|
|
6074
|
+
"fingerprint": "It7fpTYMFwlORMcOwIzR+ZoGlNfccXwHt9m9JDosiyA="
|
|
6075
6075
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.
|
|
1
|
+
{"version":"2.1107.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: "52.
|
|
261
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "52.2.0" };
|
|
262
262
|
function stripEnumErrors(errors) {
|
|
263
263
|
return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
|
|
264
264
|
}
|