@aws-cdk/cloud-assembly-schema 39.2.18 → 39.2.20

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
@@ -5552,6 +5552,6 @@
5552
5552
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5553
5553
  }
5554
5554
  },
5555
- "version": "39.2.18",
5556
- "fingerprint": "XbPHylUSKH6I6REM32X13QdSkSJvpHjbYAIHIKaQoCk="
5555
+ "version": "39.2.20",
5556
+ "fingerprint": "Gx6PayONjDLFMcCI+EKB8FE+wkeK0/fSSUPYARTRiRA="
5557
5557
  }
package/lib/manifest.js CHANGED
@@ -249,7 +249,7 @@ class Manifest {
249
249
  }
250
250
  exports.Manifest = Manifest;
251
251
  _a = JSII_RTTI_SYMBOL_1;
252
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.2.18" };
252
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.2.20" };
253
253
  function mapValues(xs, fn) {
254
254
  if (!xs) {
255
255
  return undefined;
package/package.json CHANGED
@@ -55,9 +55,9 @@
55
55
  "jsii": "~5.7.5",
56
56
  "jsii-diff": "^1.106.0",
57
57
  "jsii-pacmak": "^1.106.0",
58
- "jsii-rosetta": "~5.7.3",
58
+ "jsii-rosetta": "~5.7.4",
59
59
  "mock-fs": "^5.5.0",
60
- "prettier": "^3.4.2",
60
+ "prettier": "^3.5.0",
61
61
  "projen": "^0.91.8",
62
62
  "ts-jest": "29",
63
63
  "ts-node": "^10.9.2",
@@ -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.2.18",
83
+ "version": "39.2.20",
84
84
  "types": "lib/index.d.ts",
85
85
  "stability": "stable",
86
86
  "jsii": {