@aws-cdk/cloud-assembly-schema 39.0.11 → 39.0.12

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
@@ -5511,6 +5511,6 @@
5511
5511
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5512
5512
  }
5513
5513
  },
5514
- "version": "39.0.11",
5515
- "fingerprint": "psbHJI/WjzmqDA48DSsOIFk0Wmomo3AKMvvAxn0fWsE="
5514
+ "version": "39.0.12",
5515
+ "fingerprint": "FZNZwIR0gumFR0BkK9fZnLOTEaYoivnuJW46k4K73DM="
5516
5516
  }
package/lib/manifest.js CHANGED
@@ -234,7 +234,7 @@ class Manifest {
234
234
  }
235
235
  exports.Manifest = Manifest;
236
236
  _a = JSII_RTTI_SYMBOL_1;
237
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.0.11" };
237
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.0.12" };
238
238
  function mapValues(xs, fn) {
239
239
  if (!xs) {
240
240
  return undefined;
package/package.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "main": "lib/index.js",
81
81
  "license": "Apache-2.0",
82
82
  "homepage": "https://github.com/cdklabs/cloud-assembly-schema",
83
- "version": "39.0.11",
83
+ "version": "39.0.12",
84
84
  "types": "lib/index.d.ts",
85
85
  "stability": "stable",
86
86
  "jsii": {