@mux/mux-audio-react 0.10.4-canary.0-e1d17f4 → 0.11.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/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-audio-react",
3
- "version": "0.10.4-canary.0-e1d17f4",
3
+ "version": "0.11.0",
4
4
  "description": "A custom mux audio element for React that Just Works™",
5
5
  "keywords": [
6
6
  "audio",
@@ -68,7 +68,7 @@
68
68
  }
69
69
  },
70
70
  "dependencies": {
71
- "@mux/playback-core": "0.26.0-canary.0-e1d17f4",
71
+ "@mux/playback-core": "0.27.0",
72
72
  "prop-types": "^15.7.2"
73
73
  },
74
74
  "devDependencies": {
@@ -85,5 +85,6 @@
85
85
  "react-dom": "^18.2.0",
86
86
  "shx": "^0.3.4",
87
87
  "typescript": "^5.5.4"
88
- }
88
+ },
89
+ "gitHead": "e1d17f4ce383e95489fc778d3c5bda3b89a27b5b"
89
90
  }
package/CHANGELOG.md DELETED
@@ -1,438 +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.11.0](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.10.4...@mux/mux-audio-react@0.11.0) (2024-10-24)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * add updated peer deps to other React pkgs ([#1006](https://github.com/muxinc/elements/issues/1006)) ([e51a7ce](https://github.com/muxinc/elements/commit/e51a7ce412ce7f56610035f412e2f263325ed6ad))
12
-
13
-
14
- ### Features
15
-
16
- * **playback-core, mux-video, mux-audio, mux-video-react, mux-audio-react, mux-player, mux-player-react:** Add asset start and end time props and attrs. ([#1002](https://github.com/muxinc/elements/issues/1002)) ([99a0726](https://github.com/muxinc/elements/commit/99a07268cfa78ee026a0ee7b7f9af90fcf3feb4c))
17
- * **playback-core:** error handling rearchitecture (including more granular and DRM error cases) ([4d0b670](https://github.com/muxinc/elements/commit/4d0b670eacb57f44891fab781941dab6e97e06fe))
18
-
19
-
20
-
21
-
22
-
23
- ## [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)
24
-
25
- **Note:** Version bump only for package @mux/mux-audio-react
26
-
27
-
28
-
29
-
30
-
31
- ## [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)
32
-
33
- **Note:** Version bump only for package @mux/mux-audio-react
34
-
35
-
36
-
37
-
38
-
39
- ## [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)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * mark React 19 as peerdep ([#971](https://github.com/muxinc/elements/issues/971)) ([4f74ea0](https://github.com/muxinc/elements/commit/4f74ea0215407e5c9573d8dd4a91d2a855b864bb))
45
-
46
-
47
-
48
-
49
-
50
- ## [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)
51
-
52
- **Note:** Version bump only for package @mux/mux-audio-react
53
-
54
-
55
-
56
-
57
-
58
- # [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)
59
-
60
-
61
- ### Features
62
-
63
- * **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))
64
-
65
-
66
-
67
-
68
-
69
- # [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)
70
-
71
-
72
- ### Bug Fixes
73
-
74
- * passthrough props to native media els ([#912](https://github.com/muxinc/elements/issues/912)) ([88a63db](https://github.com/muxinc/elements/commit/88a63db7dadc9aa3e09402f7c1be79a278b97c06))
75
-
76
-
77
- ### Features
78
-
79
- * **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))
80
-
81
-
82
-
83
-
84
-
85
- # [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)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * upgrade media-chrome, upchunk, React types ([#904](https://github.com/muxinc/elements/issues/904)) ([1090ad6](https://github.com/muxinc/elements/commit/1090ad690261acd7ac1ab68b45801c46be1c2d0c))
91
- * 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))
92
-
93
-
94
- ### Features
95
-
96
- * add `disable-tracking` attribute and prop ([#900](https://github.com/muxinc/elements/issues/900)) ([0f5966e](https://github.com/muxinc/elements/commit/0f5966ec6cdf3cacde017a4ddd9c388bea3168d7))
97
-
98
-
99
-
100
-
101
-
102
- ## [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)
103
-
104
- **Note:** Version bump only for package @mux/mux-audio-react
105
-
106
-
107
-
108
-
109
-
110
- ## [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)
111
-
112
- **Note:** Version bump only for package @mux/mux-audio-react
113
-
114
-
115
-
116
-
117
-
118
- ## [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)
119
-
120
- **Note:** Version bump only for package @mux/mux-audio-react
121
-
122
-
123
-
124
-
125
-
126
- ## [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)
127
-
128
- **Note:** Version bump only for package @mux/mux-audio-react
129
-
130
-
131
-
132
-
133
-
134
- ## [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)
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * 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)
140
-
141
-
142
-
143
-
144
-
145
- # [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)
146
-
147
-
148
- ### Features
149
-
150
- * Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))
151
-
152
-
153
-
154
-
155
-
156
- ## [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)
157
-
158
- **Note:** Version bump only for package @mux/mux-audio-react
159
-
160
-
161
-
162
-
163
-
164
- ## [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)
165
-
166
- **Note:** Version bump only for package @mux/mux-audio-react
167
-
168
-
169
-
170
-
171
-
172
- ## [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)
173
-
174
- **Note:** Version bump only for package @mux/mux-audio-react
175
-
176
-
177
-
178
-
179
-
180
- ## [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)
181
-
182
- **Note:** Version bump only for package @mux/mux-audio-react
183
-
184
-
185
-
186
-
187
-
188
- ## [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)
189
-
190
-
191
- ### Bug Fixes
192
-
193
- * 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))
194
-
195
-
196
-
197
-
198
-
199
- ## [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)
200
-
201
- **Note:** Version bump only for package @mux/mux-audio-react
202
-
203
-
204
-
205
-
206
-
207
- ## [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)
208
-
209
- **Note:** Version bump only for package @mux/mux-audio-react
210
-
211
-
212
-
213
-
214
-
215
- ## [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)
216
-
217
- **Note:** Version bump only for package @mux/mux-audio-react
218
-
219
-
220
-
221
-
222
-
223
- ## [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)
224
-
225
- **Note:** Version bump only for package @mux/mux-audio-react
226
-
227
-
228
-
229
-
230
-
231
- ## [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)
232
-
233
- **Note:** Version bump only for package @mux/mux-audio-react
234
-
235
-
236
-
237
-
238
-
239
- ## [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)
240
-
241
- **Note:** Version bump only for package @mux/mux-audio-react
242
-
243
-
244
-
245
-
246
-
247
- ## [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)
248
-
249
- **Note:** Version bump only for package @mux/mux-audio-react
250
-
251
-
252
-
253
-
254
-
255
- ## [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)
256
-
257
- **Note:** Version bump only for package @mux/mux-audio-react
258
-
259
-
260
-
261
-
262
-
263
- ## [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)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
269
-
270
-
271
-
272
-
273
-
274
- ## [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)
275
-
276
- **Note:** Version bump only for package @mux/mux-audio-react
277
-
278
-
279
-
280
-
281
-
282
- ## [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)
283
-
284
- **Note:** Version bump only for package @mux/mux-audio-react
285
-
286
-
287
-
288
-
289
-
290
- ## [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)
291
-
292
- **Note:** Version bump only for package @mux/mux-audio-react
293
-
294
-
295
-
296
-
297
-
298
- ## [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)
299
-
300
- **Note:** Version bump only for package @mux/mux-audio-react
301
-
302
-
303
-
304
-
305
-
306
- ## [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)
307
-
308
-
309
- ### Bug Fixes
310
-
311
- * MuxAudioReact mem leak ([e707c8c](https://github.com/muxinc/elements/commit/e707c8ce4589e15b51343f24d700b952ffc38988))
312
-
313
-
314
-
315
-
316
-
317
- ## [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)
318
-
319
- **Note:** Version bump only for package @mux/mux-audio-react
320
-
321
-
322
-
323
-
324
-
325
- ## [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)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
331
-
332
-
333
-
334
-
335
-
336
- # [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)
337
-
338
-
339
- ### Features
340
-
341
- * **mux-audio-react:** Add disable cookies prop. ([a025fe7](https://github.com/muxinc/elements/commit/a025fe7b93ddb83cd378ebe444ffc94ce5d76758))
342
-
343
-
344
-
345
-
346
-
347
- # [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)
348
-
349
- ### Bug Fixes
350
-
351
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
352
-
353
- ### Features
354
-
355
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
356
-
357
- ## [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)
358
-
359
- **Note:** Version bump only for package @mux/mux-audio-react
360
-
361
- ## [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)
362
-
363
- **Note:** Version bump only for package @mux/mux-audio-react
364
-
365
- ## [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)
366
-
367
- **Note:** Version bump only for package @mux/mux-audio-react
368
-
369
- # 0.4.0 (2022-07-05)
370
-
371
- ### Bug Fixes
372
-
373
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
374
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
375
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
376
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
377
-
378
- ### Features
379
-
380
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
381
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
382
-
383
- ## [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)
384
-
385
- **Note:** Version bump only for package @mux-elements/mux-audio-react
386
-
387
- ## [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)
388
-
389
- **Note:** Version bump only for package @mux-elements/mux-audio-react
390
-
391
- ## [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)
392
-
393
- **Note:** Version bump only for package @mux-elements/mux-audio-react
394
-
395
- ## [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)
396
-
397
- **Note:** Version bump only for package @mux-elements/mux-audio-react
398
-
399
- ## [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)
400
-
401
- ### Bug Fixes
402
-
403
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
404
-
405
- ## [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)
406
-
407
- **Note:** Version bump only for package @mux-elements/mux-audio-react
408
-
409
- ## [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)
410
-
411
- **Note:** Version bump only for package @mux-elements/mux-audio-react
412
-
413
- ## [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)
414
-
415
- **Note:** Version bump only for package @mux-elements/mux-audio-react
416
-
417
- ## [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)
418
-
419
- **Note:** Version bump only for package @mux-elements/mux-audio-react
420
-
421
- ## [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)
422
-
423
- **Note:** Version bump only for package @mux-elements/mux-audio-react
424
-
425
- ## [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)
426
-
427
- **Note:** Version bump only for package @mux-elements/mux-audio-react
428
-
429
- # [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)
430
-
431
- ### Bug Fixes
432
-
433
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
434
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
435
-
436
- ### Features
437
-
438
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
package/dist/cjs.json DELETED
@@ -1,97 +0,0 @@
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": 3661,
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": 8324
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": 2070
86
- },
87
- "src/use-combined-refs.ts": {
88
- "bytesInOutput": 170
89
- },
90
- "src/env.ts": {
91
- "bytesInOutput": 68
92
- }
93
- },
94
- "bytes": 2930
95
- }
96
- }
97
- }
package/dist/esm.json DELETED
@@ -1,99 +0,0 @@
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": 3661,
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": 8548
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": 1727
91
- },
92
- "src/env.ts": {
93
- "bytesInOutput": 68
94
- }
95
- },
96
- "bytes": 2038
97
- }
98
- }
99
- }