@mux/mux-audio-react 0.7.1-canary.0-b0409a4 → 0.7.2

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.7.1-canary.0-b0409a4",
3
+ "version": "0.7.2",
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.22.0-canary.0-b0409a4",
71
+ "@mux/playback-core": "0.22.1",
72
72
  "prop-types": "^15.7.2"
73
73
  },
74
74
  "devDependencies": {
@@ -85,5 +85,6 @@
85
85
  "react-dom": "^17.0.2",
86
86
  "shx": "^0.3.4",
87
87
  "typescript": "^4.9.4"
88
- }
88
+ },
89
+ "gitHead": "b0409a4ec77c90eaa853c5083e5567b5ea05fbb0"
89
90
  }
package/CHANGELOG.md DELETED
@@ -1,318 +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.2](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.7.1...@mux/mux-audio-react@0.7.2) (2024-01-02)
7
-
8
- **Note:** Version bump only for package @mux/mux-audio-react
9
-
10
-
11
-
12
-
13
-
14
- ## [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)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * 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)
20
-
21
-
22
-
23
-
24
-
25
- # [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)
26
-
27
-
28
- ### Features
29
-
30
- * Manifest manipulation and other media stream query param props. ([954b2c8](https://github.com/muxinc/elements/commit/954b2c80d7df88bb4585c46a15dd1185d56dcf9a))
31
-
32
-
33
-
34
-
35
-
36
- ## [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)
37
-
38
- **Note:** Version bump only for package @mux/mux-audio-react
39
-
40
-
41
-
42
-
43
-
44
- ## [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)
45
-
46
- **Note:** Version bump only for package @mux/mux-audio-react
47
-
48
-
49
-
50
-
51
-
52
- ## [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)
53
-
54
- **Note:** Version bump only for package @mux/mux-audio-react
55
-
56
-
57
-
58
-
59
-
60
- ## [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)
61
-
62
- **Note:** Version bump only for package @mux/mux-audio-react
63
-
64
-
65
-
66
-
67
-
68
- ## [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)
69
-
70
-
71
- ### Bug Fixes
72
-
73
- * 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))
74
-
75
-
76
-
77
-
78
-
79
- ## [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)
80
-
81
- **Note:** Version bump only for package @mux/mux-audio-react
82
-
83
-
84
-
85
-
86
-
87
- ## [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)
88
-
89
- **Note:** Version bump only for package @mux/mux-audio-react
90
-
91
-
92
-
93
-
94
-
95
- ## [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)
96
-
97
- **Note:** Version bump only for package @mux/mux-audio-react
98
-
99
-
100
-
101
-
102
-
103
- ## [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)
104
-
105
- **Note:** Version bump only for package @mux/mux-audio-react
106
-
107
-
108
-
109
-
110
-
111
- ## [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)
112
-
113
- **Note:** Version bump only for package @mux/mux-audio-react
114
-
115
-
116
-
117
-
118
-
119
- ## [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)
120
-
121
- **Note:** Version bump only for package @mux/mux-audio-react
122
-
123
-
124
-
125
-
126
-
127
- ## [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)
128
-
129
- **Note:** Version bump only for package @mux/mux-audio-react
130
-
131
-
132
-
133
-
134
-
135
- ## [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)
136
-
137
- **Note:** Version bump only for package @mux/mux-audio-react
138
-
139
-
140
-
141
-
142
-
143
- ## [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)
144
-
145
-
146
- ### Bug Fixes
147
-
148
- * update typedefs, disable skipLibChecks in tsconfig ([#601](https://github.com/muxinc/elements/issues/601)) ([1664aec](https://github.com/muxinc/elements/commit/1664aec20e4cf4a59779848b298d4504eef24080))
149
-
150
-
151
-
152
-
153
-
154
- ## [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)
155
-
156
- **Note:** Version bump only for package @mux/mux-audio-react
157
-
158
-
159
-
160
-
161
-
162
- ## [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)
163
-
164
- **Note:** Version bump only for package @mux/mux-audio-react
165
-
166
-
167
-
168
-
169
-
170
- ## [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)
171
-
172
- **Note:** Version bump only for package @mux/mux-audio-react
173
-
174
-
175
-
176
-
177
-
178
- ## [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)
179
-
180
- **Note:** Version bump only for package @mux/mux-audio-react
181
-
182
-
183
-
184
-
185
-
186
- ## [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)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * MuxAudioReact mem leak ([e707c8c](https://github.com/muxinc/elements/commit/e707c8ce4589e15b51343f24d700b952ffc38988))
192
-
193
-
194
-
195
-
196
-
197
- ## [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)
198
-
199
- **Note:** Version bump only for package @mux/mux-audio-react
200
-
201
-
202
-
203
-
204
-
205
- ## [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)
206
-
207
-
208
- ### Bug Fixes
209
-
210
- * add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
211
-
212
-
213
-
214
-
215
-
216
- # [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)
217
-
218
-
219
- ### Features
220
-
221
- * **mux-audio-react:** Add disable cookies prop. ([a025fe7](https://github.com/muxinc/elements/commit/a025fe7b93ddb83cd378ebe444ffc94ce5d76758))
222
-
223
-
224
-
225
-
226
-
227
- # [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)
228
-
229
- ### Bug Fixes
230
-
231
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
232
-
233
- ### Features
234
-
235
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
236
-
237
- ## [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)
238
-
239
- **Note:** Version bump only for package @mux/mux-audio-react
240
-
241
- ## [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)
242
-
243
- **Note:** Version bump only for package @mux/mux-audio-react
244
-
245
- ## [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)
246
-
247
- **Note:** Version bump only for package @mux/mux-audio-react
248
-
249
- # 0.4.0 (2022-07-05)
250
-
251
- ### Bug Fixes
252
-
253
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
254
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
255
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
256
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
257
-
258
- ### Features
259
-
260
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
261
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
262
-
263
- ## [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)
264
-
265
- **Note:** Version bump only for package @mux-elements/mux-audio-react
266
-
267
- ## [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)
268
-
269
- **Note:** Version bump only for package @mux-elements/mux-audio-react
270
-
271
- ## [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)
272
-
273
- **Note:** Version bump only for package @mux-elements/mux-audio-react
274
-
275
- ## [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)
276
-
277
- **Note:** Version bump only for package @mux-elements/mux-audio-react
278
-
279
- ## [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)
280
-
281
- ### Bug Fixes
282
-
283
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
284
-
285
- ## [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)
286
-
287
- **Note:** Version bump only for package @mux-elements/mux-audio-react
288
-
289
- ## [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)
290
-
291
- **Note:** Version bump only for package @mux-elements/mux-audio-react
292
-
293
- ## [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)
294
-
295
- **Note:** Version bump only for package @mux-elements/mux-audio-react
296
-
297
- ## [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)
298
-
299
- **Note:** Version bump only for package @mux-elements/mux-audio-react
300
-
301
- ## [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)
302
-
303
- **Note:** Version bump only for package @mux-elements/mux-audio-react
304
-
305
- ## [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)
306
-
307
- **Note:** Version bump only for package @mux-elements/mux-audio-react
308
-
309
- # [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)
310
-
311
- ### Bug Fixes
312
-
313
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
314
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
315
-
316
- ### Features
317
-
318
- - 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": 2865,
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": 6863
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": 1388
86
- },
87
- "src/use-combined-refs.ts": {
88
- "bytesInOutput": 170
89
- },
90
- "src/env.ts": {
91
- "bytesInOutput": 67
92
- }
93
- },
94
- "bytes": 2234
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": 2865,
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": 7116
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": 1160
91
- },
92
- "src/env.ts": {
93
- "bytesInOutput": 67
94
- }
95
- },
96
- "bytes": 1457
97
- }
98
- }
99
- }