@aws-cdk/cloud-assembly-schema 2.5.0 → 2.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
@@ -3635,6 +3635,6 @@
3635
3635
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
3636
3636
  }
3637
3637
  },
3638
- "version": "2.5.0",
3638
+ "version": "2.6.0",
3639
3639
  "fingerprint": "**********"
3640
3640
  }
package/lib/manifest.js CHANGED
@@ -191,7 +191,7 @@ class Manifest {
191
191
  }
192
192
  exports.Manifest = Manifest;
193
193
  _a = JSII_RTTI_SYMBOL_1;
194
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.5.0" };
194
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.6.0" };
195
195
  function mapValues(xs, fn) {
196
196
  if (!xs) {
197
197
  return undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
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.5.0",
64
- "@aws-cdk/pkglint": "2.5.0",
63
+ "@aws-cdk/cdk-build-tools": "2.6.0",
64
+ "@aws-cdk/pkglint": "2.6.0",
65
65
  "@types/jest": "^27.0.3",
66
66
  "@types/mock-fs": "^4.13.1",
67
67
  "@types/semver": "^7.3.9",