@aws-cdk/cloud-assembly-schema 2.72.0 → 2.72.1
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/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": "5.0.
|
|
19
|
+
"jsiiVersion": "5.0.2 (build fc559a8)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -5841,6 +5841,6 @@
|
|
|
5841
5841
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5842
5842
|
}
|
|
5843
5843
|
},
|
|
5844
|
-
"version": "2.72.
|
|
5844
|
+
"version": "2.72.1",
|
|
5845
5845
|
"fingerprint": "**********"
|
|
5846
5846
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloud-assembly-schema",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.1",
|
|
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.72.
|
|
64
|
-
"@aws-cdk/pkglint": "2.72.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "2.72.1",
|
|
64
|
+
"@aws-cdk/pkglint": "2.72.1",
|
|
65
65
|
"@types/jest": "^27.5.2",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
67
|
"@types/semver": "^7.3.13",
|