Skip to content

Commit

Permalink
Merge branch 'release/0.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed May 14, 2021
2 parents 41179f7 + 334b992 commit e27deca
Show file tree
Hide file tree
Showing 10 changed files with 2,847 additions and 3,009 deletions.
3,577 changes: 2,008 additions & 1,569 deletions dist/clappr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions dist/clappr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.min.js.map

Large diffs are not rendered by default.

617 changes: 302 additions & 315 deletions dist/clappr.plainhtml5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.min.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clappr/player",
"version": "0.4.4",
"version": "0.4.5",
"description": "An extensible media player for the web",
"main": "dist/clappr.js",
"scripts": {
Expand Down Expand Up @@ -32,19 +32,19 @@
},
"homepage": "https://github.com/clappr/clappr",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@clappr/core": "^0.4.18",
"@clappr/hlsjs-playback": "^0.5.3",
"@clappr/plugins": "^0.4.11",
"@clappr/hlsjs-playback": "^0.6.0",
"@clappr/plugins": "^0.4.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.23.0",
"rollup": "^2.44.0",
"eslint": "^7.26.0",
"rollup": "^2.47.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-livereload": "^2.0.0",
Expand All @@ -53,7 +53,7 @@
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.2"
"rollup-plugin-visualizer": "^5.5.0"
},
"config": {
"commitizen": {
Expand Down
1,604 changes: 508 additions & 1,096 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e27deca

Please sign in to comment.