@mux/mux-audio-react 0.6.10-canary.0-eff90d7 → 0.6.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-audio-react",
3
- "version": "0.6.10-canary.0-eff90d7",
3
+ "version": "0.6.11",
4
4
  "description": "A custom mux audio 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,205 +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.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)
7
-
8
- **Note:** Version bump only for package @mux/mux-audio-react
9
-
10
-
11
-
12
-
13
-
14
- ## [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)
15
-
16
- **Note:** Version bump only for package @mux/mux-audio-react
17
-
18
-
19
-
20
-
21
-
22
- ## [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)
23
-
24
- **Note:** Version bump only for package @mux/mux-audio-react
25
-
26
-
27
-
28
-
29
-
30
- ## [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)
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.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)
42
-
43
- **Note:** Version bump only for package @mux/mux-audio-react
44
-
45
-
46
-
47
-
48
-
49
- ## [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)
50
-
51
- **Note:** Version bump only for package @mux/mux-audio-react
52
-
53
-
54
-
55
-
56
-
57
- ## [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)
58
-
59
- **Note:** Version bump only for package @mux/mux-audio-react
60
-
61
-
62
-
63
-
64
-
65
- ## [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)
66
-
67
- **Note:** Version bump only for package @mux/mux-audio-react
68
-
69
-
70
-
71
-
72
-
73
- ## [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)
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * MuxAudioReact mem leak ([e707c8c](https://github.com/muxinc/elements/commit/e707c8ce4589e15b51343f24d700b952ffc38988))
79
-
80
-
81
-
82
-
83
-
84
- ## [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)
85
-
86
- **Note:** Version bump only for package @mux/mux-audio-react
87
-
88
-
89
-
90
-
91
-
92
- ## [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)
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.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)
104
-
105
-
106
- ### Features
107
-
108
- * **mux-audio-react:** Add disable cookies prop. ([a025fe7](https://github.com/muxinc/elements/commit/a025fe7b93ddb83cd378ebe444ffc94ce5d76758))
109
-
110
-
111
-
112
-
113
-
114
- # [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)
115
-
116
- ### Bug Fixes
117
-
118
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
119
-
120
- ### Features
121
-
122
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
123
-
124
- ## [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)
125
-
126
- **Note:** Version bump only for package @mux/mux-audio-react
127
-
128
- ## [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)
129
-
130
- **Note:** Version bump only for package @mux/mux-audio-react
131
-
132
- ## [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)
133
-
134
- **Note:** Version bump only for package @mux/mux-audio-react
135
-
136
- # 0.4.0 (2022-07-05)
137
-
138
- ### Bug Fixes
139
-
140
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
141
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
142
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
143
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
144
-
145
- ### Features
146
-
147
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
148
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
149
-
150
- ## [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)
151
-
152
- **Note:** Version bump only for package @mux-elements/mux-audio-react
153
-
154
- ## [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)
155
-
156
- **Note:** Version bump only for package @mux-elements/mux-audio-react
157
-
158
- ## [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)
159
-
160
- **Note:** Version bump only for package @mux-elements/mux-audio-react
161
-
162
- ## [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)
163
-
164
- **Note:** Version bump only for package @mux-elements/mux-audio-react
165
-
166
- ## [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)
167
-
168
- ### Bug Fixes
169
-
170
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
171
-
172
- ## [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)
173
-
174
- **Note:** Version bump only for package @mux-elements/mux-audio-react
175
-
176
- ## [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)
177
-
178
- **Note:** Version bump only for package @mux-elements/mux-audio-react
179
-
180
- ## [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)
181
-
182
- **Note:** Version bump only for package @mux-elements/mux-audio-react
183
-
184
- ## [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)
185
-
186
- **Note:** Version bump only for package @mux-elements/mux-audio-react
187
-
188
- ## [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)
189
-
190
- **Note:** Version bump only for package @mux-elements/mux-audio-react
191
-
192
- ## [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)
193
-
194
- **Note:** Version bump only for package @mux-elements/mux-audio-react
195
-
196
- # [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)
197
-
198
- ### Bug Fixes
199
-
200
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
201
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
202
-
203
- ### Features
204
-
205
- - 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
- }