@aws-cdk/cloud-assembly-schema 1.122.0 → 1.123.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 +2 -2
- package/lib/manifest.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
package/lib/manifest.js
CHANGED
|
@@ -188,7 +188,7 @@ class Manifest {
|
|
|
188
188
|
}
|
|
189
189
|
exports.Manifest = Manifest;
|
|
190
190
|
_a = JSII_RTTI_SYMBOL_1;
|
|
191
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.
|
|
191
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.123.0" };
|
|
192
192
|
function mapValues(xs, fn) {
|
|
193
193
|
if (!xs) {
|
|
194
194
|
return undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.123.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@types/jest": "^26.0.24",
|
|
64
64
|
"@types/mock-fs": "^4.13.1",
|
|
65
65
|
"@types/semver": "^7.3.7",
|
|
66
|
-
"cdk-build-tools": "1.
|
|
66
|
+
"cdk-build-tools": "1.123.0",
|
|
67
67
|
"jest": "^26.6.3",
|
|
68
68
|
"mock-fs": "^4.14.0",
|
|
69
|
-
"pkglint": "1.
|
|
69
|
+
"pkglint": "1.123.0",
|
|
70
70
|
"typescript-json-schema": "^0.50.1"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|