@aws-cdk/cloud-assembly-schema 40.0.4 → 40.0.6
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
|
@@ -5664,6 +5664,6 @@
|
|
|
5664
5664
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5665
5665
|
}
|
|
5666
5666
|
},
|
|
5667
|
-
"version": "40.0.
|
|
5668
|
-
"fingerprint": "
|
|
5667
|
+
"version": "40.0.6",
|
|
5668
|
+
"fingerprint": "y1G075TsKzUIebzF0t+jDVGrWSIeiviOa2cFZus62nM="
|
|
5669
5669
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -249,7 +249,7 @@ class Manifest {
|
|
|
249
249
|
}
|
|
250
250
|
exports.Manifest = Manifest;
|
|
251
251
|
_a = JSII_RTTI_SYMBOL_1;
|
|
252
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "40.0.
|
|
252
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "40.0.6" };
|
|
253
253
|
function mapValues(xs, fn) {
|
|
254
254
|
if (!xs) {
|
|
255
255
|
return undefined;
|
package/package.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"constructs": "^10.0.0",
|
|
48
48
|
"eslint": "^9",
|
|
49
49
|
"eslint-config-prettier": "^9.1.0",
|
|
50
|
-
"eslint-import-resolver-typescript": "^3.
|
|
50
|
+
"eslint-import-resolver-typescript": "^3.8.0",
|
|
51
51
|
"eslint-plugin-import": "^2.31.0",
|
|
52
52
|
"eslint-plugin-prettier": "^5.2.3",
|
|
53
53
|
"jest": "29",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jsii-rosetta": "~5.7.4",
|
|
59
59
|
"mock-fs": "^5.5.0",
|
|
60
60
|
"prettier": "^3.5.1",
|
|
61
|
-
"projen": "^0.91.
|
|
61
|
+
"projen": "^0.91.11",
|
|
62
62
|
"ts-jest": "29",
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"tsx": "^4.19.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"main": "lib/index.js",
|
|
81
81
|
"license": "Apache-2.0",
|
|
82
82
|
"homepage": "https://github.com/cdklabs/cloud-assembly-schema",
|
|
83
|
-
"version": "40.0.
|
|
83
|
+
"version": "40.0.6",
|
|
84
84
|
"types": "lib/index.d.ts",
|
|
85
85
|
"stability": "stable",
|
|
86
86
|
"jsii": {
|