@aws-cdk/cloud-assembly-schema 39.0.11 → 39.0.13
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 +2 -2
package/.jsii
CHANGED
|
@@ -5511,6 +5511,6 @@
|
|
|
5511
5511
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5512
5512
|
}
|
|
5513
5513
|
},
|
|
5514
|
-
"version": "39.0.
|
|
5515
|
-
"fingerprint": "
|
|
5514
|
+
"version": "39.0.13",
|
|
5515
|
+
"fingerprint": "fsV2+GXA7KU9JeGZeYzC3ruW23YSCq3vCgsyIxhPj20="
|
|
5516
5516
|
}
|
package/lib/manifest.js
CHANGED
|
@@ -234,7 +234,7 @@ class Manifest {
|
|
|
234
234
|
}
|
|
235
235
|
exports.Manifest = Manifest;
|
|
236
236
|
_a = JSII_RTTI_SYMBOL_1;
|
|
237
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.0.
|
|
237
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "39.0.13" };
|
|
238
238
|
function mapValues(xs, fn) {
|
|
239
239
|
if (!xs) {
|
|
240
240
|
return undefined;
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii": "~5.6.0",
|
|
56
56
|
"jsii-diff": "^1.105.0",
|
|
57
57
|
"jsii-pacmak": "^1.105.0",
|
|
58
|
-
"jsii-rosetta": "~5.6.
|
|
58
|
+
"jsii-rosetta": "~5.6.1",
|
|
59
59
|
"mock-fs": "^5.4.1",
|
|
60
60
|
"prettier": "^3.3.3",
|
|
61
61
|
"projen": "^0.90.5",
|
|
@@ -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": "39.0.
|
|
83
|
+
"version": "39.0.13",
|
|
84
84
|
"types": "lib/index.d.ts",
|
|
85
85
|
"stability": "stable",
|
|
86
86
|
"jsii": {
|