@aws-cdk/cloud-assembly-schema 44.4.0 → 44.5.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
@@ -5786,6 +5786,6 @@
5786
5786
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5787
5787
  }
5788
5788
  },
5789
- "version": "44.4.0",
5790
- "fingerprint": "J0wMR2FWcp7OAyso67JQXA/iUCW0vOs53lClftHJxKk="
5789
+ "version": "44.5.0",
5790
+ "fingerprint": "N4nNcezH2EpZRhabtapTk495BOqJY+o1JvvFdUgIyVA="
5791
5791
  }
package/lib/manifest.js CHANGED
@@ -269,7 +269,7 @@ class Manifest {
269
269
  }
270
270
  exports.Manifest = Manifest;
271
271
  _a = JSII_RTTI_SYMBOL_1;
272
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "44.4.0" };
272
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "44.5.0" };
273
273
  function mapValues(xs, fn) {
274
274
  if (!xs) {
275
275
  return undefined;
package/package.json CHANGED
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "44.4.0",
93
+ "version": "44.5.0",
94
94
  "types": "lib/index.d.ts",
95
95
  "stability": "stable",
96
96
  "jsii": {