@vitessce/scatterplot 3.4.9 → 3.4.11
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-aef135d7.js → deflate-a9048cdd.js} +1 -1
- package/dist/{index-6d3a4538.js → index-eee2d28f.js} +18 -26
- package/dist/index.js +1 -1
- package/dist/{jpeg-abd2cf50.js → jpeg-7c226d63.js} +1 -1
- package/dist/{lerc-578540f5.js → lerc-0384b6ad.js} +1 -1
- package/dist/{lzw-edb4ee5c.js → lzw-d2cff9a8.js} +1 -1
- package/dist/{packbits-0d27f844.js → packbits-43302cb2.js} +1 -1
- package/dist/{raw-0e091ae7.js → raw-3ece8be3.js} +1 -1
- package/dist/{webimage-a655586a.js → webimage-4065dcff.js} +1 -1
- package/package.json +7 -7
|
@@ -74206,24 +74206,16 @@ var getIntrinsic = function GetIntrinsic(name2, allowMissing) {
|
|
|
74206
74206
|
return value;
|
|
74207
74207
|
};
|
|
74208
74208
|
var callBind$3 = { exports: {} };
|
|
74209
|
-
var
|
|
74210
|
-
var
|
|
74211
|
-
|
|
74212
|
-
|
|
74213
|
-
|
|
74214
|
-
|
|
74215
|
-
|
|
74216
|
-
var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
|
|
74217
|
-
if ($defineProperty2) {
|
|
74218
|
-
try {
|
|
74219
|
-
$defineProperty2({}, "a", { value: 1 });
|
|
74220
|
-
} catch (e2) {
|
|
74221
|
-
$defineProperty2 = false;
|
|
74222
|
-
}
|
|
74209
|
+
var GetIntrinsic$4 = getIntrinsic;
|
|
74210
|
+
var $defineProperty$3 = GetIntrinsic$4("%Object.defineProperty%", true) || false;
|
|
74211
|
+
if ($defineProperty$3) {
|
|
74212
|
+
try {
|
|
74213
|
+
$defineProperty$3({}, "a", { value: 1 });
|
|
74214
|
+
} catch (e2) {
|
|
74215
|
+
$defineProperty$3 = false;
|
|
74223
74216
|
}
|
|
74224
|
-
esDefineProperty = $defineProperty2;
|
|
74225
|
-
return esDefineProperty;
|
|
74226
74217
|
}
|
|
74218
|
+
var esDefineProperty = $defineProperty$3;
|
|
74227
74219
|
var GetIntrinsic$3 = getIntrinsic;
|
|
74228
74220
|
var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
|
|
74229
74221
|
if ($gOPD$1) {
|
|
@@ -74234,7 +74226,7 @@ if ($gOPD$1) {
|
|
|
74234
74226
|
}
|
|
74235
74227
|
}
|
|
74236
74228
|
var gopd$1 = $gOPD$1;
|
|
74237
|
-
var $defineProperty$2 =
|
|
74229
|
+
var $defineProperty$2 = esDefineProperty;
|
|
74238
74230
|
var $SyntaxError = syntax;
|
|
74239
74231
|
var $TypeError$3 = type;
|
|
74240
74232
|
var gopd = gopd$1;
|
|
@@ -74275,7 +74267,7 @@ var defineDataProperty$1 = function defineDataProperty(obj, property, value) {
|
|
|
74275
74267
|
throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
74276
74268
|
}
|
|
74277
74269
|
};
|
|
74278
|
-
var $defineProperty$1 =
|
|
74270
|
+
var $defineProperty$1 = esDefineProperty;
|
|
74279
74271
|
var hasPropertyDescriptors$1 = function hasPropertyDescriptors() {
|
|
74280
74272
|
return !!$defineProperty$1;
|
|
74281
74273
|
};
|
|
@@ -74344,7 +74336,7 @@ var setFunctionLength = function setFunctionLength2(fn, length2) {
|
|
|
74344
74336
|
var $apply = GetIntrinsic3("%Function.prototype.apply%");
|
|
74345
74337
|
var $call = GetIntrinsic3("%Function.prototype.call%");
|
|
74346
74338
|
var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind4.call($call, $apply);
|
|
74347
|
-
var $defineProperty2 =
|
|
74339
|
+
var $defineProperty2 = esDefineProperty;
|
|
74348
74340
|
var $max = GetIntrinsic3("%Math.max%");
|
|
74349
74341
|
module2.exports = function callBind2(originalFunction) {
|
|
74350
74342
|
if (typeof originalFunction !== "function") {
|
|
@@ -108030,16 +108022,16 @@ function addDecoder(cases, importFn) {
|
|
|
108030
108022
|
}
|
|
108031
108023
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
108032
108024
|
}
|
|
108033
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
108034
|
-
addDecoder(5, () => import("./lzw-
|
|
108025
|
+
addDecoder([void 0, 1], () => import("./raw-3ece8be3.js").then((m2) => m2.default));
|
|
108026
|
+
addDecoder(5, () => import("./lzw-d2cff9a8.js").then((m2) => m2.default));
|
|
108035
108027
|
addDecoder(6, () => {
|
|
108036
108028
|
throw new Error("old style JPEG compression is not supported.");
|
|
108037
108029
|
});
|
|
108038
|
-
addDecoder(7, () => import("./jpeg-
|
|
108039
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
108040
|
-
addDecoder(32773, () => import("./packbits-
|
|
108041
|
-
addDecoder(34887, () => import("./lerc-
|
|
108042
|
-
addDecoder(50001, () => import("./webimage-
|
|
108030
|
+
addDecoder(7, () => import("./jpeg-7c226d63.js").then((m2) => m2.default));
|
|
108031
|
+
addDecoder([8, 32946], () => import("./deflate-a9048cdd.js").then((m2) => m2.default));
|
|
108032
|
+
addDecoder(32773, () => import("./packbits-43302cb2.js").then((m2) => m2.default));
|
|
108033
|
+
addDecoder(34887, () => import("./lerc-0384b6ad.js").then((m2) => m2.default));
|
|
108034
|
+
addDecoder(50001, () => import("./webimage-4065dcff.js").then((m2) => m2.default));
|
|
108043
108035
|
function decodeRowAcc(row, stride) {
|
|
108044
108036
|
let length2 = row.length - stride;
|
|
108045
108037
|
let offset5 = 0;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-eee2d28f.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.11",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"d3-quadtree": "^1.0.7",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
25
|
"react-aria": "^3.28.0",
|
|
26
|
-
"@vitessce/constants-internal": "3.4.
|
|
27
|
-
"@vitessce/gl": "3.4.
|
|
28
|
-
"@vitessce/icons": "3.4.
|
|
29
|
-
"@vitessce/tooltip": "3.4.
|
|
30
|
-
"@vitessce/utils": "3.4.
|
|
31
|
-
"@vitessce/vit-s": "3.4.
|
|
26
|
+
"@vitessce/constants-internal": "3.4.11",
|
|
27
|
+
"@vitessce/gl": "3.4.11",
|
|
28
|
+
"@vitessce/icons": "3.4.11",
|
|
29
|
+
"@vitessce/tooltip": "3.4.11",
|
|
30
|
+
"@vitessce/utils": "3.4.11",
|
|
31
|
+
"@vitessce/vit-s": "3.4.11"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@testing-library/jest-dom": "^5.16.4",
|