construct-hub 0.4.422 → 0.4.423

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
@@ -21425,6 +21425,6 @@
21425
21425
  "symbolId": "src/package-sources/npmjs:NpmJsProps"
21426
21426
  }
21427
21427
  },
21428
- "version": "0.4.422",
21429
- "fingerprint": "LGj2PD4zuy5G6Ojc4GHo1B6Q4uf0XCGpauEccEMk7RI="
21428
+ "version": "0.4.423",
21429
+ "fingerprint": "GfojIcDYPIx8R6EtlVSdI7YVeT0CHvb8nuCzS+OEtcY="
21430
21430
  }
@@ -73668,7 +73668,10 @@ function selectorMatches(path, config) {
73668
73668
  }
73669
73669
 
73670
73670
  // src/backend/ingestion/ingestion.lambda.ts
73671
- var SUPPORTED_ASSEMBLY_FEATURES = ["intersection-types"];
73671
+ var SUPPORTED_ASSEMBLY_FEATURES = [
73672
+ "intersection-types",
73673
+ "class-covariant-overrides"
73674
+ ];
73672
73675
  import_aws_embedded_metrics.Configuration.namespace = METRICS_NAMESPACE;
73673
73676
  var handler = (0, import_aws_embedded_metrics.metricScope)(
73674
73677
  (metrics) => async (event, context) => {