Commit f114fda8 authored by Jack Yu's avatar Jack Yu
Browse files

Merge branch 'release/1.1.104' into 'master'

chore(deploy): Rebuild and bump version to 1.1.104

See merge request share/fe-common-library!300
parents 4e3b1e52 d8a79603
......@@ -15,7 +15,6 @@
display: -ms-flexbox;
display: flex;
overflow: hidden;
padding: 0 7px 3px;
}
._3Uptx ._2A0ta ._1qVxa {
......@@ -23,7 +22,6 @@
margin: 0 auto;
width: 100%;
height: 56px;
padding: 8px 11px 11px 8px;
}
._3Uptx ._2A0ta ._1qVxa:last-of-type::after {
......
......@@ -243,8 +243,8 @@ var util = {
return navigator.userAgent;
} else {
var engine = process.platform + '/' + process.version;
if (Object({"NODE_ENV":"production","VERSION":"1.1.100"}).AWS_EXECUTION_ENV) {
engine += ' exec-env/' + Object({"NODE_ENV":"production","VERSION":"1.1.100"}).AWS_EXECUTION_ENV;
if (Object({"NODE_ENV":"production","VERSION":"1.1.104"}).AWS_EXECUTION_ENV) {
engine += ' exec-env/' + Object({"NODE_ENV":"production","VERSION":"1.1.104"}).AWS_EXECUTION_ENV;
}
return engine;
}
......@@ -17881,7 +17881,7 @@ var debugs = {};
var debugEnviron;
exports.debuglog = function(set) {
if (isUndefined(debugEnviron))
debugEnviron = Object({"NODE_ENV":"production","VERSION":"1.1.100"}).NODE_DEBUG || '';
debugEnviron = Object({"NODE_ENV":"production","VERSION":"1.1.104"}).NODE_DEBUG || '';
set = set.toUpperCase();
if (!debugs[set]) {
if (new RegExp('\\b' + set + '\\b', 'i').test(debugEnviron)) {
......
{
"name": "fe-common-library",
"version": "1.1.103",
"version": "1.1.104",
"description": "fe-common-library",
"main": "dest/lib.js",
"scripts": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment