Skip to content

Commit 2a16ffc

Browse files
author
Christopher Lott
committed
distribution build for v0.19.6
1 parent 8143475 commit 2a16ffc

14 files changed

+710
-146
lines changed

dist/lex-web-ui-loader.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui-loader.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.js

Lines changed: 608 additions & 100 deletions
Large diffs are not rendered by default.

dist/lex-web-ui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lex-web-ui.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wav-worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/wav-worker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lex-web-ui/package-lock.json

Lines changed: 70 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lex-web-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"vue": "^2.6.11",
2929
"vue-router": "^3.2.0",
3030
"vuetify": "^1.5.0",
31-
"vuex": "^3.4.0",
32-
"vuetify-datetime-picker": "^2.1.1"
31+
"vuetify-datetime-picker": "^2.1.1",
32+
"vuex": "^3.4.0"
3333
},
3434
"devDependencies": {
3535
"@vue/cli-plugin-babel": "~4.5.12",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/master-pipeline.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AWSTemplateFormatVersion: 2010-09-09
22
Description: |
3-
Master Pipeline Lex Web UI CloudFormation template (v0.19.5)
3+
Master Pipeline Lex Web UI CloudFormation template (v0.19.6)
44
The Lex Web Ui can be deployed to operate against either a Lex V2 Bot OR a Lex V1 Bot BUT NOT BOTH.
55
Please configure either the Lex V2 bot information OR the Lex V1 bot information and leave the other
66
version input parameters as defaulted.
@@ -387,7 +387,7 @@ Resources:
387387
NamePrefix: !Ref BotNamePrefix
388388
ShouldDeleteBot: !Ref ShouldDeleteBot
389389
CustomResourceCodeBucket: !Ref BootstrapBucket
390-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.5.zip"
390+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
391391

392392
CognitoIdentityPool:
393393
Type: AWS::CloudFormation::Stack
@@ -431,8 +431,8 @@ Resources:
431431
- !GetAtt CognitoIdentityPool.Outputs.CognitoIdentityPoolId
432432
- !Ref CognitoIdentityPoolId
433433
SourceBucket: !Ref BootstrapBucket
434-
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.5.zip"
435-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.5.zip"
434+
SourceObject: !Sub "${BootstrapPrefix}/src-v0.19.6.zip"
435+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
436436

437437
Pipeline:
438438
Type: AWS::CloudFormation::Stack
@@ -463,8 +463,8 @@ Resources:
463463
ParentOrigin: !Ref WebAppParentOrigin
464464
CustomResourceCodeBucket: !Ref BootstrapBucket
465465
CustomResourceCodePrefix: !Ref BootstrapPrefix
466-
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.5.zip"
467-
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.5.zip"
466+
CustomResourceCodeObject: !Sub "${BootstrapPrefix}/custom-resources-v0.19.6.zip"
467+
InitiateChatLambdaCodeObject: !Sub "${BootstrapPrefix}/initiate-chat-lambda-v0.19.6.zip"
468468
CleanupBuckets: !Ref CleanupBuckets
469469
CognitoAppUserPoolClientId:
470470
!If
@@ -504,7 +504,7 @@ Resources:
504504
CodeBuildProjectName: !Ref CodeBuildName
505505
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
506506
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
507-
Timestamp: 1661261198
507+
Timestamp: 1665983509
508508

509509
Outputs:
510510
BotName:

0 commit comments

Comments
 (0)