@aws-cdk/cloud-assembly-schema 1.163.1 → 1.165.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/.jsii.tabl.json +2 -2
- package/lib/manifest.js +1 -1
- package/package.json +5 -5
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.62.0 (build 293ac17)",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"aws",
|
|
22
22
|
"cdk"
|
|
@@ -5469,6 +5469,6 @@
|
|
|
5469
5469
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5470
5470
|
}
|
|
5471
5471
|
},
|
|
5472
|
-
"version": "1.
|
|
5472
|
+
"version": "1.165.0",
|
|
5473
5473
|
"fingerprint": "**********"
|
|
5474
5474
|
}
|
package/.jsii.tabl.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2",
|
|
3
|
-
"toolVersion": "1.
|
|
3
|
+
"toolVersion": "1.62.0",
|
|
4
4
|
"snippets": {
|
|
5
5
|
"cecc4b6be0cf4accc3e46f1670579b731439bd3e3b6efffdbd431eb0130d724c": {
|
|
6
6
|
"translations": {
|
|
@@ -2650,4 +2650,4 @@
|
|
|
2650
2650
|
"fqnsFingerprint": "7ac33f73110dbbf20e0bd19557c0be50d17d3f76e3dfd662f687974c60170110"
|
|
2651
2651
|
}
|
|
2652
2652
|
}
|
|
2653
|
-
}
|
|
2653
|
+
}
|
package/lib/manifest.js
CHANGED
|
@@ -255,7 +255,7 @@ class Manifest {
|
|
|
255
255
|
}
|
|
256
256
|
exports.Manifest = Manifest;
|
|
257
257
|
_a = JSII_RTTI_SYMBOL_1;
|
|
258
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.
|
|
258
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "1.165.0" };
|
|
259
259
|
function mapValues(xs, fn) {
|
|
260
260
|
if (!xs) {
|
|
261
261
|
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.165.0",
|
|
4
4
|
"description": "Cloud Assembly Schema",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
},
|
|
61
61
|
"license": "Apache-2.0",
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aws-cdk/cdk-build-tools": "1.
|
|
64
|
-
"@aws-cdk/pkglint": "1.
|
|
63
|
+
"@aws-cdk/cdk-build-tools": "1.165.0",
|
|
64
|
+
"@aws-cdk/pkglint": "1.165.0",
|
|
65
65
|
"@types/jest": "^27.5.2",
|
|
66
66
|
"@types/mock-fs": "^4.13.1",
|
|
67
|
-
"@types/semver": "^7.3.
|
|
67
|
+
"@types/semver": "^7.3.10",
|
|
68
68
|
"jest": "^27.5.1",
|
|
69
69
|
"mock-fs": "^4.14.0",
|
|
70
|
-
"typescript-json-schema": "^0.
|
|
70
|
+
"typescript-json-schema": "^0.54.0"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|
|
73
73
|
"url": "https://github.com/aws/aws-cdk.git",
|