@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 CHANGED
@@ -6070,6 +6070,6 @@
6070
6070
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
6071
6071
  }
6072
6072
  },
6073
- "version": "52.1.0",
6074
- "fingerprint": "0wC1x6/GLbJfFnnR6WuZNmiyZY+NzYQk+3HU8DzXAWQ="
6073
+ "version": "52.2.0",
6074
+ "fingerprint": "It7fpTYMFwlORMcOwIzR+ZoGlNfccXwHt9m9JDosiyA="
6075
6075
  }
package/cli-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.1106.1"}
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.1.0" };
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
  }
package/package.json CHANGED
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "52.1.0",
93
+ "version": "52.2.0",
94
94
  "types": "lib/index.d.ts",
95
95
  "stability": "stable",
96
96
  "jsii": {