@twick/timeline 0.14.18 → 0.15.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/README.md +2 -0
- package/dist/{index-CXhwwSX--32kJEN73.cjs → index-CXhwwSX--32kJEN73.js} +1 -1
- package/dist/{index-CXhwwSX--32kJEN73.cjs.map → index-CXhwwSX--32kJEN73.js.map} +1 -1
- package/dist/{index-CXhwwSX--DHE9Xex3.js → index-CXhwwSX--SW4K-mAQ.mjs} +3 -3
- package/dist/index-CXhwwSX--SW4K-mAQ.mjs.map +1 -0
- package/dist/index.js +2719 -2532
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2719 -2532
- package/dist/index.mjs.map +1 -1
- package/dist/src/core/track/track.d.ts.map +1 -1
- package/dist/src/core/visitor/element-deserializer.d.ts.map +1 -1
- package/package.json +15 -5
- package/dist/index-CXhwwSX--DHE9Xex3.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
function _mergeNamespaces(n, m) {
|
|
1
|
+
function _mergeNamespaces$1(n, m) {
|
|
2
2
|
for (var i = 0; i < m.length; i++) {
|
|
3
3
|
const e = m[i];
|
|
4
4
|
if (typeof e !== "string" && !Array.isArray(e)) {
|
|
@@ -14951,11 +14951,11 @@ WavHeader.readHeader = function(dataView) {
|
|
|
14951
14951
|
};
|
|
14952
14952
|
js.Mp3Encoder = Mp3Encoder;
|
|
14953
14953
|
js.WavHeader = WavHeader;
|
|
14954
|
-
const index = /* @__PURE__ */ _mergeNamespaces({
|
|
14954
|
+
const index = /* @__PURE__ */ _mergeNamespaces$1({
|
|
14955
14955
|
__proto__: null,
|
|
14956
14956
|
default: js
|
|
14957
14957
|
}, [js]);
|
|
14958
14958
|
export {
|
|
14959
14959
|
index as i
|
|
14960
14960
|
};
|
|
14961
|
-
//# sourceMappingURL=index-CXhwwSX--
|
|
14961
|
+
//# sourceMappingURL=index-CXhwwSX--SW4K-mAQ.mjs.map
|