Skip to content

Commit

Permalink
[build] 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toxic-johann committed Mar 5, 2018
1 parent 2efce24 commit 9d9f554
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 33 deletions.
19 changes: 10 additions & 9 deletions .package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chimee-player",
"version": "1.3.1",
"version": "1.3.2",
"description": "A complete set of H5 player",
"main": "lib/chimee-player.js",
"module": "lib/chimee-player.mjs",
Expand Down Expand Up @@ -41,10 +41,10 @@
"homepage": "https://github.com/Chimeejs/chimee-player#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"chimee": "^0.9.3",
"chimee": "^0.9.4",
"chimee-helper": "^0.2.10",
"chimee-kernel-flv": "^1.4.10",
"chimee-kernel-hls": "^1.2.0",
"chimee-kernel-hls": "^1.3.0",
"chimee-plugin-center-state": "0.0.10",
"chimee-plugin-contextmenu": "^0.1.2",
"chimee-plugin-controlbar": "^0.4.0",
Expand All @@ -64,16 +64,17 @@
"eslint": "^4.12.1",
"eslint-config-egg": "^7.0.0",
"eslint-plugin-jest": "^21.4.2",
"husky": "^0.14.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.2",
"pkg-ok": "^2.1.0",
"postcss-nested": "^3.0.0",
"rollup": "^0.56.3",
"rollup": "^0.56.4",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-commonjs": "^8.4.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^1.3.2",
"rollup-plugin-postcss": "^1.3.3",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-serve": "^0.4.2",
"rollup-plugin-server": "^0.7.0",
Expand Down Expand Up @@ -112,9 +113,9 @@
"name": "Johann",
"email": null,
"url": "https://github.com/toxic-johann",
"contributions": 3,
"additions": 3699,
"deletions": 2001,
"contributions": 6,
"additions": 7872,
"deletions": 11185,
"hireable": true
}
]
Expand Down
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.

8 changes: 4 additions & 4 deletions contributors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###### Contributors
[胡尊杰](https://github.com/huzunjie)
<font color="#999">23 Commits</font> / <font color="#6cc644">367++</font> / <font color="#bd3c00"> 39--</font>
<font color="#dedede">79.31%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||</font><br><br>
<font color="#dedede">71.88%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
[Johann](https://github.com/toxic-johann)
<font color="#999">6 Commits</font> / <font color="#6cc644">7872++</font> / <font color="#bd3c00"> 11185--</font>
<font color="#dedede">20.69%&nbsp;<font color="#dedede">|||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
###### [Generated](https://github.com/jakeleboeuf/contributor) on Sat Mar 03 2018 21:07:06 GMT+0800 (CST)
<font color="#999">9 Commits</font> / <font color="#6cc644">16963++</font> / <font color="#bd3c00"> 15294--</font>
<font color="#dedede">28.13%&nbsp;<font color="#dedede">|||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
###### [Generated](https://github.com/jakeleboeuf/contributor) on Mon Mar 05 2018 18:45:45 GMT+0800 (CST)
12 changes: 6 additions & 6 deletions lib/chimee-player.browser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/** chimeePlayer
* chimee-player v1.3.1
* (c) 2017 huzunjie
* chimee-player v1.3.2
* (c) 2017-2018 huzunjie
* Released under MIT
*/

Expand Down Expand Up @@ -9001,7 +9001,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 @@ -10760,7 +10760,7 @@ var Chimee = (_dec$6 = autobindClass(), _dec$6(_class$7 = (_class2$1$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 @@ -10773,7 +10773,7 @@ var Chimee = (_dec$6 = autobindClass(), _dec$6(_class$7 = (_class2$1$1 = (_temp
}), _descriptor2$1 = _applyDecoratedDescriptor$6(_class2$1$1.prototype, 'version', [frozen], {
enumerable: true,
initializer: function initializer() {
return '0.9.3';
return '0.9.4';
}
}), _descriptor3$1 = _applyDecoratedDescriptor$6(_class2$1$1.prototype, 'config', [frozen], {
enumerable: true,
Expand Down Expand Up @@ -31896,7 +31896,7 @@ var Hls = (_class$9 = function (_CustEvent) {

var _this = _possibleConstructorReturn(this, (Hls.__proto__ || _Object$getPrototypeOf(Hls)).call(this));

_this.version = '1.2.0';
_this.version = '1.3.0';

if (!isElement(videoElement)) throw new Error('video element passed in ' + LOG_TAG$1 + ' must be a HTMLVideoElement, but not ' + (typeof videoElement === 'undefined' ? 'undefined' : _typeof(videoElement)));
if (!isObject(config)) throw new Error('config of ' + LOG_TAG$1 + ' must be an Object but not ' + (typeof config === 'undefined' ? 'undefined' : _typeof(config)));
Expand Down
4 changes: 2 additions & 2 deletions lib/chimee-player.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/** chimeePlayer
* chimee-player v1.3.1
* (c) 2017 huzunjie
* chimee-player v1.3.2
* (c) 2017-2018 huzunjie
* Released under MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/chimee-player.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/chimee-player.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/** chimeePlayer
* chimee-player v1.3.1
* (c) 2017 huzunjie
* chimee-player v1.3.2
* (c) 2017-2018 huzunjie
* Released under MIT
*/

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chimee-player",
"version": "1.3.1",
"version": "1.3.2",
"description": "A complete set of H5 player",
"main": "lib/chimee-player.js",
"module": "lib/chimee-player.mjs",
Expand Down Expand Up @@ -113,10 +113,10 @@
"name": "Johann",
"email": null,
"url": "https://github.com/toxic-johann",
"contributions": 6,
"additions": 7872,
"deletions": 11185,
"contributions": 9,
"additions": 16963,
"deletions": 15294,
"hireable": true
}
]
}
}

0 comments on commit 9d9f554

Please sign in to comment.