brainsmatics 1.1.33 → 1.1.34
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/{deflate-0ca64c93.js → deflate-59e0d157.js} +1 -1
- package/dist/{deflate-13ea34af.mjs → deflate-8b4c246f.mjs} +1 -1
- package/dist/{index-0e3698ae.mjs → index-4575e738.mjs} +10 -7
- package/dist/{index-96229e6f.js → index-ea63635f.js} +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-ea043136.mjs → lerc-89e67925.mjs} +1 -1
- package/dist/{lerc-82ae86ef.js → lerc-d8d3b511.js} +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-ea63635f.js"),t=require("./basedecoder-0503cc54.js");require("react");require("react-dom");class d extends t.BaseDecoder{decodeBlock(e){return r.inflate_1(new Uint8Array(e)).buffer}}exports.default=d;
|
|
@@ -126396,9 +126396,10 @@ function VS(t) {
|
|
|
126396
126396
|
if (Array.isArray(n))
|
|
126397
126397
|
for (let r = 0; r < n.length; r++) {
|
|
126398
126398
|
const i = n[r];
|
|
126399
|
-
if (i.taskType.includes("1"))
|
|
126400
|
-
return i.
|
|
126399
|
+
if (i.taskType.includes("1") && i.fbx && i.fbx.includes(t))
|
|
126400
|
+
return i.id;
|
|
126401
126401
|
}
|
|
126402
|
+
return "";
|
|
126402
126403
|
}
|
|
126403
126404
|
} catch (e) {
|
|
126404
126405
|
console.error("Error parsing Rsorue object:", e);
|
|
@@ -131804,11 +131805,11 @@ zb(6, () => {
|
|
|
131804
131805
|
throw new Error("old style JPEG compression is not supported.");
|
|
131805
131806
|
});
|
|
131806
131807
|
zb(7, () => import("./jpeg-335c778f.mjs").then((t) => t.default));
|
|
131807
|
-
zb([8, 32946], () => import("./deflate-
|
|
131808
|
+
zb([8, 32946], () => import("./deflate-8b4c246f.mjs").then((t) => t.default));
|
|
131808
131809
|
zb(32773, () => import("./packbits-8b95f4d7.mjs").then((t) => t.default));
|
|
131809
131810
|
zb(
|
|
131810
131811
|
34887,
|
|
131811
|
-
() => import("./lerc-
|
|
131812
|
+
() => import("./lerc-89e67925.mjs").then(async (t) => (await t.zstd.init(), t)).then((t) => t.default)
|
|
131812
131813
|
);
|
|
131813
131814
|
zb(50001, () => import("./webimage-affb95d1.mjs").then((t) => t.default));
|
|
131814
131815
|
function Kk(t, e, n, r = 1) {
|
|
@@ -176664,12 +176665,14 @@ const b_n = {
|
|
|
176664
176665
|
const ke = localStorage.getItem("Rsorue");
|
|
176665
176666
|
if (ke && ke !== "{}" && ke !== "null" && ke !== "undefined") {
|
|
176666
176667
|
const ze = JSON.parse(ke);
|
|
176667
|
-
if (Array.isArray(ze))
|
|
176668
|
+
if (Array.isArray(ze)) {
|
|
176668
176669
|
for (let at = 0; at < ze.length; at++) {
|
|
176669
176670
|
const At = ze[at];
|
|
176670
|
-
if (At.taskType.includes("1"))
|
|
176671
|
-
return At.
|
|
176671
|
+
if (At.taskType.includes("1") && At.fbx && At.fbx.includes(Se))
|
|
176672
|
+
return At.id;
|
|
176672
176673
|
}
|
|
176674
|
+
return "";
|
|
176675
|
+
}
|
|
176673
176676
|
}
|
|
176674
176677
|
} catch (ke) {
|
|
176675
176678
|
console.error("Error parsing Rsorue object:", ke);
|