@aws-cdk/cloud-assembly-schema 38.0.0 → 38.0.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/lib/manifest.js +1 -1
- package/package.json +1 -4
package/.jsii
CHANGED
|
@@ -5492,6 +5492,6 @@
|
|
|
5492
5492
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5493
5493
|
}
|
|
5494
5494
|
},
|
|
5495
|
-
"version": "38.0.
|
|
5496
|
-
"fingerprint": "
|
|
5495
|
+
"version": "38.0.1",
|
|
5496
|
+
"fingerprint": "7zV7DYndpdCxTEKI9Pp7CxuBc91cnaXC1Y9RXoCOUvQ="
|
|
5497
5497
|
}
|
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: "38.0.
|
|
237
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "38.0.1" };
|
|
238
238
|
function mapValues(xs, fn) {
|
|
239
239
|
if (!xs) {
|
|
240
240
|
return undefined;
|
package/package.json
CHANGED
|
@@ -76,13 +76,10 @@
|
|
|
76
76
|
"aws",
|
|
77
77
|
"cdk"
|
|
78
78
|
],
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": ">= 18.18.0"
|
|
81
|
-
},
|
|
82
79
|
"main": "lib/index.js",
|
|
83
80
|
"license": "Apache-2.0",
|
|
84
81
|
"homepage": "https://github.com/cdklabs/cloud-assembly-schema",
|
|
85
|
-
"version": "38.0.
|
|
82
|
+
"version": "38.0.1",
|
|
86
83
|
"types": "lib/index.d.ts",
|
|
87
84
|
"stability": "stable",
|
|
88
85
|
"jsii": {
|