@mux/mux-audio-react 0.6.4-canary.0-e7d6b3f → 0.6.4

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.4-canary.0-e7d6b3f",
3
+ "version": "0.6.4",
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.9.1-canary.172-e7d6b3f",
56
+ "@mux/playback-core": "0.16.0",
57
57
  "prop-types": "^15.7.2"
58
58
  },
59
59
  "devDependencies": {
@@ -69,5 +69,6 @@
69
69
  "react-dom": "^17.0.2",
70
70
  "shx": "^0.3.4",
71
71
  "typescript": "^4.9.4"
72
- }
72
+ },
73
+ "gitHead": "94287498d707a65385b71ad689cab46bc9e6197a"
73
74
  }
package/CHANGELOG.md DELETED
@@ -1,146 +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.4](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.6.3...@mux/mux-audio-react@0.6.4) (2023-02-01)
7
-
8
- **Note:** Version bump only for package @mux/mux-audio-react
9
-
10
-
11
-
12
-
13
-
14
- ## [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)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * MuxAudioReact mem leak ([e707c8c](https://github.com/muxinc/elements/commit/e707c8ce4589e15b51343f24d700b952ffc38988))
20
-
21
-
22
-
23
-
24
-
25
- ## [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)
26
-
27
- **Note:** Version bump only for package @mux/mux-audio-react
28
-
29
-
30
-
31
-
32
-
33
- ## [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)
34
-
35
-
36
- ### Bug Fixes
37
-
38
- * add async effect for loading media ([#492](https://github.com/muxinc/elements/issues/492)) ([d2b250a](https://github.com/muxinc/elements/commit/d2b250a2d86e4e6a4c17fc34196e6468c4fedf1f))
39
-
40
-
41
-
42
-
43
-
44
- # [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)
45
-
46
-
47
- ### Features
48
-
49
- * **mux-audio-react:** Add disable cookies prop. ([a025fe7](https://github.com/muxinc/elements/commit/a025fe7b93ddb83cd378ebe444ffc94ce5d76758))
50
-
51
-
52
-
53
-
54
-
55
- # [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)
56
-
57
- ### Bug Fixes
58
-
59
- - preload playback core change ([15313ea](https://github.com/muxinc/elements/commit/15313eaad81f748b5853a0fdaabfe141963f885e))
60
-
61
- ### Features
62
-
63
- - add `prefer-playback` attribute ([#402](https://github.com/muxinc/elements/issues/402)) ([8da36d6](https://github.com/muxinc/elements/commit/8da36d6b597ddbc4ae006873fee13a971b7ec2f3))
64
-
65
- ## [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)
66
-
67
- **Note:** Version bump only for package @mux/mux-audio-react
68
-
69
- ## [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)
70
-
71
- **Note:** Version bump only for package @mux/mux-audio-react
72
-
73
- ## [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)
74
-
75
- **Note:** Version bump only for package @mux/mux-audio-react
76
-
77
- # 0.4.0 (2022-07-05)
78
-
79
- ### Bug Fixes
80
-
81
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
82
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
83
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
84
- - update react peerDependencies to allow ^18 ([1cfb019](https://github.com/muxinc/elements/commit/1cfb019b71cf9aa280abccaf4a7818d585b56d86))
85
-
86
- ### Features
87
-
88
- - add beaconCollectionDomain option to replace beaconDomain ([a44b699](https://github.com/muxinc/elements/commit/a44b699ae3138590b9d953f693f95971694658df))
89
- - Extended autoplay options ([#116](https://github.com/muxinc/elements/issues/116)) ([475e838](https://github.com/muxinc/elements/commit/475e83884f641c578fa601c9501147d485fc1831))
90
-
91
- ## [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)
92
-
93
- **Note:** Version bump only for package @mux-elements/mux-audio-react
94
-
95
- ## [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)
96
-
97
- **Note:** Version bump only for package @mux-elements/mux-audio-react
98
-
99
- ## [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)
100
-
101
- **Note:** Version bump only for package @mux-elements/mux-audio-react
102
-
103
- ## [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)
104
-
105
- **Note:** Version bump only for package @mux-elements/mux-audio-react
106
-
107
- ## [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)
108
-
109
- ### Bug Fixes
110
-
111
- - switch cjs extension to .cjs.js ([30e83c3](https://github.com/muxinc/elements/commit/30e83c3ce0bd9bfda4817c30ffe0921e425619e4))
112
-
113
- ## [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)
114
-
115
- **Note:** Version bump only for package @mux-elements/mux-audio-react
116
-
117
- ## [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)
118
-
119
- **Note:** Version bump only for package @mux-elements/mux-audio-react
120
-
121
- ## [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)
122
-
123
- **Note:** Version bump only for package @mux-elements/mux-audio-react
124
-
125
- ## [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)
126
-
127
- **Note:** Version bump only for package @mux-elements/mux-audio-react
128
-
129
- ## [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)
130
-
131
- **Note:** Version bump only for package @mux-elements/mux-audio-react
132
-
133
- ## [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)
134
-
135
- **Note:** Version bump only for package @mux-elements/mux-audio-react
136
-
137
- # [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)
138
-
139
- ### Bug Fixes
140
-
141
- - **mux-audio-react:** use generateInitTime() instead of Date.now. ([d60f98c](https://github.com/muxinc/elements/commit/d60f98c3f9d626c2a0cb656ccafbb21b4802ca13))
142
- - prettier format all elements files ([741d607](https://github.com/muxinc/elements/commit/741d607521ca9578cfad9f0a9216a6565b4c56a1))
143
-
144
- ### Features
145
-
146
- - 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": 67
45
- }
46
- },
47
- "bytes": 2197
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": 67
47
- }
48
- },
49
- "bytes": 1428
50
- }
51
- }
52
- }