brainsmatics 1.1.79 → 1.1.80
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-e1a71987.mjs → deflate-0d1418c9.mjs} +1 -1
- package/dist/{deflate-60fec9f3.js → deflate-82b14489.js} +1 -1
- package/dist/{index-96cc28b0.mjs → index-9c04856f.mjs} +4 -3
- package/dist/{index-86f7d521.js → index-f2b2c4d0.js} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{lerc-edcec007.mjs → lerc-0ed75e7f.mjs} +1 -1
- package/dist/{lerc-ee296c33.js → lerc-e9d617c0.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-f2b2c4d0.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;
|
|
@@ -135423,11 +135423,11 @@ Tb(6, () => {
|
|
|
135423
135423
|
throw new Error("old style JPEG compression is not supported.");
|
|
135424
135424
|
});
|
|
135425
135425
|
Tb(7, () => import("./jpeg-335c778f.mjs").then((t) => t.default));
|
|
135426
|
-
Tb([8, 32946], () => import("./deflate-
|
|
135426
|
+
Tb([8, 32946], () => import("./deflate-0d1418c9.mjs").then((t) => t.default));
|
|
135427
135427
|
Tb(32773, () => import("./packbits-8b95f4d7.mjs").then((t) => t.default));
|
|
135428
135428
|
Tb(
|
|
135429
135429
|
34887,
|
|
135430
|
-
() => import("./lerc-
|
|
135430
|
+
() => import("./lerc-0ed75e7f.mjs").then(async (t) => (await t.zstd.init(), t)).then((t) => t.default)
|
|
135431
135431
|
);
|
|
135432
135432
|
Tb(50001, () => import("./webimage-affb95d1.mjs").then((t) => t.default));
|
|
135433
135433
|
function dF(t, e, n, r = 1) {
|
|
@@ -155178,7 +155178,8 @@ const pQt = {
|
|
|
155178
155178
|
const Le = {
|
|
155179
155179
|
neurons: xe,
|
|
155180
155180
|
feature_type: xc,
|
|
155181
|
-
n_clusters: oc
|
|
155181
|
+
n_clusters: oc,
|
|
155182
|
+
base_url: `${window.location.origin}/staticresource/data/SWC/swc_foler`
|
|
155182
155183
|
};
|
|
155183
155184
|
xc === "merge" && (Le.weight1 = xu, Le.weight2 = Jc);
|
|
155184
155185
|
const Ne = await fetch("/app-api/swc-chart-api/api/clustering", {
|