@aws-cdk/cloud-assembly-schema 48.8.0 → 48.9.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/cli-version.json +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +4 -4
package/.jsii
CHANGED
|
@@ -5949,6 +5949,6 @@
|
|
|
5949
5949
|
"symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
|
|
5950
5950
|
}
|
|
5951
5951
|
},
|
|
5952
|
-
"version": "48.
|
|
5953
|
-
"fingerprint": "
|
|
5952
|
+
"version": "48.9.0",
|
|
5953
|
+
"fingerprint": "0ahSZfFEZEBvqHiqsz/EjVMTMB6tt9ImfNfk3WdwGEc="
|
|
5954
5954
|
}
|
package/cli-version.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"2.1029.
|
|
1
|
+
{"version":"2.1029.1"}
|
package/lib/manifest.js
CHANGED
|
@@ -269,7 +269,7 @@ class Manifest {
|
|
|
269
269
|
}
|
|
270
270
|
exports.Manifest = Manifest;
|
|
271
271
|
_a = JSII_RTTI_SYMBOL_1;
|
|
272
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "48.
|
|
272
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "48.9.0" };
|
|
273
273
|
function mapValues(xs, fn) {
|
|
274
274
|
if (!xs) {
|
|
275
275
|
return undefined;
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@stylistic/eslint-plugin": "^3",
|
|
44
44
|
"@types/jest": "^29.5.14",
|
|
45
45
|
"@types/node": "^16",
|
|
46
|
-
"@types/semver": "^7.7.
|
|
46
|
+
"@types/semver": "^7.7.1",
|
|
47
47
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
48
48
|
"@typescript-eslint/parser": "^8",
|
|
49
49
|
"commit-and-tag-version": "^12",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"jest": "^29.7.0",
|
|
59
59
|
"jest-junit": "^16",
|
|
60
60
|
"jsii": "5.8",
|
|
61
|
-
"jsii-diff": "^1.
|
|
62
|
-
"jsii-pacmak": "^1.
|
|
61
|
+
"jsii-diff": "^1.114.1",
|
|
62
|
+
"jsii-pacmak": "^1.114.1",
|
|
63
63
|
"jsii-rosetta": "5.8",
|
|
64
64
|
"license-checker": "^25.0.1",
|
|
65
65
|
"mock-fs": "^5.5.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"version": "48.
|
|
93
|
+
"version": "48.9.0",
|
|
94
94
|
"types": "lib/index.d.ts",
|
|
95
95
|
"stability": "stable",
|
|
96
96
|
"jsii": {
|