@genome-spy/core 0.58.0 → 0.58.1
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/dist/bundle/index.es.js
CHANGED
|
@@ -15110,7 +15110,7 @@ class Eg extends Is {
|
|
|
15110
15110
|
throw new Error("No URL provided for TabixSource");
|
|
15111
15111
|
this.setupDebouncing(this.params), this.initializedPromise = new Promise((s) => {
|
|
15112
15112
|
Promise.all([
|
|
15113
|
-
import("./index-
|
|
15113
|
+
import("./index-DKe9Bhvi.js"),
|
|
15114
15114
|
import("./index-Ww3TAo6_.js")
|
|
15115
15115
|
]).then(async ([{ TabixIndexedFile: o }, { RemoteFile: a }]) => {
|
|
15116
15116
|
const c = (f) => new a(Fs(f, this.view.getBaseUrl()));
|
|
@@ -16665,7 +16665,7 @@ async function d8(t, e, n) {
|
|
|
16665
16665
|
);
|
|
16666
16666
|
if (l.length !== 0)
|
|
16667
16667
|
return l.map(
|
|
16668
|
-
([h, d]) => typeof d == "object" && !Array.isArray(d) ? _`${i(
|
|
16668
|
+
([h, d]) => d !== null && typeof d == "object" && !Array.isArray(d) ? _`${i(
|
|
16669
16669
|
Object.entries(d),
|
|
16670
16670
|
(f || "") + h + "."
|
|
16671
16671
|
)}` : _`
|