@vitessce/scatterplot-embedding 3.4.8 → 3.4.9
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-3cea0656.js → deflate-ada680de.js} +1 -1
- package/dist/{index-773a6157.js → index-3bd962eb.js} +18 -26
- package/dist/index.js +1 -1
- package/dist/{jpeg-804eb1f0.js → jpeg-42d9f587.js} +1 -1
- package/dist/{lerc-2b14ee6b.js → lerc-f0d41405.js} +1 -1
- package/dist/{lzw-973ca3f2.js → lzw-1ca0c541.js} +1 -1
- package/dist/{packbits-bfe475e6.js → packbits-c2ced2e6.js} +1 -1
- package/dist/{raw-42ff0533.js → raw-7c97b2da.js} +1 -1
- package/dist/{webimage-8445b416.js → webimage-bc235f64.js} +1 -1
- package/package.json +7 -7
|
@@ -90061,24 +90061,16 @@ var getIntrinsic = function GetIntrinsic(name2, allowMissing) {
|
|
|
90061
90061
|
return value;
|
|
90062
90062
|
};
|
|
90063
90063
|
var callBind$3 = { exports: {} };
|
|
90064
|
-
var
|
|
90065
|
-
var
|
|
90066
|
-
|
|
90067
|
-
|
|
90068
|
-
|
|
90069
|
-
|
|
90070
|
-
|
|
90071
|
-
var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
|
|
90072
|
-
if ($defineProperty2) {
|
|
90073
|
-
try {
|
|
90074
|
-
$defineProperty2({}, "a", { value: 1 });
|
|
90075
|
-
} catch (e3) {
|
|
90076
|
-
$defineProperty2 = false;
|
|
90077
|
-
}
|
|
90064
|
+
var GetIntrinsic$4 = getIntrinsic;
|
|
90065
|
+
var $defineProperty$3 = GetIntrinsic$4("%Object.defineProperty%", true) || false;
|
|
90066
|
+
if ($defineProperty$3) {
|
|
90067
|
+
try {
|
|
90068
|
+
$defineProperty$3({}, "a", { value: 1 });
|
|
90069
|
+
} catch (e3) {
|
|
90070
|
+
$defineProperty$3 = false;
|
|
90078
90071
|
}
|
|
90079
|
-
esDefineProperty = $defineProperty2;
|
|
90080
|
-
return esDefineProperty;
|
|
90081
90072
|
}
|
|
90073
|
+
var esDefineProperty = $defineProperty$3;
|
|
90082
90074
|
var GetIntrinsic$3 = getIntrinsic;
|
|
90083
90075
|
var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
|
|
90084
90076
|
if ($gOPD$1) {
|
|
@@ -90089,7 +90081,7 @@ if ($gOPD$1) {
|
|
|
90089
90081
|
}
|
|
90090
90082
|
}
|
|
90091
90083
|
var gopd$1 = $gOPD$1;
|
|
90092
|
-
var $defineProperty$2 =
|
|
90084
|
+
var $defineProperty$2 = esDefineProperty;
|
|
90093
90085
|
var $SyntaxError = syntax;
|
|
90094
90086
|
var $TypeError$3 = type;
|
|
90095
90087
|
var gopd = gopd$1;
|
|
@@ -90130,7 +90122,7 @@ var defineDataProperty$1 = function defineDataProperty(obj, property, value) {
|
|
|
90130
90122
|
throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
90131
90123
|
}
|
|
90132
90124
|
};
|
|
90133
|
-
var $defineProperty$1 =
|
|
90125
|
+
var $defineProperty$1 = esDefineProperty;
|
|
90134
90126
|
var hasPropertyDescriptors$1 = function hasPropertyDescriptors() {
|
|
90135
90127
|
return !!$defineProperty$1;
|
|
90136
90128
|
};
|
|
@@ -90199,7 +90191,7 @@ var setFunctionLength = function setFunctionLength2(fn, length2) {
|
|
|
90199
90191
|
var $apply = GetIntrinsic3("%Function.prototype.apply%");
|
|
90200
90192
|
var $call = GetIntrinsic3("%Function.prototype.call%");
|
|
90201
90193
|
var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind4.call($call, $apply);
|
|
90202
|
-
var $defineProperty2 =
|
|
90194
|
+
var $defineProperty2 = esDefineProperty;
|
|
90203
90195
|
var $max = GetIntrinsic3("%Math.max%");
|
|
90204
90196
|
module2.exports = function callBind2(originalFunction) {
|
|
90205
90197
|
if (typeof originalFunction !== "function") {
|
|
@@ -123885,16 +123877,16 @@ function addDecoder(cases, importFn) {
|
|
|
123885
123877
|
}
|
|
123886
123878
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
123887
123879
|
}
|
|
123888
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
123889
|
-
addDecoder(5, () => import("./lzw-
|
|
123880
|
+
addDecoder([void 0, 1], () => import("./raw-7c97b2da.js").then((m2) => m2.default));
|
|
123881
|
+
addDecoder(5, () => import("./lzw-1ca0c541.js").then((m2) => m2.default));
|
|
123890
123882
|
addDecoder(6, () => {
|
|
123891
123883
|
throw new Error("old style JPEG compression is not supported.");
|
|
123892
123884
|
});
|
|
123893
|
-
addDecoder(7, () => import("./jpeg-
|
|
123894
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
123895
|
-
addDecoder(32773, () => import("./packbits-
|
|
123896
|
-
addDecoder(34887, () => import("./lerc-
|
|
123897
|
-
addDecoder(50001, () => import("./webimage-
|
|
123885
|
+
addDecoder(7, () => import("./jpeg-42d9f587.js").then((m2) => m2.default));
|
|
123886
|
+
addDecoder([8, 32946], () => import("./deflate-ada680de.js").then((m2) => m2.default));
|
|
123887
|
+
addDecoder(32773, () => import("./packbits-c2ced2e6.js").then((m2) => m2.default));
|
|
123888
|
+
addDecoder(34887, () => import("./lerc-f0d41405.js").then((m2) => m2.default));
|
|
123889
|
+
addDecoder(50001, () => import("./webimage-bc235f64.js").then((m2) => m2.default));
|
|
123898
123890
|
function decodeRowAcc(row, stride) {
|
|
123899
123891
|
let length2 = row.length - stride;
|
|
123900
123892
|
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-3bd962eb.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-embedding",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"d3-array": "^2.4.0",
|
|
21
21
|
"lodash-es": "^4.17.21",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/constants-internal": "3.4.
|
|
24
|
-
"@vitessce/legend": "3.4.
|
|
25
|
-
"@vitessce/scatterplot": "3.4.
|
|
26
|
-
"@vitessce/sets-utils": "3.4.
|
|
27
|
-
"@vitessce/utils": "3.4.
|
|
28
|
-
"@vitessce/vit-s": "3.4.
|
|
23
|
+
"@vitessce/constants-internal": "3.4.9",
|
|
24
|
+
"@vitessce/legend": "3.4.9",
|
|
25
|
+
"@vitessce/scatterplot": "3.4.9",
|
|
26
|
+
"@vitessce/sets-utils": "3.4.9",
|
|
27
|
+
"@vitessce/utils": "3.4.9",
|
|
28
|
+
"@vitessce/vit-s": "3.4.9"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "^18.0.0",
|