@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 CHANGED
@@ -7094,6 +7094,6 @@
7094
7094
  "symbolId": "lib/cloud-assembly/context-queries:VpcContextQuery"
7095
7095
  }
7096
7096
  },
7097
- "version": "54.1.0",
7097
+ "version": "54.2.0",
7098
7098
  "fingerprint": "**********"
7099
7099
  }
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.1.0" };
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.3",
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.1.0",
103
+ "version": "54.2.0",
104
104
  "packageManager": "yarn@4.13.0",
105
105
  "types": "lib/index.d.ts",
106
106
  "stability": "stable",