@aws-cdk/cloud-assembly-schema 1.186.1 → 1.188.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
@@ -5469,6 +5469,6 @@
5469
5469
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
5470
5470
  }
5471
5471
  },
5472
- "version": "1.186.1",
5472
+ "version": "1.188.0",
5473
5473
  "fingerprint": "**********"
5474
5474
  }
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
 
4
4
  -------------------------------------------------------------------------------
5
5
 
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: "1.186.1" };
258
+ Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.188.0" };
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": "1.186.1",
3
+ "version": "1.188.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": "1.186.1",
64
- "@aws-cdk/pkglint": "1.186.1",
63
+ "@aws-cdk/cdk-build-tools": "1.188.0",
64
+ "@aws-cdk/pkglint": "1.188.0",
65
65
  "@types/jest": "^27.5.2",
66
66
  "@types/mock-fs": "^4.13.1",
67
67
  "@types/semver": "^7.3.13",