From 64f50a7af6691456b7ef772fa91915050f81b588 Mon Sep 17 00:00:00 2001 From: Christopher Lott Date: Tue, 5 Mar 2024 20:29:18 +0000 Subject: [PATCH] distribution build for v0.21.0 --- lex-web-ui/package-lock.json | 2 +- lex-web-ui/package.json | 2 +- templates/master-pipeline.yaml | 2 +- templates/master.yaml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lex-web-ui/package-lock.json b/lex-web-ui/package-lock.json index b0786755..cf56563b 100644 --- a/lex-web-ui/package-lock.json +++ b/lex-web-ui/package-lock.json @@ -44,7 +44,7 @@ "worker-loader": "^3.0.8" }, "engines": { - "node": ">=18.0.0", + "node": ">=16.0.0", "npm": ">=7.8.0" } }, diff --git a/lex-web-ui/package.json b/lex-web-ui/package.json index b46da10d..b1a7a7ca 100644 --- a/lex-web-ui/package.json +++ b/lex-web-ui/package.json @@ -53,7 +53,7 @@ "worker-loader": "^3.0.8" }, "engines": { - "node": ">=18.0.0", + "node": ">=16.0.0", "npm": ">=7.8.0" }, "overrides": { diff --git a/templates/master-pipeline.yaml b/templates/master-pipeline.yaml index 10a745eb..c8739da0 100644 --- a/templates/master-pipeline.yaml +++ b/templates/master-pipeline.yaml @@ -590,7 +590,7 @@ Resources: CodeBuildProjectName: !Ref CodeBuildName CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId - Timestamp: 1709666541 + Timestamp: 1709669767 Outputs: BotName: diff --git a/templates/master.yaml b/templates/master.yaml index 8448ec69..94b89f99 100644 --- a/templates/master.yaml +++ b/templates/master.yaml @@ -842,7 +842,7 @@ Resources: AllowStreamingResponses: !Ref AllowStreamingResponses ShouldEnableUpload: !Ref ShouldEnableUpload UploadBucket: !Ref UploadBucket - Timestamp: 1709666541 + Timestamp: 1709669767 CognitoIdentityPoolConfig: Type: AWS::CloudFormation::Stack @@ -856,7 +856,7 @@ Resources: CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId - Timestamp: 1709666541 + Timestamp: 1709669767 ########################################################################## # Lambda that will validate if user has put in an invalid CSS color/Hex string and fail deployment