@aws-cdk/cloud-assembly-schema 44.8.0 → 45.0.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
@@ -5926,6 +5926,6 @@
5926
5926
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5927
5927
  }
5928
5928
  },
5929
- "version": "44.8.0",
5930
- "fingerprint": "AAVxag0CbfPYfzM8alczOcVWd2Rx0IiMia18NuJ1774="
5929
+ "version": "45.0.0",
5930
+ "fingerprint": "6UmUoLntQzCiY0mdzzbErgCfvjKvhJUumuksn+eAjwQ="
5931
5931
  }
package/cli-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"2.1019.2"}
1
+ {"version":"2.1020.1"}
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: "44.8.0" };
272
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "45.0.0" };
273
273
  function mapValues(xs, fn) {
274
274
  if (!xs) {
275
275
  return undefined;
package/package.json CHANGED
@@ -51,10 +51,10 @@
51
51
  "eslint": "^9",
52
52
  "eslint-config-prettier": "^10.1.5",
53
53
  "eslint-import-resolver-typescript": "^3.10.1",
54
- "eslint-plugin-import": "^2.31.0",
54
+ "eslint-plugin-import": "^2.32.0",
55
55
  "eslint-plugin-jest": "^28.14.0",
56
56
  "eslint-plugin-jsdoc": "^50.8.0",
57
- "eslint-plugin-prettier": "^5.4.1",
57
+ "eslint-plugin-prettier": "^5.5.1",
58
58
  "jest": "^29.7.0",
59
59
  "jest-junit": "^16",
60
60
  "jsii": "5.6",
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "44.8.0",
93
+ "version": "45.0.0",
94
94
  "types": "lib/index.d.ts",
95
95
  "stability": "stable",
96
96
  "jsii": {
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "schemaHash": "4709e40bc5dd6ad7d2bb6c6bd0315c622b7f4aa07ee3af66ff07f9bc77fdf783",
3
- "revision": 44
3
+ "revision": 45
4
4
  }