@miris-inc/core 0.0.7-8f8cce1 → 0.0.7-900fcf3
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/core.mjs +3 -1
- package/package.json +1 -1
package/core.mjs
CHANGED
|
@@ -6919,7 +6919,7 @@ class IA {
|
|
|
6919
6919
|
);
|
|
6920
6920
|
}
|
|
6921
6921
|
static #Q() {
|
|
6922
|
-
return { AQUA_SERVER_BASE_URL: "https://
|
|
6922
|
+
return { AQUA_SERVER_BASE_URL: "https://app.miris.com/viewer/v1" };
|
|
6923
6923
|
}
|
|
6924
6924
|
}
|
|
6925
6925
|
const iD = [30, 60, 72, 90, 120, 144, 165, 240];
|
|
@@ -7458,6 +7458,8 @@ class rA extends EventTarget {
|
|
|
7458
7458
|
this.#E.delete(B), this.#Q.delete(B.id), TA.forId(B.id) && B.end();
|
|
7459
7459
|
}
|
|
7460
7460
|
close() {
|
|
7461
|
+
for (const B of this.streams)
|
|
7462
|
+
B.end();
|
|
7461
7463
|
rA.#C.delete(this.id), rA.#B.delete(this.key), this.miris.scenes.has(this) && this.miris.delete(this);
|
|
7462
7464
|
}
|
|
7463
7465
|
}
|
package/package.json
CHANGED