@beyondwords/player 0.1.37 → 0.1.38
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/es.js +3 -3
- package/dist/es.js.map +1 -1
- package/dist/umd.js +3 -3
- package/dist/umd.js.map +1 -1
- package/package.json +1 -1
package/dist/es.js
CHANGED
|
@@ -45,7 +45,7 @@ var Si = (t, e, i) => new Promise((n, o) => {
|
|
|
45
45
|
}, a = (r) => r.done ? n(r.value) : Promise.resolve(r.value).then(s, l);
|
|
46
46
|
a((i = i.apply(t, e)).next());
|
|
47
47
|
});
|
|
48
|
-
/*! version:"0.1.
|
|
48
|
+
/*! version:"0.1.38" */
|
|
49
49
|
function ee() {
|
|
50
50
|
}
|
|
51
51
|
const vu = (t) => t;
|
|
@@ -593,7 +593,7 @@ class we {
|
|
|
593
593
|
}
|
|
594
594
|
const xu = "4";
|
|
595
595
|
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(xu);
|
|
596
|
-
const Fu = "@beyondwords/player", Yo = "0.1.
|
|
596
|
+
const Fu = "@beyondwords/player", Yo = "0.1.38", ci = (t, e) => {
|
|
597
597
|
t = [t].flat().join(`
|
|
598
598
|
`);
|
|
599
599
|
let i = `${Fu}:
|
|
@@ -19454,7 +19454,7 @@ class $2 {
|
|
|
19454
19454
|
return N(this, yn, zn).call(this, `by_source_id/${e}`);
|
|
19455
19455
|
}
|
|
19456
19456
|
bySourceUrl(e) {
|
|
19457
|
-
return N(this, yn, zn).call(this, `by_source_url/${e}`);
|
|
19457
|
+
return N(this, yn, zn).call(this, `by_source_url/${encodeURIComponent(e)}`);
|
|
19458
19458
|
}
|
|
19459
19459
|
byIdentifiers(e) {
|
|
19460
19460
|
return N(this, yn, zn).call(this, `by_identifiers/${encodeURIComponent(JSON.stringify(e))}`);
|