@aws-cdk/cloud-assembly-schema 40.0.3 → 40.0.5

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
@@ -5664,6 +5664,6 @@
5664
5664
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5665
5665
  }
5666
5666
  },
5667
- "version": "40.0.3",
5668
- "fingerprint": "NaSeqetRobTXH0O88HHKd6SkiWeS4EDeZZKccs8kluU="
5667
+ "version": "40.0.5",
5668
+ "fingerprint": "UCKzBXoT4vGI9Fz7Wmy677ro6mz1ZDZEDpuHPHXiqLE="
5669
5669
  }
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: "40.0.3" };
252
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "40.0.5" };
253
253
  function mapValues(xs, fn) {
254
254
  if (!xs) {
255
255
  return undefined;
package/package.json CHANGED
@@ -47,7 +47,7 @@
47
47
  "constructs": "^10.0.0",
48
48
  "eslint": "^9",
49
49
  "eslint-config-prettier": "^9.1.0",
50
- "eslint-import-resolver-typescript": "^3.7.0",
50
+ "eslint-import-resolver-typescript": "^3.8.0",
51
51
  "eslint-plugin-import": "^2.31.0",
52
52
  "eslint-plugin-prettier": "^5.2.3",
53
53
  "jest": "29",
@@ -57,8 +57,8 @@
57
57
  "jsii-pacmak": "^1.106.0",
58
58
  "jsii-rosetta": "~5.7.4",
59
59
  "mock-fs": "^5.5.0",
60
- "prettier": "^3.5.0",
61
- "projen": "^0.91.9",
60
+ "prettier": "^3.5.1",
61
+ "projen": "^0.91.10",
62
62
  "ts-jest": "29",
63
63
  "ts-node": "^10.9.2",
64
64
  "tsx": "^4.19.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": "40.0.3",
83
+ "version": "40.0.5",
84
84
  "types": "lib/index.d.ts",
85
85
  "stability": "stable",
86
86
  "jsii": {