@aws-cdk/cloud-assembly-schema 2.81.0 → 2.83.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
@@ -5860,6 +5860,6 @@
5860
5860
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5861
5861
  }
5862
5862
  },
5863
- "version": "2.81.0",
5863
+ "version": "2.83.0",
5864
5864
  "fingerprint": "**********"
5865
5865
  }
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.81.0" };
264
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.83.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.81.0",
3
+ "version": "2.83.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.81.0-alpha.0",
81
- "@aws-cdk/pkglint": "2.81.0-alpha.0",
80
+ "@aws-cdk/cdk-build-tools": "2.83.0-alpha.0",
81
+ "@aws-cdk/pkglint": "2.83.0-alpha.0",
82
82
  "@types/jest": "^29.5.1",
83
83
  "@types/mock-fs": "^4.13.1",
84
84
  "@types/semver": "^7.5.0",
85
- "aws-cdk-lib": "2.81.0",
85
+ "aws-cdk-lib": "2.83.0",
86
86
  "jest": "^29.5.0",
87
87
  "mock-fs": "^4.14.0",
88
88
  "typescript-json-schema": "^0.56.0"