@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 CHANGED
@@ -6198,6 +6198,6 @@
6198
6198
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
6199
6199
  }
6200
6200
  },
6201
- "version": "53.19.0",
6202
- "fingerprint": "wxGMmoSAGLPakf921pIaIQ+sMAl7tI+KjL8NtfvY0OA="
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.19.0" };
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
  }
package/package.json CHANGED
@@ -99,7 +99,7 @@
99
99
  "publishConfig": {
100
100
  "access": "public"
101
101
  },
102
- "version": "53.19.0",
102
+ "version": "53.20.0",
103
103
  "packageManager": "yarn@4.13.0",
104
104
  "types": "lib/index.d.ts",
105
105
  "stability": "stable",