@aws-cdk/cloud-assembly-schema 2.78.0 → 2.79.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 +7 -7
package/.jsii
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"jsonschema": "^1.4.1",
|
|
12
|
-
"semver": "^7.
|
|
12
|
+
"semver": "^7.5.0"
|
|
13
13
|
},
|
|
14
14
|
"description": "Cloud Assembly Schema",
|
|
15
15
|
"docs": {
|
|
@@ -5841,6 +5841,6 @@
|
|
|
5841
5841
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5842
5842
|
}
|
|
5843
5843
|
},
|
|
5844
|
-
"version": "2.
|
|
5844
|
+
"version": "2.79.0",
|
|
5845
5845
|
"fingerprint": "**********"
|
|
5846
5846
|
}
|
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.
|
|
264
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "2.79.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.
|
|
3
|
+
"version": "2.79.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -77,15 +77,15 @@
|
|
|
77
77
|
},
|
|
78
78
|
"license": "Apache-2.0",
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
81
|
-
"@aws-cdk/pkglint": "2.
|
|
82
|
-
"@types/jest": "^29.5.
|
|
80
|
+
"@aws-cdk/cdk-build-tools": "2.79.0-alpha.0",
|
|
81
|
+
"@aws-cdk/pkglint": "2.79.0-alpha.0",
|
|
82
|
+
"@types/jest": "^29.5.1",
|
|
83
83
|
"@types/mock-fs": "^4.13.1",
|
|
84
84
|
"@types/semver": "^7.3.13",
|
|
85
|
-
"aws-cdk-lib": "2.
|
|
85
|
+
"aws-cdk-lib": "2.79.0",
|
|
86
86
|
"jest": "^29.5.0",
|
|
87
87
|
"mock-fs": "^4.14.0",
|
|
88
|
-
"typescript-json-schema": "^0.
|
|
88
|
+
"typescript-json-schema": "^0.56.0"
|
|
89
89
|
},
|
|
90
90
|
"repository": {
|
|
91
91
|
"url": "https://github.com/aws/aws-cdk.git",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"jsonschema": "^1.4.1",
|
|
113
|
-
"semver": "^7.
|
|
113
|
+
"semver": "^7.5.0"
|
|
114
114
|
},
|
|
115
115
|
"awscdkio": {
|
|
116
116
|
"announce": false
|