Skip to content

Commit

Permalink
[build] 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Mar 5, 2018
1 parent 14a3e3e commit 440a266
Show file tree
Hide file tree
Showing 9 changed files with 256 additions and 256 deletions.
2 changes: 1 addition & 1 deletion bundle-size/common.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/es.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/min.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle-size/umd.html

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions lib/index.browser.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/index.js
@@ -1,6 +1,6 @@

/**
* chimee v0.9.3
* chimee v0.9.4
* (c) 2017-2018 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -1427,7 +1427,7 @@ var Plugin = (_dec$3 = toxicDecorators.autobindClass(), _dec$3(_class$3 = functi
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.9.3';
_this.VERSION = '0.9.4';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -3217,7 +3217,7 @@ var Chimee = (_dec$6 = toxicDecorators.autobindClass(), _dec$6(_class$7 = (_clas
var errorHandler = this.config.errorHandler || Chimee.config.errorHandler;
if (chimeeHelper.isFunction(errorHandler)) return errorHandler(error);
if (Chimee.config.silent) return;
throw error;
if (chimeeHelper.isError(error)) throw error;else console.error(error);
}
}]);

Expand All @@ -3230,7 +3230,7 @@ var Chimee = (_dec$6 = toxicDecorators.autobindClass(), _dec$6(_class$7 = (_clas
}), _descriptor2$1 = _applyDecoratedDescriptor$6(_class2$1.prototype, 'version', [toxicDecorators.frozen], {
enumerable: true,
initializer: function initializer() {
return '0.9.3';
return '0.9.4';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$6(_class2$1.prototype, 'config', [toxicDecorators.frozen], {
enumerable: true,
Expand Down
2 changes: 1 addition & 1 deletion lib/index.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/index.mjs
@@ -1,6 +1,6 @@

/**
* chimee v0.9.3
* chimee v0.9.4
* (c) 2017-2018 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -1423,7 +1423,7 @@ var Plugin = (_dec$3 = autobindClass(), _dec$3(_class$3 = function (_VideoWrappe
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.9.3';
_this.VERSION = '0.9.4';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -3213,7 +3213,7 @@ var Chimee = (_dec$6 = autobindClass(), _dec$6(_class$7 = (_class2$1 = (_temp =
var errorHandler = this.config.errorHandler || Chimee.config.errorHandler;
if (isFunction(errorHandler)) return errorHandler(error);
if (Chimee.config.silent) return;
throw error;
if (isError(error)) throw error;else console.error(error);
}
}]);

Expand All @@ -3226,7 +3226,7 @@ var Chimee = (_dec$6 = autobindClass(), _dec$6(_class$7 = (_class2$1 = (_temp =
}), _descriptor2$1 = _applyDecoratedDescriptor$6(_class2$1.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.9.3';
return '0.9.4';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$6(_class2$1.prototype, 'config', [frozen], {
enumerable: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "chimee",
"version": "0.9.3",
"version": "0.9.4",
"description": "a video-player aims to bring wonderful experience on browser",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down

0 comments on commit 440a266

Please sign in to comment.