@aws-cdk/cloud-assembly-schema 2.67.0 → 2.68.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
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"stability": "stable"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
19
|
-
"jsiiVersion": "1.
|
|
19
|
+
"jsiiVersion": "1.77.0 (build 3e5fa88)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -5623,6 +5623,6 @@
|
|
|
5623
5623
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5624
5624
|
}
|
|
5625
5625
|
},
|
|
5626
|
-
"version": "2.
|
|
5626
|
+
"version": "2.68.0",
|
|
5627
5627
|
"fingerprint": "**********"
|
|
5628
5628
|
}
|
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.68.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.68.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": "2.
|
|
64
|
-
"@aws-cdk/pkglint": "2.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "2.68.0",
|
|
64
|
+
"@aws-cdk/pkglint": "2.68.0",
|
|
65
65
|
"@types/jest": "^27.5.2",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.13",
|