@aws-cdk/cloud-assembly-schema 2.117.0 → 2.118.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 +1 -1
- package/LICENSE +1 -1
- package/NOTICE +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
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-
|
|
189
|
+
Copyright 2018-2024 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-
|
|
2
|
+
Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
|
|
4
4
|
-------------------------------------------------------------------------------
|
|
5
5
|
|
package/lib/manifest.js
CHANGED
|
@@ -262,7 +262,7 @@ class Manifest {
|
|
|
262
262
|
}
|
|
263
263
|
exports.Manifest = Manifest;
|
|
264
264
|
_a = JSII_RTTI_SYMBOL_1;
|
|
265
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.
|
|
265
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.118.0" };
|
|
266
266
|
function mapValues(xs, fn) {
|
|
267
267
|
if (!xs) {
|
|
268
268
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.118.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
},
|
|
81
81
|
"license": "Apache-2.0",
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
84
|
-
"@aws-cdk/pkglint": "2.
|
|
83
|
+
"@aws-cdk/cdk-build-tools": "2.118.0-alpha.0",
|
|
84
|
+
"@aws-cdk/pkglint": "2.118.0-alpha.0",
|
|
85
85
|
"@types/jest": "^29.5.11",
|
|
86
86
|
"@types/mock-fs": "^4.13.4",
|
|
87
87
|
"@types/semver": "^7.5.6",
|
|
88
|
-
"aws-cdk-lib": "2.
|
|
88
|
+
"aws-cdk-lib": "2.118.0",
|
|
89
89
|
"jest": "^29.7.0",
|
|
90
90
|
"mock-fs": "^4.14.0",
|
|
91
91
|
"typescript-json-schema": "^0.62.0"
|