@aws-cdk/cloud-assembly-schema 43.4.0 → 43.6.0

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
@@ -16,7 +16,7 @@
16
16
  "stability": "stable"
17
17
  },
18
18
  "homepage": "https://github.com/aws/aws-cdk",
19
- "jsiiVersion": "5.6.15 (build 86ce017)",
19
+ "jsiiVersion": "5.6.16 (build 80bb474)",
20
20
  "keywords": [
21
21
  "aws",
22
22
  "cdk"
@@ -5777,6 +5777,6 @@
5777
5777
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5778
5778
  }
5779
5779
  },
5780
- "version": "43.4.0",
5781
- "fingerprint": "A9GS1PWrcqS+gkg9XuVfchlgFH1vhVGEZFnL/ZK34rQ="
5780
+ "version": "43.6.0",
5781
+ "fingerprint": "55IelBc6ncq+z9nPge+XgiYTaRvHOLCAf14mkAe/vIw="
5782
5782
  }
package/cli-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.1010.0"}
1
+ {"version":"2.1013.0"}
package/lib/manifest.js CHANGED
@@ -269,7 +269,7 @@ class Manifest {
269
269
  }
270
270
  exports.Manifest = Manifest;
271
271
  _a = JSII_RTTI_SYMBOL_1;
272
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.4.0" };
272
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "43.6.0" };
273
273
  function mapValues(xs, fn) {
274
274
  if (!xs) {
275
275
  return undefined;
package/package.json CHANGED
@@ -63,7 +63,6 @@
63
63
  "license-checker": "^25.0.1",
64
64
  "mock-fs": "^5.5.0",
65
65
  "prettier": "^2.8",
66
- "projen": "^0.91.20",
67
66
  "ts-jest": "^29.3.2",
68
67
  "tsx": "^4.19.3",
69
68
  "typescript": "5.6",
@@ -90,7 +89,7 @@
90
89
  "publishConfig": {
91
90
  "access": "public"
92
91
  },
93
- "version": "43.4.0",
92
+ "version": "43.6.0",
94
93
  "types": "lib/index.d.ts",
95
94
  "stability": "stable",
96
95
  "jsii": {