Skip to content

Commit

Permalink
distribution build for v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Potterveld committed Oct 28, 2021
1 parent 9bf680c commit 46b4c84
Show file tree
Hide file tree
Showing 13 changed files with 447 additions and 196 deletions.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
var chatbotUiConfig = {
lex: {
sessionAttributes: {
/* QNAClientFilter: '', */
userAgent: navigator.userAgent
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lex-web-ui-loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

600 changes: 422 additions & 178 deletions dist/lex-web-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lex-web-ui.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lex-web-ui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions dist/lex-web-ui.min.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/parent.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
iframe: {
// origin hosting the HTML file that will be embedded in the iframe
iframeOrigin: 'https://iframe-host.example.org'
}
},
lex: {
sessionAttributes: {
userAgent: navigator.userAgent,
QNAClientFilter: ''
}
}
*/
};

Expand Down
2 changes: 1 addition & 1 deletion dist/wav-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/wav-worker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/master-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ Resources:
CodeBuildProjectName: !Ref CodeBuildName
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
Timestamp: 1634908350
Timestamp: 1635440042

Outputs:
BotName:
Expand Down
4 changes: 2 additions & 2 deletions templates/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Resources:
ConnectChatEndedMessage: !Ref ConnectChatEndedMessage
ConnectAttachChatTranscript: !Ref ConnectAttachChatTranscript
ConnectLiveChatTerms: !Ref ConnectLiveChatTerms
Timestamp: 1634908350
Timestamp: 1635440042

CognitoIdentityPoolConfig:
Type: AWS::CloudFormation::Stack
Expand All @@ -592,7 +592,7 @@ Resources:
CodeBuildProjectName: !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
CognitoUserPool: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
CognitoUserPoolClient: !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
Timestamp: 1634908350
Timestamp: 1635440042

Outputs:
BotName:
Expand Down

0 comments on commit 46b4c84

Please sign in to comment.