@vitessce/heatmap 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-whCl2mvW.js → deflate-kK9y_cu4.js} +1 -1
- package/dist/{index-BelVDYaP.js → index-CeQmf9jo.js} +8 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-CoKnT_Gt.js → jpeg-BPeykQuv.js} +1 -1
- package/dist/{lerc-Cff4czL5.js → lerc-CJb8Jv3O.js} +1 -1
- package/dist/{lzw-BKFpE4Dy.js → lzw-eTfdJhui.js} +1 -1
- package/dist/{packbits-ywafc8Ou.js → packbits-D1hhr44c.js} +1 -1
- package/dist/{raw-CR3NQWRP.js → raw-B_ezzdAX.js} +1 -1
- package/dist/{webimage-BJMsI42A.js → webimage-DU_aX7n6.js} +1 -1
- package/package.json +10 -10
|
@@ -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-CeQmf9jo.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -9488,7 +9488,7 @@ const ViewType$1 = {
|
|
|
9488
9488
|
SCATTERPLOT: "scatterplot",
|
|
9489
9489
|
SPATIAL: "spatial",
|
|
9490
9490
|
SPATIAL_BETA: "spatialBeta",
|
|
9491
|
-
SPATIAL_ACCELERATED:
|
|
9491
|
+
// SPATIAL_ACCELERATED: 'spatialAccelerated',
|
|
9492
9492
|
HEATMAP: "heatmap",
|
|
9493
9493
|
LAYER_CONTROLLER: "layerController",
|
|
9494
9494
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
|
@@ -137809,22 +137809,22 @@ function addDecoder(cases, importFn) {
|
|
|
137809
137809
|
}
|
|
137810
137810
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
137811
137811
|
}
|
|
137812
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
137813
|
-
addDecoder(5, () => import("./lzw-
|
|
137812
|
+
addDecoder([void 0, 1], () => import("./raw-B_ezzdAX.js").then((m) => m.default));
|
|
137813
|
+
addDecoder(5, () => import("./lzw-eTfdJhui.js").then((m) => m.default));
|
|
137814
137814
|
addDecoder(6, () => {
|
|
137815
137815
|
throw new Error("old style JPEG compression is not supported.");
|
|
137816
137816
|
});
|
|
137817
|
-
addDecoder(7, () => import("./jpeg-
|
|
137818
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
137819
|
-
addDecoder(32773, () => import("./packbits-
|
|
137817
|
+
addDecoder(7, () => import("./jpeg-BPeykQuv.js").then((m) => m.default));
|
|
137818
|
+
addDecoder([8, 32946], () => import("./deflate-kK9y_cu4.js").then((m) => m.default));
|
|
137819
|
+
addDecoder(32773, () => import("./packbits-D1hhr44c.js").then((m) => m.default));
|
|
137820
137820
|
addDecoder(
|
|
137821
137821
|
34887,
|
|
137822
|
-
() => import("./lerc-
|
|
137822
|
+
() => import("./lerc-CJb8Jv3O.js").then(async (m) => {
|
|
137823
137823
|
await m.zstd.init();
|
|
137824
137824
|
return m;
|
|
137825
137825
|
}).then((m) => m.default)
|
|
137826
137826
|
);
|
|
137827
|
-
addDecoder(50001, () => import("./webimage-
|
|
137827
|
+
addDecoder(50001, () => import("./webimage-DU_aX7n6.js").then((m) => m.default));
|
|
137828
137828
|
function decodeRowAcc(row, stride) {
|
|
137829
137829
|
let length2 = row.length - stride;
|
|
137830
137830
|
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-CeQmf9jo.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/heatmap",
|
|
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": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"lodash-es": "^4.17.21",
|
|
20
20
|
"uuid": "^9.0.0",
|
|
21
21
|
"react-aria": "^3.28.0",
|
|
22
|
-
"@vitessce/styles": "3.8.
|
|
23
|
-
"@vitessce/constants-internal": "3.8.
|
|
24
|
-
"@vitessce/gl": "3.8.
|
|
25
|
-
"@vitessce/legend": "3.8.
|
|
26
|
-
"@vitessce/sets-utils": "3.8.
|
|
27
|
-
"@vitessce/tooltip": "3.8.
|
|
28
|
-
"@vitessce/utils": "3.8.
|
|
29
|
-
"@vitessce/vit-s": "3.8.
|
|
30
|
-
"@vitessce/workers": "3.8.
|
|
22
|
+
"@vitessce/styles": "3.8.1",
|
|
23
|
+
"@vitessce/constants-internal": "3.8.1",
|
|
24
|
+
"@vitessce/gl": "3.8.1",
|
|
25
|
+
"@vitessce/legend": "3.8.1",
|
|
26
|
+
"@vitessce/sets-utils": "3.8.1",
|
|
27
|
+
"@vitessce/tooltip": "3.8.1",
|
|
28
|
+
"@vitessce/utils": "3.8.1",
|
|
29
|
+
"@vitessce/vit-s": "3.8.1",
|
|
30
|
+
"@vitessce/workers": "3.8.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|