@mux/mux-video-react 0.7.4-canary.0-12ab638 → 0.7.5

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/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Mux, Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mux/mux-video-react",
3
- "version": "0.7.4-canary.0-12ab638",
3
+ "version": "0.7.5",
4
4
  "description": "A custom mux video element for React that Just Works™",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.mjs",
@@ -53,7 +53,7 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@mux/playback-core": "0.9.1-canary.175-12ab638",
56
+ "@mux/playback-core": "0.16.1",
57
57
  "prop-types": "^15.7.2"
58
58
  },
59
59
  "devDependencies": {
@@ -69,5 +69,6 @@
69
69
  "react-dom": "^17.0.2",
70
70
  "shx": "^0.3.4",
71
71
  "typescript": "^4.9.4"
72
- }
72
+ },
73
+ "gitHead": "12ab63889a8a965587f6ea974d9c5b80d01d09da"
73
74
  }
package/CHANGELOG.md DELETED
@@ -1,165 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [0.7.5](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.4...@mux/mux-video-react@0.7.5) (2023-02-02)
7
-
8
- **Note:** Version bump only for package @mux/mux-video-react
9
-
10
-
11
-
12
-
13
-
14
- ## [0.7.4](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.3...@mux/mux-video-react@0.7.4) (2023-02-01)
15
-
16
- **Note:** Version bump only for package @mux/mux-video-react
17
-
18
-
19
-
20
-
21
-
22
- ## [0.7.3](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.2...@mux/mux-video-react@0.7.3) (2023-01-20)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * MuxVideoReact memory leak ([c057099](https://github.com/muxinc/elements/commit/c057099bb344212c0afd5f938a92c893245423b4))
28
-
29
-
30
-
31
-
32
-
33
- ## [0.7.2](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.1...@mux/mux-video-react@0.7.2) (2022-12-13)
34
-
35
- **Note:** Version bump only for package @mux/mux-video-react
36
-
37
-
38
-
39
-
40
-
41
- ## [0.7.1](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.0...@mux/mux-video-react@0.7.1) (2022-11-21)
42
-
43
-
44
- ### Bug Fixes
45
-
46
- * add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
47
-
48
-
49
-
50
-
51
-
52
- # [0.7.0](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.6.0...@mux/mux-video-react@0.7.0) (2022-10-25)
53
-
54
-
55
- ### Features
56
-
57
- * **mux-video-react:** Add disable cookies prop. ([777db83](https://github.com/muxinc/elements/commit/777db8301e6bbb97ef542a05251b00e450a04b8d))
58
-
59
-
60
-
61
-
62
-
63
- # [0.6.0](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.5.4...@mux/mux-video-react@0.6.0) (2022-10-05)
64
-
65
- ### Bug Fixes
66
-
67
- - allow autoplay to change in mux-video-react, fixes [#396](https://github.com/muxinc/elements/issues/396) ([bf4ceb0](https://github.com/muxinc/elements/commit/bf4ceb051b7f656145826a460652820fce36c1d6))
68
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
69
-
70
- ### Features
71
-
72
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
73
-
74
- ## [0.5.4](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.5.3...@mux/mux-video-react@0.5.4) (2022-09-16)
75
-
76
- **Note:** Version bump only for package @mux/mux-video-react
77
-
78
- ## [0.5.3](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.5.2...@mux/mux-video-react@0.5.3) (2022-09-01)
79
-
80
- ### Bug Fixes
81
-
82
- - cjs main entrypoint for React pkgs ([#360](https://github.com/muxinc/elements/issues/360)) ([473875f](https://github.com/muxinc/elements/commit/473875f4869a6ab9b04b44a90cc52b620a15ac83))
83
-
84
- ## [0.5.2](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.5.1...@mux/mux-video-react@0.5.2) (2022-08-31)
85
-
86
- **Note:** Version bump only for package @mux/mux-video-react
87
-
88
- ## [0.5.1](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.5.0...@mux/mux-video-react@0.5.1) (2022-07-21)
89
-
90
- **Note:** Version bump only for package @mux/mux-video-react
91
-
92
- # 0.5.0 (2022-07-05)
93
-
94
- ### Bug Fixes
95
-
96
- - **mux-video-react:** use generateInitTime() instead of Date.now. ([0f159c2](https://github.com/muxinc/elements/commit/0f159c233244404faec13e61f1dbbd8b7c4adc81))
97
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
98
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
99
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
100
-
101
- ### Features
102
-
103
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
104
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
105
-
106
- ## [0.4.12](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.11...@mux-elements/mux-video-react@0.4.12) (2022-06-23)
107
-
108
- **Note:** Version bump only for package @mux-elements/mux-video-react
109
-
110
- ## [0.4.11](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.10...@mux-elements/mux-video-react@0.4.11) (2022-06-06)
111
-
112
- **Note:** Version bump only for package @mux-elements/mux-video-react
113
-
114
- ## [0.4.10](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.9...@mux-elements/mux-video-react@0.4.10) (2022-05-26)
115
-
116
- **Note:** Version bump only for package @mux-elements/mux-video-react
117
-
118
- ## [0.4.9](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.8...@mux-elements/mux-video-react@0.4.9) (2022-05-23)
119
-
120
- **Note:** Version bump only for package @mux-elements/mux-video-react
121
-
122
- ## [0.4.8](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.7...@mux-elements/mux-video-react@0.4.8) (2022-05-20)
123
-
124
- ### Bug Fixes
125
-
126
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
127
-
128
- ## [0.4.7](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.6...@mux-elements/mux-video-react@0.4.7) (2022-05-10)
129
-
130
- **Note:** Version bump only for package @mux-elements/mux-video-react
131
-
132
- ## [0.4.6](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.5...@mux-elements/mux-video-react@0.4.6) (2022-05-03)
133
-
134
- **Note:** Version bump only for package @mux-elements/mux-video-react
135
-
136
- ## [0.4.5](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.4...@mux-elements/mux-video-react@0.4.5) (2022-04-22)
137
-
138
- **Note:** Version bump only for package @mux-elements/mux-video-react
139
-
140
- ## [0.4.4](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.3...@mux-elements/mux-video-react@0.4.4) (2022-04-18)
141
-
142
- **Note:** Version bump only for package @mux-elements/mux-video-react
143
-
144
- ## [0.4.3](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.2...@mux-elements/mux-video-react@0.4.3) (2022-04-12)
145
-
146
- **Note:** Version bump only for package @mux-elements/mux-video-react
147
-
148
- ## [0.4.2](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.1...@mux-elements/mux-video-react@0.4.2) (2022-04-01)
149
-
150
- **Note:** Version bump only for package @mux-elements/mux-video-react
151
-
152
- ## [0.4.1](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.4.0...@mux-elements/mux-video-react@0.4.1) (2022-03-29)
153
-
154
- **Note:** Version bump only for package @mux-elements/mux-video-react
155
-
156
- # [0.4.0](https://github.com/muxinc/elements/compare/@mux-elements/mux-video-react@0.3.0...@mux-elements/mux-video-react@0.4.0) (2022-03-28)
157
-
158
- ### Bug Fixes
159
-
160
- - **mux-video-react:** use generateInitTime() instead of Date.now. ([0f159c2](https://github.com/muxinc/elements/commit/0f159c233244404faec13e61f1dbbd8b7c4adc81))
161
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
162
-
163
- ### Features
164
-
165
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
package/dist/cjs.json DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "inputs": {
3
- "src/use-combined-refs.ts": {
4
- "bytes": 831,
5
- "imports": []
6
- },
7
- "src/env.ts": {
8
- "bytes": 391,
9
- "imports": []
10
- },
11
- "src/index.tsx": {
12
- "bytes": 2834,
13
- "imports": [
14
- {
15
- "path": "src/use-combined-refs.ts",
16
- "kind": "import-statement"
17
- },
18
- {
19
- "path": "src/env.ts",
20
- "kind": "import-statement"
21
- }
22
- ]
23
- }
24
- },
25
- "outputs": {
26
- "dist/index.cjs.js.map": {
27
- "imports": [],
28
- "exports": [],
29
- "inputs": {},
30
- "bytes": 6784
31
- },
32
- "dist/index.cjs.js": {
33
- "imports": [],
34
- "exports": [],
35
- "entryPoint": "src/index.tsx",
36
- "inputs": {
37
- "src/index.tsx": {
38
- "bytesInOutput": 1350
39
- },
40
- "src/use-combined-refs.ts": {
41
- "bytesInOutput": 171
42
- },
43
- "src/env.ts": {
44
- "bytesInOutput": 67
45
- }
46
- },
47
- "bytes": 2197
48
- }
49
- }
50
- }
package/dist/esm.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "inputs": {
3
- "src/use-combined-refs.ts": {
4
- "bytes": 831,
5
- "imports": []
6
- },
7
- "src/env.ts": {
8
- "bytes": 391,
9
- "imports": []
10
- },
11
- "src/index.tsx": {
12
- "bytes": 2834,
13
- "imports": [
14
- {
15
- "path": "src/use-combined-refs.ts",
16
- "kind": "import-statement"
17
- },
18
- {
19
- "path": "src/env.ts",
20
- "kind": "import-statement"
21
- }
22
- ]
23
- }
24
- },
25
- "outputs": {
26
- "dist/index.mjs.map": {
27
- "imports": [],
28
- "exports": [],
29
- "inputs": {},
30
- "bytes": 7043
31
- },
32
- "dist/index.mjs": {
33
- "imports": [],
34
- "exports": [
35
- "default"
36
- ],
37
- "entryPoint": "src/index.tsx",
38
- "inputs": {
39
- "src/use-combined-refs.ts": {
40
- "bytesInOutput": 174
41
- },
42
- "src/index.tsx": {
43
- "bytesInOutput": 1130
44
- },
45
- "src/env.ts": {
46
- "bytesInOutput": 67
47
- }
48
- },
49
- "bytes": 1428
50
- }
51
- }
52
- }