@mux/mux-video-react 0.7.10-canary.0-eff90d7 → 0.7.11

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.10-canary.0-eff90d7",
3
+ "version": "0.7.11",
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.18.0-canary.0-eff90d7",
56
+ "@mux/playback-core": "0.18.1",
57
57
  "prop-types": "^15.7.2"
58
58
  },
59
59
  "devDependencies": {
@@ -70,5 +70,6 @@
70
70
  "react-dom": "^17.0.2",
71
71
  "shx": "^0.3.4",
72
72
  "typescript": "^4.9.4"
73
- }
73
+ },
74
+ "gitHead": "eff90d76bbc0a471ea5673ad0e79ab1ea83731af"
74
75
  }
package/CHANGELOG.md DELETED
@@ -1,216 +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.11](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.10...@mux/mux-video-react@0.7.11) (2023-05-08)
7
-
8
- **Note:** Version bump only for package @mux/mux-video-react
9
-
10
-
11
-
12
-
13
-
14
- ## [0.7.10](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.9...@mux/mux-video-react@0.7.10) (2023-04-24)
15
-
16
- **Note:** Version bump only for package @mux/mux-video-react
17
-
18
-
19
-
20
-
21
-
22
- ## [0.7.9](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.8...@mux/mux-video-react@0.7.9) (2023-04-14)
23
-
24
- **Note:** Version bump only for package @mux/mux-video-react
25
-
26
-
27
-
28
-
29
-
30
- ## [0.7.8](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.7...@mux/mux-video-react@0.7.8) (2023-03-31)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
36
-
37
-
38
-
39
-
40
-
41
- ## [0.7.7](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.6...@mux/mux-video-react@0.7.7) (2023-02-15)
42
-
43
- **Note:** Version bump only for package @mux/mux-video-react
44
-
45
-
46
-
47
-
48
-
49
- ## [0.7.6](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.7.5...@mux/mux-video-react@0.7.6) (2023-02-14)
50
-
51
- **Note:** Version bump only for package @mux/mux-video-react
52
-
53
-
54
-
55
-
56
-
57
- ## [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)
58
-
59
- **Note:** Version bump only for package @mux/mux-video-react
60
-
61
-
62
-
63
-
64
-
65
- ## [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)
66
-
67
- **Note:** Version bump only for package @mux/mux-video-react
68
-
69
-
70
-
71
-
72
-
73
- ## [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)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * MuxVideoReact memory leak ([c057099](https://github.com/muxinc/elements/commit/c057099bb344212c0afd5f938a92c893245423b4))
79
-
80
-
81
-
82
-
83
-
84
- ## [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)
85
-
86
- **Note:** Version bump only for package @mux/mux-video-react
87
-
88
-
89
-
90
-
91
-
92
- ## [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)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
98
-
99
-
100
-
101
-
102
-
103
- # [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)
104
-
105
-
106
- ### Features
107
-
108
- * **mux-video-react:** Add disable cookies prop. ([777db83](https://github.com/muxinc/elements/commit/777db8301e6bbb97ef542a05251b00e450a04b8d))
109
-
110
-
111
-
112
-
113
-
114
- # [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)
115
-
116
- ### Bug Fixes
117
-
118
- - 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))
119
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
120
-
121
- ### Features
122
-
123
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
124
-
125
- ## [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)
126
-
127
- **Note:** Version bump only for package @mux/mux-video-react
128
-
129
- ## [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)
130
-
131
- ### Bug Fixes
132
-
133
- - cjs main entrypoint for React pkgs ([#360](https://github.com/muxinc/elements/issues/360)) ([473875f](https://github.com/muxinc/elements/commit/473875f4869a6ab9b04b44a90cc52b620a15ac83))
134
-
135
- ## [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)
136
-
137
- **Note:** Version bump only for package @mux/mux-video-react
138
-
139
- ## [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)
140
-
141
- **Note:** Version bump only for package @mux/mux-video-react
142
-
143
- # 0.5.0 (2022-07-05)
144
-
145
- ### Bug Fixes
146
-
147
- - **mux-video-react:** use generateInitTime() instead of Date.now. ([0f159c2](https://github.com/muxinc/elements/commit/0f159c233244404faec13e61f1dbbd8b7c4adc81))
148
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
149
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
150
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
151
-
152
- ### Features
153
-
154
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
155
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
156
-
157
- ## [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)
158
-
159
- **Note:** Version bump only for package @mux-elements/mux-video-react
160
-
161
- ## [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)
162
-
163
- **Note:** Version bump only for package @mux-elements/mux-video-react
164
-
165
- ## [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)
166
-
167
- **Note:** Version bump only for package @mux-elements/mux-video-react
168
-
169
- ## [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)
170
-
171
- **Note:** Version bump only for package @mux-elements/mux-video-react
172
-
173
- ## [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)
174
-
175
- ### Bug Fixes
176
-
177
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
178
-
179
- ## [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)
180
-
181
- **Note:** Version bump only for package @mux-elements/mux-video-react
182
-
183
- ## [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)
184
-
185
- **Note:** Version bump only for package @mux-elements/mux-video-react
186
-
187
- ## [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)
188
-
189
- **Note:** Version bump only for package @mux-elements/mux-video-react
190
-
191
- ## [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)
192
-
193
- **Note:** Version bump only for package @mux-elements/mux-video-react
194
-
195
- ## [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)
196
-
197
- **Note:** Version bump only for package @mux-elements/mux-video-react
198
-
199
- ## [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)
200
-
201
- **Note:** Version bump only for package @mux-elements/mux-video-react
202
-
203
- ## [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)
204
-
205
- **Note:** Version bump only for package @mux-elements/mux-video-react
206
-
207
- # [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)
208
-
209
- ### Bug Fixes
210
-
211
- - **mux-video-react:** use generateInitTime() instead of Date.now. ([0f159c2](https://github.com/muxinc/elements/commit/0f159c233244404faec13e61f1dbbd8b7c4adc81))
212
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
213
-
214
- ### Features
215
-
216
- - 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": 68
45
- }
46
- },
47
- "bytes": 2198
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": 68
47
- }
48
- },
49
- "bytes": 1429
50
- }
51
- }
52
- }