@aws-cdk/cloud-assembly-schema 39.1.46 → 39.1.47

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
@@ -5517,6 +5517,6 @@
5517
5517
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5518
5518
  }
5519
5519
  },
5520
- "version": "39.1.46",
5521
- "fingerprint": "wC0wOv5qwo+Mi7fbMP8cex8MhO70Ad8NSAB0iCOTeMw="
5520
+ "version": "39.1.47",
5521
+ "fingerprint": "+oB2IGrB8QsA9h0yWkzCxZ7O1MiBhleRcW3BUxxb+m4="
5522
5522
  }
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.1.46" };
252
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.1.47" };
253
253
  function mapValues(xs, fn) {
254
254
  if (!xs) {
255
255
  return undefined;
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "eslint-config-prettier": "^9.1.0",
50
50
  "eslint-import-resolver-typescript": "^3.7.0",
51
51
  "eslint-plugin-import": "^2.31.0",
52
- "eslint-plugin-prettier": "^5.2.1",
52
+ "eslint-plugin-prettier": "^5.2.2",
53
53
  "jest": "29",
54
54
  "jest-junit": "^16",
55
55
  "jsii": "~5.7.4",
@@ -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.1.46",
83
+ "version": "39.1.47",
84
84
  "types": "lib/index.d.ts",
85
85
  "stability": "stable",
86
86
  "jsii": {