Skip to content

Commit

Permalink
Removed use of nodejs 6 and switched to nodejs 8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bobpskier committed Apr 27, 2019
1 parent b824df3 commit db7ef43
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
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.

Binary file modified dist/lex-web-ui-mobile-hub.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/lex-web-ui.js
Expand Up @@ -7415,7 +7415,7 @@ var debugs = {};
var debugEnviron;
exports.debuglog = function(set) {
if (isUndefined(debugEnviron))
debugEnviron = Object({"NODE_ENV":"production","PACKAGE_VERSION":"0.14.5","DIST_BUILD":"true","PUBLIC_PATH":"/"}).NODE_DEBUG || '';
debugEnviron = Object({"NODE_ENV":"production","PACKAGE_VERSION":"0.14.6","DIST_BUILD":"true","PUBLIC_PATH":"/"}).NODE_DEBUG || '';
set = set.toUpperCase();
if (!debugs[set]) {
if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
Expand Down Expand Up @@ -32780,7 +32780,7 @@ License for the specific language governing permissions and limitations under th


/* harmony default export */ __webpack_exports__["a"] = ({
version: true ? "0.14.5" : '0.0.0',
version: true ? "0.14.6" : '0.0.0',
lex: {
acceptFormat: 'audio/ogg',
dialogState: '',
Expand Down
2 changes: 1 addition & 1 deletion dist/lex-web-ui.js.map

Large diffs are not rendered by default.

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

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/wav-worker.min.js
@@ -1,5 +1,5 @@
/*!
* lex-web-ui v"0.14.5"
* lex-web-ui v"0.14.6"
* (c) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
* Released under the Amazon Software License.
*/
Expand Down
2 changes: 1 addition & 1 deletion lex-web-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "lex-web-ui",
"version": "0.14.5",
"version": "0.14.6",
"description": "Amazon Lex Web Interface",
"author": "AWS",
"license": "Amazon Software License",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aws-lex-web-ui",
"version": "0.14.5",
"version": "0.14.6",
"description": "Sample Amazon Lex Web Interface",
"main": "dist/lex-web-ui.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion templates/coderepo.yaml
Expand Up @@ -77,7 +77,7 @@ Resources:
Type: NO_ARTIFACTS
Environment:
Type: LINUX_CONTAINER
Image: aws/codebuild/nodejs:6.3.1
Image: aws/codebuild/nodejs:8.11.0
ComputeType: BUILD_GENERAL1_SMALL
EnvironmentVariables:
- Name: REPO_URL
Expand Down

0 comments on commit db7ef43

Please sign in to comment.