@vitessce/all 3.5.12 → 3.6.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/{blosc-537fd004.js → blosc-B8fjEpk7.js} +2 -5
- package/dist/{browser-122c4c35.js → browser-CwsEWr7C.js} +4 -6
- package/dist/deflate-CJhWCBiZ.js +10 -0
- package/dist/{gzip-6a24f0fe.js → gzip-BcpOCWcu.js} +2 -5
- package/dist/{higlass-a114d38b.js → higlass-CSu9Ti0B.js} +1492 -1960
- package/dist/{index-9c4bd1c8.js → index-B9D28eUc.js} +6808 -6871
- package/dist/{index-fd7c132d.js → index-Bo_wc6rR.js} +14018 -14281
- package/dist/{index-c7da990c.js → index-CCplcSNt.js} +226623 -198186
- package/dist/index.js +8 -10
- package/dist/{jpeg-32441425.js → jpeg-DC5n1NNM.js} +20 -4
- package/dist/lerc-Cvg7Pl9S.js +2057 -0
- package/dist/{lz4-bbd18009.js → lz4-C9lm_i9S.js} +2 -5
- package/dist/{lzw-615797a2.js → lzw-VhxZ7GCo.js} +1 -4
- package/dist/{packbits-b9451794.js → packbits-CSVuh-cH.js} +1 -4
- package/dist/{pako.esm-68f84e2a.js → pako.esm-SxljTded.js} +33 -1839
- package/dist/{raw-1af0a143.js → raw-CFcwsnDK.js} +1 -4
- package/dist/{troika-three-text.esm-c7a0339e.js → troika-three-text.esm-D6UL2roF.js} +278 -519
- package/dist/{webimage-40ad658c.js → webimage-DfIQOYrX.js} +1 -4
- package/dist/{zlib-175cd38d.js → zlib-ZTk3sZPP.js} +2 -5
- package/dist/{zstd-561fda0e.js → zstd-y75FARxZ.js} +2 -5
- package/package.json +33 -33
- package/dist/deflate-327fa967.js +0 -13
- package/dist/lerc-84a2944c.js +0 -2006
- /package/dist/{chunk-INHXZS53-bee20a28.js → chunk-INHXZS53-DHVJiuU3.js} +0 -0
@@ -1,11 +1,8 @@
|
|
1
1
|
var __defProp = Object.defineProperty;
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
3
|
-
var __publicField = (obj, key, value) =>
|
4
|
-
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
5
|
-
return value;
|
6
|
-
};
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
7
4
|
var _a;
|
8
|
-
import { _ as __toBinary } from "./chunk-INHXZS53-
|
5
|
+
import { _ as __toBinary } from "./chunk-INHXZS53-DHVJiuU3.js";
|
9
6
|
var lz4_codec = (() => {
|
10
7
|
typeof document !== "undefined" && document.currentScript ? document.currentScript.src : void 0;
|
11
8
|
return function(moduleArg = {}) {
|
@@ -1,7 +1,4 @@
|
|
1
|
-
import { aP as BaseDecoder } from "./index-
|
2
|
-
import "react";
|
3
|
-
import "@vitessce/vit-s";
|
4
|
-
import "react-dom";
|
1
|
+
import { aP as BaseDecoder } from "./index-CCplcSNt.js";
|
5
2
|
class PackbitsDecoder extends BaseDecoder {
|
6
3
|
decodeBlock(buffer) {
|
7
4
|
const dataView = new DataView(buffer);
|