@mux/mux-audio-react 0.10.3 → 0.10.4-canary.0-b546adb
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/CHANGELOG.md +421 -0
- package/dist/cjs.json +97 -0
- package/dist/esm.json +99 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +8 -9
- package/LICENSE +0 -9
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,421 @@
|
|
|
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.10.4](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.10.3...@mux/mux-audio-react@0.10.4) (2024-09-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.10.3](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.10.2...@mux/mux-audio-react@0.10.3) (2024-08-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [0.10.2](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.10.1...@mux/mux-audio-react@0.10.2) (2024-08-02)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* mark React 19 as peerdep ([#971](https://github.com/muxinc/elements/issues/971)) ([4f74ea0](https://github.com/muxinc/elements/commit/4f74ea0215407e5c9573d8dd4a91d2a855b864bb))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.10.1](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.10.0...@mux/mux-audio-react@0.10.1) (2024-07-10)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# [0.10.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.9.0...@mux/mux-audio-react@0.10.0) (2024-05-28)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Features
|
|
45
|
+
|
|
46
|
+
* **mux-player, mux-player-react, mux-video, mux-video-react, mux-audio, mux-audio-react, playback-core:** pdt clipping ([#923](https://github.com/muxinc/elements/issues/923)) ([22e9b06](https://github.com/muxinc/elements/commit/22e9b06e2e0913a6c34ebea53f4bbeded969b5a4))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# [0.9.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.8.0...@mux/mux-audio-react@0.9.0) (2024-05-03)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Bug Fixes
|
|
56
|
+
|
|
57
|
+
* passthrough props to native media els ([#912](https://github.com/muxinc/elements/issues/912)) ([88a63db](https://github.com/muxinc/elements/commit/88a63db7dadc9aa3e09402f7c1be79a278b97c06))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* **mux-player-react, mux-uploader-react, mux-audio-react, mux-video-react:** add client component directive ([#911](https://github.com/muxinc/elements/issues/911)) ([76aa003](https://github.com/muxinc/elements/commit/76aa003e9ad9488509650970b971edd3ed463592))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
# [0.8.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.5...@mux/mux-audio-react@0.8.0) (2024-04-18)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### Bug Fixes
|
|
72
|
+
|
|
73
|
+
* upgrade media-chrome, upchunk, React types ([#904](https://github.com/muxinc/elements/issues/904)) ([1090ad6](https://github.com/muxinc/elements/commit/1090ad690261acd7ac1ab68b45801c46be1c2d0c))
|
|
74
|
+
* upgrade mux-embed v5.2.0 & media-chrome v3.2.0 ([#897](https://github.com/muxinc/elements/issues/897)) ([fd91d94](https://github.com/muxinc/elements/commit/fd91d946ee2f8e58e05551fcb247422de6fbb761))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
### Features
|
|
78
|
+
|
|
79
|
+
* add `disable-tracking` attribute and prop ([#900](https://github.com/muxinc/elements/issues/900)) ([0f5966e](https://github.com/muxinc/elements/commit/0f5966ec6cdf3cacde017a4ddd9c388bea3168d7))
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## [0.7.5](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.4...@mux/mux-audio-react@0.7.5) (2024-03-29)
|
|
86
|
+
|
|
87
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## [0.7.4](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.3...@mux/mux-audio-react@0.7.4) (2024-03-20)
|
|
94
|
+
|
|
95
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## [0.7.3](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.2...@mux/mux-audio-react@0.7.3) (2024-02-16)
|
|
102
|
+
|
|
103
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## [0.7.2](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.1...@mux/mux-audio-react@0.7.2) (2024-01-02)
|
|
110
|
+
|
|
111
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [0.7.1](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.0...@mux/mux-audio-react@0.7.1) (2023-12-07)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* Adding unofficial _hlsConfig to media elements and playback core. ([#833](https://github.com/muxinc/elements/issues/833)) ([b86f6e6](https://github.com/muxinc/elements/commit/b86f6e6eb2c116d1d676fbaecd46d77a0baa3416)), closes [#792](https://github.com/muxinc/elements/issues/792)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
# [0.7.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.21...@mux/mux-audio-react@0.7.0) (2023-10-24)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
* Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## [0.6.21](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.20...@mux/mux-audio-react@0.6.21) (2023-10-03)
|
|
140
|
+
|
|
141
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## [0.6.20](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.19...@mux/mux-audio-react@0.6.20) (2023-09-05)
|
|
148
|
+
|
|
149
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
## [0.6.19](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.18...@mux/mux-audio-react@0.6.19) (2023-08-30)
|
|
156
|
+
|
|
157
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
## [0.6.18](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.17...@mux/mux-audio-react@0.6.18) (2023-08-23)
|
|
164
|
+
|
|
165
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## [0.6.17](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.16...@mux/mux-audio-react@0.6.17) (2023-08-15)
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
### Bug Fixes
|
|
175
|
+
|
|
176
|
+
* Reverting packages type (defaults to cjs) for accuracy per node … ([#745](https://github.com/muxinc/elements/issues/745)) ([9e7a171](https://github.com/muxinc/elements/commit/9e7a17113e14b711c8da9b1bdafe65ee86454b3b))
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## [0.6.16](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.15...@mux/mux-audio-react@0.6.16) (2023-08-14)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## [0.6.15](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.14...@mux/mux-audio-react@0.6.15) (2023-07-07)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## [0.6.14](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.13...@mux/mux-audio-react@0.6.14) (2023-06-29)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## [0.6.13](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.12...@mux/mux-audio-react@0.6.13) (2023-06-12)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
## [0.6.12](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.11...@mux/mux-audio-react@0.6.12) (2023-06-06)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## [0.6.11](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.10...@mux/mux-audio-react@0.6.11) (2023-05-08)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
## [0.6.10](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.9...@mux/mux-audio-react@0.6.10) (2023-04-24)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## [0.6.9](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.8...@mux/mux-audio-react@0.6.9) (2023-04-14)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## [0.6.8](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.7...@mux/mux-audio-react@0.6.8) (2023-03-31)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
### Bug Fixes
|
|
250
|
+
|
|
251
|
+
* update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## [0.6.7](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.6...@mux/mux-audio-react@0.6.7) (2023-02-15)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## [0.6.6](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.5...@mux/mux-audio-react@0.6.6) (2023-02-14)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## [0.6.5](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.4...@mux/mux-audio-react@0.6.5) (2023-02-02)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
## [0.6.4](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.3...@mux/mux-audio-react@0.6.4) (2023-02-01)
|
|
282
|
+
|
|
283
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
## [0.6.3](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.2...@mux/mux-audio-react@0.6.3) (2023-01-20)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
* MuxAudioReact mem leak ([e707c8c](https://github.com/muxinc/elements/commit/e707c8ce4589e15b51343f24d700b952ffc38988))
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
## [0.6.2](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.1...@mux/mux-audio-react@0.6.2) (2022-12-13)
|
|
301
|
+
|
|
302
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
## [0.6.1](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.0...@mux/mux-audio-react@0.6.1) (2022-11-21)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
### Bug Fixes
|
|
312
|
+
|
|
313
|
+
* add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
# [0.6.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.5.0...@mux/mux-audio-react@0.6.0) (2022-10-25)
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Features
|
|
323
|
+
|
|
324
|
+
* **mux-audio-react:** Add disable cookies prop. ([a025fe7](https://github.com/muxinc/elements/commit/a025fe7b93ddb83cd378ebe444ffc94ce5d76758))
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
# [0.5.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.4.3...@mux/mux-audio-react@0.5.0) (2022-10-05)
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
- preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
|
|
335
|
+
|
|
336
|
+
### Features
|
|
337
|
+
|
|
338
|
+
- add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
|
|
339
|
+
|
|
340
|
+
## [0.4.3](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.4.2...@mux/mux-audio-react@0.4.3) (2022-09-16)
|
|
341
|
+
|
|
342
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
343
|
+
|
|
344
|
+
## [0.4.2](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.4.1...@mux/mux-audio-react@0.4.2) (2022-08-31)
|
|
345
|
+
|
|
346
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
347
|
+
|
|
348
|
+
## [0.4.1](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.4.0...@mux/mux-audio-react@0.4.1) (2022-07-21)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @mux/mux-audio-react
|
|
351
|
+
|
|
352
|
+
# 0.4.0 (2022-07-05)
|
|
353
|
+
|
|
354
|
+
### Bug Fixes
|
|
355
|
+
|
|
356
|
+
- **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
|
|
357
|
+
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
358
|
+
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
359
|
+
- update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
|
364
|
+
- Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
|
|
365
|
+
|
|
366
|
+
## [0.3.11](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.10...@mux-elements/mux-audio-react@0.3.11) (2022-06-23)
|
|
367
|
+
|
|
368
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
369
|
+
|
|
370
|
+
## [0.3.10](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.9...@mux-elements/mux-audio-react@0.3.10) (2022-06-06)
|
|
371
|
+
|
|
372
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
373
|
+
|
|
374
|
+
## [0.3.9](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.8...@mux-elements/mux-audio-react@0.3.9) (2022-05-26)
|
|
375
|
+
|
|
376
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
377
|
+
|
|
378
|
+
## [0.3.8](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.7...@mux-elements/mux-audio-react@0.3.8) (2022-05-23)
|
|
379
|
+
|
|
380
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
381
|
+
|
|
382
|
+
## [0.3.7](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.6...@mux-elements/mux-audio-react@0.3.7) (2022-05-20)
|
|
383
|
+
|
|
384
|
+
### Bug Fixes
|
|
385
|
+
|
|
386
|
+
- switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
|
|
387
|
+
|
|
388
|
+
## [0.3.6](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.5...@mux-elements/mux-audio-react@0.3.6) (2022-05-10)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
391
|
+
|
|
392
|
+
## [0.3.5](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.4...@mux-elements/mux-audio-react@0.3.5) (2022-05-03)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
395
|
+
|
|
396
|
+
## [0.3.4](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.3...@mux-elements/mux-audio-react@0.3.4) (2022-04-22)
|
|
397
|
+
|
|
398
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
399
|
+
|
|
400
|
+
## [0.3.3](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.2...@mux-elements/mux-audio-react@0.3.3) (2022-04-18)
|
|
401
|
+
|
|
402
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
403
|
+
|
|
404
|
+
## [0.3.2](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.1...@mux-elements/mux-audio-react@0.3.2) (2022-04-12)
|
|
405
|
+
|
|
406
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
407
|
+
|
|
408
|
+
## [0.3.1](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.3.0...@mux-elements/mux-audio-react@0.3.1) (2022-04-01)
|
|
409
|
+
|
|
410
|
+
**Note:** Version bump only for package @mux-elements/mux-audio-react
|
|
411
|
+
|
|
412
|
+
# [0.3.0](https://github.com/muxinc/elements/compare/@mux-elements/mux-audio-react@0.2.0...@mux-elements/mux-audio-react@0.3.0) (2022-03-28)
|
|
413
|
+
|
|
414
|
+
### Bug Fixes
|
|
415
|
+
|
|
416
|
+
- **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
|
|
417
|
+
- prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
- add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
|
package/dist/cjs.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputs": {
|
|
3
|
+
"src/use-combined-refs.ts": {
|
|
4
|
+
"bytes": 831,
|
|
5
|
+
"imports": [
|
|
6
|
+
{
|
|
7
|
+
"path": "react",
|
|
8
|
+
"kind": "import-statement",
|
|
9
|
+
"external": true
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"format": "esm"
|
|
13
|
+
},
|
|
14
|
+
"src/env.ts": {
|
|
15
|
+
"bytes": 391,
|
|
16
|
+
"imports": [],
|
|
17
|
+
"format": "esm"
|
|
18
|
+
},
|
|
19
|
+
"src/index.tsx": {
|
|
20
|
+
"bytes": 3466,
|
|
21
|
+
"imports": [
|
|
22
|
+
{
|
|
23
|
+
"path": "src/use-combined-refs.ts",
|
|
24
|
+
"kind": "import-statement",
|
|
25
|
+
"original": "./use-combined-refs"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"path": "react",
|
|
29
|
+
"kind": "import-statement",
|
|
30
|
+
"external": true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"path": "prop-types",
|
|
34
|
+
"kind": "import-statement",
|
|
35
|
+
"external": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"path": "@mux/playback-core",
|
|
39
|
+
"kind": "import-statement",
|
|
40
|
+
"external": true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "src/env.ts",
|
|
44
|
+
"kind": "import-statement",
|
|
45
|
+
"original": "./env"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"format": "esm"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"outputs": {
|
|
52
|
+
"dist/index.cjs.js.map": {
|
|
53
|
+
"imports": [],
|
|
54
|
+
"exports": [],
|
|
55
|
+
"inputs": {},
|
|
56
|
+
"bytes": 8006
|
|
57
|
+
},
|
|
58
|
+
"dist/index.cjs.js": {
|
|
59
|
+
"imports": [
|
|
60
|
+
{
|
|
61
|
+
"path": "react",
|
|
62
|
+
"kind": "require-call",
|
|
63
|
+
"external": true
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "react",
|
|
67
|
+
"kind": "require-call",
|
|
68
|
+
"external": true
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"path": "prop-types",
|
|
72
|
+
"kind": "require-call",
|
|
73
|
+
"external": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"path": "@mux/playback-core",
|
|
77
|
+
"kind": "require-call",
|
|
78
|
+
"external": true
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"exports": [],
|
|
82
|
+
"entryPoint": "src/index.tsx",
|
|
83
|
+
"inputs": {
|
|
84
|
+
"src/index.tsx": {
|
|
85
|
+
"bytesInOutput": 1949
|
|
86
|
+
},
|
|
87
|
+
"src/use-combined-refs.ts": {
|
|
88
|
+
"bytesInOutput": 170
|
|
89
|
+
},
|
|
90
|
+
"src/env.ts": {
|
|
91
|
+
"bytesInOutput": 68
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"bytes": 2809
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
}
|
package/dist/esm.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"inputs": {
|
|
3
|
+
"src/use-combined-refs.ts": {
|
|
4
|
+
"bytes": 831,
|
|
5
|
+
"imports": [
|
|
6
|
+
{
|
|
7
|
+
"path": "react",
|
|
8
|
+
"kind": "import-statement",
|
|
9
|
+
"external": true
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"format": "esm"
|
|
13
|
+
},
|
|
14
|
+
"src/env.ts": {
|
|
15
|
+
"bytes": 391,
|
|
16
|
+
"imports": [],
|
|
17
|
+
"format": "esm"
|
|
18
|
+
},
|
|
19
|
+
"src/index.tsx": {
|
|
20
|
+
"bytes": 3466,
|
|
21
|
+
"imports": [
|
|
22
|
+
{
|
|
23
|
+
"path": "src/use-combined-refs.ts",
|
|
24
|
+
"kind": "import-statement",
|
|
25
|
+
"original": "./use-combined-refs"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"path": "react",
|
|
29
|
+
"kind": "import-statement",
|
|
30
|
+
"external": true
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"path": "prop-types",
|
|
34
|
+
"kind": "import-statement",
|
|
35
|
+
"external": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"path": "@mux/playback-core",
|
|
39
|
+
"kind": "import-statement",
|
|
40
|
+
"external": true
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "src/env.ts",
|
|
44
|
+
"kind": "import-statement",
|
|
45
|
+
"original": "./env"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"format": "esm"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"outputs": {
|
|
52
|
+
"dist/index.mjs.map": {
|
|
53
|
+
"imports": [],
|
|
54
|
+
"exports": [],
|
|
55
|
+
"inputs": {},
|
|
56
|
+
"bytes": 8240
|
|
57
|
+
},
|
|
58
|
+
"dist/index.mjs": {
|
|
59
|
+
"imports": [
|
|
60
|
+
{
|
|
61
|
+
"path": "react",
|
|
62
|
+
"kind": "import-statement",
|
|
63
|
+
"external": true
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "react",
|
|
67
|
+
"kind": "import-statement",
|
|
68
|
+
"external": true
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"path": "prop-types",
|
|
72
|
+
"kind": "import-statement",
|
|
73
|
+
"external": true
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"path": "@mux/playback-core",
|
|
77
|
+
"kind": "import-statement",
|
|
78
|
+
"external": true
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"exports": [
|
|
82
|
+
"default"
|
|
83
|
+
],
|
|
84
|
+
"entryPoint": "src/index.tsx",
|
|
85
|
+
"inputs": {
|
|
86
|
+
"src/use-combined-refs.ts": {
|
|
87
|
+
"bytesInOutput": 173
|
|
88
|
+
},
|
|
89
|
+
"src/index.tsx": {
|
|
90
|
+
"bytesInOutput": 1630
|
|
91
|
+
},
|
|
92
|
+
"src/env.ts": {
|
|
93
|
+
"bytesInOutput": 68
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"bytes": 1941
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
package/dist/index.cjs.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";"use client";var v=Object.create;var p=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var H=(t,r)=>{for(var o in r)p(t,o,{get:r[o],enumerable:!0})},M=(t,r,o,u)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of A(r))!w.call(t,s)&&s!==o&&p(t,s,{get:()=>r[s],enumerable:!(u=S(r,s))||u.enumerable});return t};var O=(t,r,o)=>(o=t!=null?v(L(t)):{},M(r||!t||!t.__esModule?p(o,"default",{value:t,enumerable:!0}):o,t)),I=t=>M(p({},"__esModule",{value:!0}),t);var W={};H(W,{default:()=>U});module.exports=I(W);var f=require("react"),P=(...t)=>{let r=(0,f.useRef)(null);return(0,f.useEffect)(()=>{t.forEach(o=>{o&&(typeof o=="function"?o(r.current):o.current=r.current)})},[t]),r};var a=O(require("react")),e=O(require("prop-types")),n=require("@mux/playback-core");var V=()=>{try{return"0.10.
|
|
1
|
+
"use strict";"use client";var v=Object.create;var p=Object.defineProperty;var S=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var H=(t,r)=>{for(var o in r)p(t,o,{get:r[o],enumerable:!0})},M=(t,r,o,u)=>{if(r&&typeof r=="object"||typeof r=="function")for(let s of A(r))!w.call(t,s)&&s!==o&&p(t,s,{get:()=>r[s],enumerable:!(u=S(r,s))||u.enumerable});return t};var O=(t,r,o)=>(o=t!=null?v(L(t)):{},M(r||!t||!t.__esModule?p(o,"default",{value:t,enumerable:!0}):o,t)),I=t=>M(p({},"__esModule",{value:!0}),t);var W={};H(W,{default:()=>U});module.exports=I(W);var f=require("react"),P=(...t)=>{let r=(0,f.useRef)(null);return(0,f.useEffect)(()=>{t.forEach(o=>{o&&(typeof o=="function"?o(r.current):o.current=r.current)})},[t]),r};var a=O(require("react")),e=O(require("prop-types")),n=require("@mux/playback-core");var V=()=>{try{return"0.10.4"}catch{}return"UNKNOWN"},h=V(),g=()=>h;var N=g(),D="mux-audio-react",y=a.default.forwardRef((t,r)=>{var R;let{playbackId:o,src:u,children:s,autoPlay:d,preload:m,...E}=t,x=Object.fromEntries(Object.entries(E).filter(([i])=>!Object.keys(y.propTypes).includes(i))),[C]=(0,a.useState)((0,n.generatePlayerInitTime)()),[b,k]=(0,a.useState)((R=(0,n.toMuxVideoURL)(t))!=null?R:u),c=(0,a.useRef)(void 0),j=(0,a.useRef)(null),T=P(j,r);return(0,a.useEffect)(()=>{var i;k((i=(0,n.toMuxVideoURL)(t))!=null?i:u)},[u,o]),(0,a.useEffect)(()=>{let i={...t,src:b,playerInitTime:C,playerSoftwareName:D,playerSoftwareVersion:N,autoplay:d},l=T.current;return l&&(c.current=(0,n.initialize)(i,l,c.current)),()=>{(0,n.teardown)(l,c.current),l=void 0,c.current=void 0}},[b]),(0,a.useEffect)(()=>{var i;(i=c.current)==null||i.setAutoplay(d)},[d]),(0,a.useEffect)(()=>{var i;(i=c.current)==null||i.setPreload(m)},[m]),a.default.createElement("audio",{ref:T,...x},s)});y.propTypes={_hlsConfig:e.default.any,beaconCollectionDomain:e.default.string,customDomain:e.default.string,debug:e.default.bool,disableCookies:e.default.bool,disableTracking:e.default.bool,envKey:e.default.string,errorTranslator:e.default.any,liveEdgeStart:e.default.number,maxResolution:e.default.oneOf(["720p","1080p","1440p","2160p"]),metadata:e.default.any,minResolution:e.default.oneOf(["480p","540p","720p","1080p","1440p","2160p"]),playbackId:e.default.string,playerInitTime:e.default.number,preferCmcd:e.default.oneOf(Object.values(n.CmcdTypes)),programStartTime:e.default.number,programEndTime:e.default.number,preferPlayback:e.default.oneOf(Object.values(n.PlaybackTypes)),renditionOrder:e.default.oneOf(["desc"]),startTime:e.default.number,streamType:e.default.oneOf(Object.values(n.StreamTypes)),targetLiveWindow:e.default.number,tokens:e.default.any,type:e.default.oneOf(n.allMediaTypes)};var U=y;
|
|
2
2
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use client";import{useEffect as j,useRef as v}from"react";var m=(...r)=>{let a=v(null);return j(()=>{r.forEach(n=>{n&&(typeof n=="function"?n(a.current):n.current=a.current)})},[r]),a};import T,{useEffect as s,useRef as R,useState as M}from"react";import e from"prop-types";import{allMediaTypes as L,initialize as w,teardown as H,StreamTypes as I,PlaybackTypes as V,toMuxVideoURL as O,generatePlayerInitTime as h,CmcdTypes as N}from"@mux/playback-core";var S=()=>{try{return"0.10.
|
|
1
|
+
"use client";import{useEffect as j,useRef as v}from"react";var m=(...r)=>{let a=v(null);return j(()=>{r.forEach(n=>{n&&(typeof n=="function"?n(a.current):n.current=a.current)})},[r]),a};import T,{useEffect as s,useRef as R,useState as M}from"react";import e from"prop-types";import{allMediaTypes as L,initialize as w,teardown as H,StreamTypes as I,PlaybackTypes as V,toMuxVideoURL as O,generatePlayerInitTime as h,CmcdTypes as N}from"@mux/playback-core";var S=()=>{try{return"0.10.4"}catch{}return"UNKNOWN"},A=S(),b=()=>A;var D=b(),U="mux-audio-react",l=T.forwardRef((r,a)=>{var y;let{playbackId:n,src:u,children:P,autoPlay:c,preload:p,...g}=r,E=Object.fromEntries(Object.entries(g).filter(([t])=>!Object.keys(l.propTypes).includes(t))),[x]=M(h()),[f,C]=M((y=O(r))!=null?y:u),o=R(void 0),k=R(null),d=m(k,a);return s(()=>{var t;C((t=O(r))!=null?t:u)},[u,n]),s(()=>{let t={...r,src:f,playerInitTime:x,playerSoftwareName:U,playerSoftwareVersion:D,autoplay:c},i=d.current;return i&&(o.current=w(t,i,o.current)),()=>{H(i,o.current),i=void 0,o.current=void 0}},[f]),s(()=>{var t;(t=o.current)==null||t.setAutoplay(c)},[c]),s(()=>{var t;(t=o.current)==null||t.setPreload(p)},[p]),T.createElement("audio",{ref:d,...E},P)});l.propTypes={_hlsConfig:e.any,beaconCollectionDomain:e.string,customDomain:e.string,debug:e.bool,disableCookies:e.bool,disableTracking:e.bool,envKey:e.string,errorTranslator:e.any,liveEdgeStart:e.number,maxResolution:e.oneOf(["720p","1080p","1440p","2160p"]),metadata:e.any,minResolution:e.oneOf(["480p","540p","720p","1080p","1440p","2160p"]),playbackId:e.string,playerInitTime:e.number,preferCmcd:e.oneOf(Object.values(N)),programStartTime:e.number,programEndTime:e.number,preferPlayback:e.oneOf(Object.values(V)),renditionOrder:e.oneOf(["desc"]),startTime:e.number,streamType:e.oneOf(Object.values(I)),targetLiveWindow:e.number,tokens:e.any,type:e.oneOf(L)};var Q=l;export{Q as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2019.full.d.ts","../src/env.ts","../../../node_modules/@types/react/
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/typescript/lib/lib.dom.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../../../node_modules/typescript/lib/lib.scripthost.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/typescript/lib/lib.es2019.full.d.ts","../src/env.ts","../../../node_modules/@types/react/global.d.ts","../../../node_modules/csstype/index.d.ts","../../../node_modules/@types/prop-types/index.d.ts","../../../node_modules/@types/react/index.d.ts","../src/use-combined-refs.ts","../../../node_modules/mux-embed/dist/types/mux-embed.d.ts","../../playback-core/dist/types/errors.d.ts","../../../node_modules/hls.js/dist/hls.js.d.ts","../../playback-core/dist/types/types.d.ts","../../playback-core/dist/types/hls.d.ts","../../playback-core/dist/types/text-tracks.d.ts","../../playback-core/dist/types/pdt.d.ts","../../playback-core/dist/types/index.d.ts","../src/index.tsx"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"9c00a480825408b6a24c63c1b71362232927247595d7c97659bc24dc68ae0757","affectsGlobalScope":true},{"version":"0c9e4447ddca10e8097a736ce41bb37ac3389ede46e419ee78c1161a14e9e8ba","affectsGlobalScope":true},{"version":"80e18897e5884b6723488d4f5652167e7bb5024f946743134ecc4aa4ee731f89","affectsGlobalScope":true},{"version":"cd034f499c6cdca722b60c04b5b1b78e058487a7085a8e0d6fb50809947ee573","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"08f6861df84fba9719c14d5adc3ba40be9f0c687639e6c4df3c05b9301b8ff94",{"version":"1ee6056d39213c8481cc8af4adb2b1dc373e15e8b2b9864739e6c0b2da60cf1d","signature":"28f2af136cd97b7c5011ec7fd601841b37499ab89ecb7f1594b2903a9ce5b2aa"},{"version":"55461596dc873b866911ef4e640fae4c39da7ac1fbc7ef5e649cb2f2fb42c349","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800",{"version":"8117d2726c78497306ceef07b4ccd08a863a9bd6e1fd7ff9ed6332f0e49bbb1a","affectsGlobalScope":true},{"version":"6ed9dc3c705f9e967631479b016db394cac15a29de4d6361664a2e98d1d6dfe7","signature":"405e223d3a5021ca1b76c68b32713c6df3bd17980a8474f85fd1bcbd0630268e"},{"version":"5b5c872830a799ebdd42d46b0554ac3ec447dda8e96cbe30e6f55dfabcf224b1","affectsGlobalScope":true},"de64daa4e510abaaf4b4970c6dd37e39c3b8a263cccbeb80a41c69ae5a2a34ba","92361bb81bc685fd927aa2c6131a0a5e5c5e4a4e3c22ea1c25ce0d18d81a0f03","e3c6c9289bac4af918020eb31bf014c424c4a8f20962470b4d60c8275e52cf23","c13fb8c7fdb84f3c59470c672220c380ac26ffb099721ccebba3c53971cb700d","19afd7f4812facaa313356113070795a2fe90fcef4bfe6462db0dcbc503c92f1","dccea7b665fe08ed006acd191a7e68123ba7ec49848ac7c28a164962bf21254e",{"version":"332432f1a8b3197b9fb0cdb22ad957d4b6cb793a6c86295dc5d548042fbff44a","affectsGlobalScope":true},{"version":"56da77c4c2701705a8b5df7098da4683911d7bd6ca4efdd00c20f2abfb400953","signature":"4ac9a69ec88806f2f9d46cc5b81f2e542e3853928231f63b3e931cc7b1b1efd9"}],"root":[42,47,56],"options":{"composite":true,"declaration":true,"emitDeclarationOnly":true,"esModuleInterop":true,"jsx":2,"module":5,"noImplicitAny":true,"outDir":"./types","rootDir":"../src","skipLibCheck":false,"sourceMap":true,"strict":true,"target":6},"fileIdsList":[[43,44,45],[42,45,46,47,55],[46],[50],[48,49,50,51,52,53,54],[51],[51,52],[48,49,50]],"referencedMap":[[46,1],[56,2],[47,3],[52,4],[55,5],[54,6],[53,7],[51,8]],"latestChangedDtsFile":"./types/index.d.ts"},"version":"5.5.4"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mux/mux-audio-react",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4-canary.0-b546adb",
|
|
4
4
|
"description": "A custom mux audio element for React that Just Works™",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"audio",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"license": "MIT",
|
|
42
42
|
"scripts": {
|
|
43
43
|
"clean": "shx rm -rf dist/",
|
|
44
|
-
"lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
|
|
44
|
+
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint src/ --ext .js,.jsx,.ts,.tsx",
|
|
45
45
|
"dev:cjs": "yarn build:cjs --watch=forever",
|
|
46
46
|
"dev:esm": "yarn build:esm --watch=forever",
|
|
47
47
|
"dev:types": "yarn build:types -w",
|
|
@@ -68,23 +68,22 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@mux/playback-core": "0.
|
|
71
|
+
"@mux/playback-core": "0.26.0-canary.0-b546adb",
|
|
72
72
|
"prop-types": "^15.7.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/prop-types": "^15.7.12",
|
|
76
76
|
"@types/react": "^18.2.79",
|
|
77
77
|
"@types/react-dom": "^18.2.25",
|
|
78
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
79
|
-
"@typescript-eslint/parser": "^
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
79
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
80
80
|
"downlevel-dts": "^0.11.0",
|
|
81
81
|
"esbuild": "^0.19.8",
|
|
82
|
-
"eslint": "^
|
|
82
|
+
"eslint": "^9.9.1",
|
|
83
83
|
"npm-run-all": "^4.1.5",
|
|
84
84
|
"react": "^18.2.0",
|
|
85
85
|
"react-dom": "^18.2.0",
|
|
86
86
|
"shx": "^0.3.4",
|
|
87
|
-
"typescript": "^
|
|
88
|
-
}
|
|
89
|
-
"gitHead": "94210d8ddb22e9d15369329ced978781eebf3402"
|
|
87
|
+
"typescript": "^5.5.4"
|
|
88
|
+
}
|
|
90
89
|
}
|
package/LICENSE
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
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.
|