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