Skip to content

Commit

Permalink
build: 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Jun 28, 2018
1 parent fcebe0f commit 68be142
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 474 deletions.
230 changes: 116 additions & 114 deletions bundle-size/common.html

Large diffs are not rendered by default.

230 changes: 116 additions & 114 deletions bundle-size/es.html

Large diffs are not rendered by default.

230 changes: 116 additions & 114 deletions bundle-size/min.html

Large diffs are not rendered by default.

230 changes: 116 additions & 114 deletions bundle-size/umd.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions lib/index.browser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.10.4
* chimee v0.10.5
* (c) 2017-2018 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -314,7 +314,7 @@
return store[key] || (store[key] = value !== undefined ? value : {});
})('versions', []).push({
version: _core.version,
mode: 'pure',
mode: _library ? 'pure' : 'global',
copyright: '© 2018 Denis Pushkarev (zloirock.ru)'
});
});
Expand Down Expand Up @@ -6975,8 +6975,8 @@
this.dom.setAttr('video', 'x5-video-player-type', val);
return value;
},
get: function get() {
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
get: function get(value) {
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
}
})],
xWebkitAirplay: [accessor({
Expand Down Expand Up @@ -7731,7 +7731,7 @@
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.10.4';
_this.VERSION = '0.10.5';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -11242,7 +11242,7 @@
}), _descriptor2$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.10.4';
return '0.10.5';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$8(_class2$2.prototype, 'config', [frozen], {
enumerable: true,
Expand Down
10 changes: 5 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.10.4
* chimee v0.10.5
* (c) 2017-2018 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -537,8 +537,8 @@ var accessorMap = {
this.dom.setAttr('video', 'x5-video-player-type', val);
return value;
},
get: function get() {
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
get: function get(value) {
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
}
})],
xWebkitAirplay: [toxicDecorators.accessor({
Expand Down Expand Up @@ -1293,7 +1293,7 @@ var Plugin = (_dec$2 = toxicDecorators.autobindClass(), _dec$2(_class$2 = functi
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.10.4';
_this.VERSION = '0.10.5';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -4099,7 +4099,7 @@ var Chimee = (_dec$7 = toxicDecorators.autobindClass(), _dec$7(_class$8 = (_clas
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [toxicDecorators.frozen], {
enumerable: true,
initializer: function initializer() {
return '0.10.4';
return '0.10.5';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_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.

10 changes: 5 additions & 5 deletions lib/index.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* chimee v0.10.4
* chimee v0.10.5
* (c) 2017-2018 toxic-johann
* Released under MIT
*/
Expand Down Expand Up @@ -533,8 +533,8 @@ var accessorMap = {
this.dom.setAttr('video', 'x5-video-player-type', val);
return value;
},
get: function get() {
return this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined;
get: function get(value) {
return this.dispatcher.videoConfigReady && value || (this.dom.getAttr('video', 'x5-video-player-type') ? 'h5' : undefined);
}
})],
xWebkitAirplay: [accessor({
Expand Down Expand Up @@ -1289,7 +1289,7 @@ var Plugin = (_dec$2 = autobindClass(), _dec$2(_class$2 = function (_VideoWrappe
var _this = _possibleConstructorReturn(this, (Plugin.__proto__ || _Object$getPrototypeOf(Plugin)).call(this));

_this.destroyed = false;
_this.VERSION = '0.10.4';
_this.VERSION = '0.10.5';
_this.__operable = true;
_this.__level = 0;

Expand Down Expand Up @@ -4095,7 +4095,7 @@ var Chimee = (_dec$7 = autobindClass(), _dec$7(_class$8 = (_class2$1 = (_temp =
}), _descriptor2$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.10.4';
return '0.10.5';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$7(_class2$1.prototype, 'config', [frozen], {
enumerable: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chimee",
"version": "0.10.4",
"version": "0.10.5",
"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 68be142

Please sign in to comment.