@aws-cdk/cloud-assembly-schema 54.1.0 → 54.2.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 +1 -1
- package/lib/manifest.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
package/lib/manifest.js
CHANGED
|
@@ -267,7 +267,7 @@ class Manifest {
|
|
|
267
267
|
}
|
|
268
268
|
exports.Manifest = Manifest;
|
|
269
269
|
_a = JSII_RTTI_SYMBOL_1;
|
|
270
|
-
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "54.
|
|
270
|
+
Manifest[_a] = { fqn: "@aws-cdk/cloud-assembly-schema.Manifest", version: "54.2.0" };
|
|
271
271
|
function stripEnumErrors(errors) {
|
|
272
272
|
return errors.filter((e) => typeof e.schema === 'string' || !('enum' in e.schema));
|
|
273
273
|
}
|
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"prettier": "^2.8",
|
|
69
69
|
"projen": "^0.99.70",
|
|
70
70
|
"ts-jest": "^29.4.11",
|
|
71
|
-
"tsx": "^4.22.
|
|
71
|
+
"tsx": "^4.22.4",
|
|
72
72
|
"typescript": "5.9",
|
|
73
73
|
"typescript-json-schema": "^0.67.4"
|
|
74
74
|
},
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"publishConfig": {
|
|
101
101
|
"access": "public"
|
|
102
102
|
},
|
|
103
|
-
"version": "54.
|
|
103
|
+
"version": "54.2.0",
|
|
104
104
|
"packageManager": "yarn@4.13.0",
|
|
105
105
|
"types": "lib/index.d.ts",
|
|
106
106
|
"stability": "stable",
|