@vitessce/statistical-plots 3.8.0 → 3.8.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/{deflate-BE3DOVpx.js → deflate-BEruwJU_.js} +1 -1
- package/dist/{index-CBlESl44.js → index-BEgI_QPP.js} +8 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-BHVtMh8a.js → jpeg-ZGTk7z6X.js} +1 -1
- package/dist/{lerc-CCK2xeTV.js → lerc-zzmjwevs.js} +1 -1
- package/dist/{lzw-C3n2EPuo.js → lzw-ChUb2WNK.js} +1 -1
- package/dist/{packbits-Byi5S9of.js → packbits-B755HLhb.js} +1 -1
- package/dist/{raw-BRhDP5pl.js → raw-Dp6t_sTT.js} +1 -1
- package/dist/{webimage-Bss6PdfZ.js → webimage-DacPYufv.js} +1 -1
- package/package.json +8 -8
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
2
|
-
import { B as BaseDecoder } from "./index-
|
2
|
+
import { B as BaseDecoder } from "./index-BEgI_QPP.js";
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
4
4
|
decodeBlock(buffer) {
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
@@ -32,7 +32,7 @@ const ViewType$1 = {
|
|
32
32
|
SCATTERPLOT: "scatterplot",
|
33
33
|
SPATIAL: "spatial",
|
34
34
|
SPATIAL_BETA: "spatialBeta",
|
35
|
-
SPATIAL_ACCELERATED:
|
35
|
+
// SPATIAL_ACCELERATED: 'spatialAccelerated',
|
36
36
|
HEATMAP: "heatmap",
|
37
37
|
LAYER_CONTROLLER: "layerController",
|
38
38
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
@@ -178742,22 +178742,22 @@ function addDecoder(cases2, importFn) {
|
|
178742
178742
|
}
|
178743
178743
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
178744
178744
|
}
|
178745
|
-
addDecoder([void 0, 1], () => import("./raw-
|
178746
|
-
addDecoder(5, () => import("./lzw-
|
178745
|
+
addDecoder([void 0, 1], () => import("./raw-Dp6t_sTT.js").then((m2) => m2.default));
|
178746
|
+
addDecoder(5, () => import("./lzw-ChUb2WNK.js").then((m2) => m2.default));
|
178747
178747
|
addDecoder(6, () => {
|
178748
178748
|
throw new Error("old style JPEG compression is not supported.");
|
178749
178749
|
});
|
178750
|
-
addDecoder(7, () => import("./jpeg-
|
178751
|
-
addDecoder([8, 32946], () => import("./deflate-
|
178752
|
-
addDecoder(32773, () => import("./packbits-
|
178750
|
+
addDecoder(7, () => import("./jpeg-ZGTk7z6X.js").then((m2) => m2.default));
|
178751
|
+
addDecoder([8, 32946], () => import("./deflate-BEruwJU_.js").then((m2) => m2.default));
|
178752
|
+
addDecoder(32773, () => import("./packbits-B755HLhb.js").then((m2) => m2.default));
|
178753
178753
|
addDecoder(
|
178754
178754
|
34887,
|
178755
|
-
() => import("./lerc-
|
178755
|
+
() => import("./lerc-zzmjwevs.js").then(async (m2) => {
|
178756
178756
|
await m2.zstd.init();
|
178757
178757
|
return m2;
|
178758
178758
|
}).then((m2) => m2.default)
|
178759
178759
|
);
|
178760
|
-
addDecoder(50001, () => import("./webimage-
|
178760
|
+
addDecoder(50001, () => import("./webimage-DacPYufv.js").then((m2) => m2.default));
|
178761
178761
|
function decodeRowAcc(row, stride) {
|
178762
178762
|
let length2 = row.length - stride;
|
178763
178763
|
let offset2 = 0;
|
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-BEgI_QPP.js";
|
3
3
|
const LercParameters = {
|
4
4
|
AddCompression: 1
|
5
5
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/statistical-plots",
|
3
|
-
"version": "3.8.
|
3
|
+
"version": "3.8.1",
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -28,13 +28,13 @@
|
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/styles": "3.8.
|
32
|
-
"@vitessce/constants-internal": "3.8.
|
33
|
-
"@vitessce/sets-utils": "3.8.
|
34
|
-
"@vitessce/utils": "3.8.
|
35
|
-
"@vitessce/vega": "3.8.
|
36
|
-
"@vitessce/vit-s": "3.8.
|
37
|
-
"@vitessce/gl": "3.8.
|
31
|
+
"@vitessce/styles": "3.8.1",
|
32
|
+
"@vitessce/constants-internal": "3.8.1",
|
33
|
+
"@vitessce/sets-utils": "3.8.1",
|
34
|
+
"@vitessce/utils": "3.8.1",
|
35
|
+
"@vitessce/vega": "3.8.1",
|
36
|
+
"@vitessce/vit-s": "3.8.1",
|
37
|
+
"@vitessce/gl": "3.8.1"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"react": "18.3.1",
|