@aws-cdk/cloud-assembly-schema 2.76.0 → 2.77.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
@@ -5841,6 +5841,6 @@
5841
5841
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5842
5842
  }
5843
5843
  },
5844
- "version": "2.76.0",
5844
+ "version": "2.77.0",
5845
5845
  "fingerprint": "**********"
5846
5846
  }
Binary file
package/lib/manifest.js CHANGED
@@ -261,7 +261,7 @@ class Manifest {
261
261
  constructor() { }
262
262
  }
263
263
  _a = JSII_RTTI_SYMBOL_1;
264
- Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.76.0" };
264
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.77.0" };
265
265
  exports.Manifest = Manifest;
266
266
  function mapValues(xs, fn) {
267
267
  if (!xs) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/cloud-assembly-schema",
3
- "version": "2.76.0",
3
+ "version": "2.77.0",
4
4
  "description": "Cloud Assembly Schema",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -77,12 +77,12 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "@aws-cdk/cdk-build-tools": "2.76.0-alpha.0",
81
- "@aws-cdk/pkglint": "2.76.0-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.77.0-alpha.0",
81
+ "@aws-cdk/pkglint": "2.77.0-alpha.0",
82
82
  "@types/jest": "^29.5.0",
83
83
  "@types/mock-fs": "^4.13.1",
84
84
  "@types/semver": "^7.3.13",
85
- "aws-cdk-lib": "2.76.0",
85
+ "aws-cdk-lib": "2.77.0",
86
86
  "jest": "^29.5.0",
87
87
  "mock-fs": "^4.14.0",
88
88
  "typescript-json-schema": "^0.55.0"