@aws-cdk/cloud-assembly-schema 36.0.20 → 36.0.21

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
@@ -5760,6 +5760,6 @@
5760
5760
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5761
5761
  }
5762
5762
  },
5763
- "version": "36.0.20",
5764
- "fingerprint": "gfTy3FxwbCZOc3F/rjCY8it5GkbVOAnrmgp3rptiGwQ="
5763
+ "version": "36.0.21",
5764
+ "fingerprint": "/cUtAF7jxKO236YTXbe8xKnMwOcGBq2voCHHw+zxyq0="
5765
5765
  }
package/lib/manifest.js CHANGED
@@ -213,7 +213,7 @@ class Manifest {
213
213
  }
214
214
  exports.Manifest = Manifest;
215
215
  _a = JSII_RTTI_SYMBOL_1;
216
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "36.0.20" };
216
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "36.0.21" };
217
217
  function mapValues(xs, fn) {
218
218
  if (!xs) {
219
219
  return undefined;
package/package.json CHANGED
@@ -83,7 +83,7 @@
83
83
  "main": "lib/index.js",
84
84
  "license": "Apache-2.0",
85
85
  "homepage": "https://github.com/cdklabs/cloud-assembly-schema",
86
- "version": "36.0.20",
86
+ "version": "36.0.21",
87
87
  "types": "lib/index.d.ts",
88
88
  "stability": "stable",
89
89
  "jsii": {