@clappr/player 0.4.7 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clappr/player",
3
- "version": "0.4.7",
3
+ "version": "0.6.0",
4
4
  "description": "An extensible media player for the web",
5
5
  "main": "dist/clappr.js",
6
6
  "scripts": {
@@ -34,9 +34,9 @@
34
34
  "devDependencies": {
35
35
  "@babel/core": "^7.14.2",
36
36
  "@babel/preset-env": "^7.14.2",
37
- "@clappr/core": "^0.4.20",
38
- "@clappr/hlsjs-playback": "^0.6.0",
39
- "@clappr/plugins": "^0.4.16",
37
+ "@clappr/core": "*",
38
+ "@clappr/hlsjs-playback": "*",
39
+ "@clappr/plugins": "*",
40
40
  "@rollup/plugin-babel": "^5.3.0",
41
41
  "@rollup/plugin-commonjs": "^19.0.0",
42
42
  "@rollup/plugin-node-resolve": "^13.0.0",
@@ -44,11 +44,12 @@
44
44
  "coveralls": "^3.1.0",
45
45
  "cz-conventional-changelog": "^3.3.0",
46
46
  "eslint": "^7.26.0",
47
+ "postcss": "^8.4.21",
47
48
  "rollup": "^2.47.0",
48
49
  "rollup-plugin-filesize": "^9.1.1",
49
50
  "rollup-plugin-html": "^0.2.1",
50
51
  "rollup-plugin-livereload": "^2.0.0",
51
- "rollup-plugin-postcss": "^4.0.0",
52
+ "rollup-plugin-postcss": "^4.0.2",
52
53
  "rollup-plugin-serve": "^1.1.0",
53
54
  "rollup-plugin-sizes": "^1.0.4",
54
55
  "rollup-plugin-svg": "^2.0.0",
@@ -59,5 +60,19 @@
59
60
  "commitizen": {
60
61
  "path": "./node_modules/cz-conventional-changelog"
61
62
  }
63
+ },
64
+ "nx": {
65
+ "targets": {
66
+ "start": {
67
+ "dependsOn": [
68
+ "^build"
69
+ ]
70
+ },
71
+ "release": {
72
+ "dependsOn": [
73
+ "^release"
74
+ ]
75
+ }
76
+ }
62
77
  }
63
78
  }
package/LICENSE DELETED
@@ -1,25 +0,0 @@
1
- Copyright (c) 2014, Globo.com Player authors. All rights reserved.
2
-
3
- Redistribution and use in source and binary forms, with or without
4
- modification, are permitted provided that the following conditions are met:
5
-
6
- * Redistributions of source code must retain the above copyright
7
- notice, this list of conditions and the following disclaimer.
8
- * Redistributions in binary form must reproduce the above copyright
9
- notice, this list of conditions and the following disclaimer in the
10
- documentation and/or other materials provided with the distribution.
11
- * Neither the name of the Globo.com nor the names of its contributors
12
- may be used to endorse or promote products derived from this software without
13
- specific prior written permission.
14
-
15
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
16
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
17
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
18
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
19
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
20
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.