Skip to content

Commit

Permalink
Merge branch 'release/0.4.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Jan 19, 2021
2 parents e767bfa + 089f86a commit 003e53f
Show file tree
Hide file tree
Showing 10 changed files with 1,074 additions and 1,328 deletions.
660 changes: 293 additions & 367 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.

6 changes: 3 additions & 3 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.

616 changes: 261 additions & 355 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.

26 changes: 13 additions & 13 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@clappr/player",
"version": "0.4.2",
"version": "0.4.3",
"description": "An extensible media player for the web",
"main": "dist/clappr.js",
"scripts": {
Expand Down Expand Up @@ -32,23 +32,23 @@
},
"homepage": "https://github.com/clappr/clappr",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@clappr/core": "^0.4.15",
"@clappr/hlsjs-playback": "^0.5.0",
"@clappr/plugins": "^0.4.9",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@clappr/core": "^0.4.17",
"@clappr/hlsjs-playback": "^0.5.2",
"@clappr/plugins": "^0.4.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.13.0",
"rollup": "^2.33.3",
"rollup-plugin-filesize": "^9.0.2",
"eslint": "^7.17.0",
"rollup": "^2.36.1",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-svg": "^2.0.0",
Expand Down
1,084 changes: 499 additions & 585 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 003e53f

Please sign in to comment.