From 9635668bafff016e292d869e586d1277775674a9 Mon Sep 17 00:00:00 2001 From: "Eric Z. Beard" Date: Mon, 26 Oct 2020 17:55:56 -0700 Subject: [PATCH] chore(elasticsearch): add missing maturity to package.json (#11138) * docs(contributing): Add note on global npm installs, change OpenJDK URL * Added missing package maturities * Change id to stack_id in Python init template * Change stack_id to construct_id * Change id to construct_id in Python sample-app * Fix construct_id * Fix super with construct_id * Fix broken init templates * Fix missing maturity * Fix init templates * Fix init templates Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- packages/@aws-cdk/aws-elasticsearch/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@aws-cdk/aws-elasticsearch/package.json b/packages/@aws-cdk/aws-elasticsearch/package.json index 5f42892c18a27..948ace4a8b874 100644 --- a/packages/@aws-cdk/aws-elasticsearch/package.json +++ b/packages/@aws-cdk/aws-elasticsearch/package.json @@ -105,6 +105,7 @@ "node": ">= 10.13.0 <13 || >=13.7.0" }, "stability": "experimental", + "maturity": "experimental", "features": [ { "name": "Higher level constructs for Domain",