@aws-cdk/cloud-assembly-schema 2.24.0 → 2.24.1

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
@@ -5409,6 +5409,6 @@
5409
5409
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5410
5410
  }
5411
5411
  },
5412
- "version": "2.24.0",
5412
+ "version": "2.24.1",
5413
5413
  "fingerprint": "**********"
5414
5414
  }
package/lib/manifest.js CHANGED
@@ -255,7 +255,7 @@ class Manifest {
255
255
  }
256
256
  exports.Manifest = Manifest;
257
257
  _a = JSII_RTTI_SYMBOL_1;
258
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.24.0" };
258
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.24.1" };
259
259
  function mapValues(xs, fn) {
260
260
  if (!xs) {
261
261
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "devDependencies": {
63
- "@aws-cdk/cdk-build-tools": "2.24.0",
64
- "@aws-cdk/pkglint": "2.24.0",
63
+ "@aws-cdk/cdk-build-tools": "2.24.1",
64
+ "@aws-cdk/pkglint": "2.24.1",
65
65
  "@types/jest": "^27.5.0",
66
66
  "@types/mock-fs": "^4.13.1",
67
67
  "@types/semver": "^7.3.9",