@vitessce/gl 3.2.2 → 3.3.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-2292d6bb.js → deflate-73d5335b.js} +1 -1
- package/dist/{index-7bac69ff.js → index-0d084e33.js} +469 -2771
- package/dist/index.js +2 -2
- package/dist/{jpeg-d84c376b.js → jpeg-201a0839.js} +1 -1
- package/dist/{lerc-abfff89b.js → lerc-4c2149fc.js} +1 -1
- package/dist/{lzw-e748554e.js → lzw-04637fdd.js} +1 -1
- package/dist/{packbits-17d3eaf3.js → packbits-c3fd53d2.js} +1 -1
- package/dist/{raw-7701dc0d.js → raw-c78b844f.js} +1 -1
- package/dist/{webimage-6b6fefe4.js → webimage-2dd56bbe.js} +1 -1
- package/dist-tsc/viv.d.ts +1 -1
- package/dist-tsc/viv.js +1 -1
- package/package.json +18 -18
- package/src/viv.js +0 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as distEs6 } from "./index-
|
|
2
|
-
import { o, n, A, r, q, p, i, j, C, l, D, G, e, H, c, M, k, m, d, P, S, h, T, t, b, s, v } from "./index-
|
|
1
|
+
import { f as distEs6 } from "./index-0d084e33.js";
|
|
2
|
+
import { o, n, A, r, q, p, i, j, C, l, D, G, e, H, c, M, k, m, d, P, S, h, T, t, b, s, v } from "./index-0d084e33.js";
|
|
3
3
|
import "react";
|
|
4
4
|
const SELECTION_TYPE = distEs6.SELECTION_TYPE;
|
|
5
5
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-0d084e33.js";
|
|
3
3
|
import "react";
|
|
4
4
|
var LercDecode = { exports: {} };
|
|
5
5
|
(function(module) {
|
package/dist-tsc/viv.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff,
|
|
1
|
+
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions, DTYPE_VALUES } from "@hms-dbmi/viv";
|
|
2
2
|
//# sourceMappingURL=viv.d.ts.map
|
package/dist-tsc/viv.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff,
|
|
1
|
+
export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions,
|
|
2
2
|
// TODO: deprecated
|
|
3
3
|
DTYPE_VALUES, } from '@hms-dbmi/viv';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/gl",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
"dist-tsc"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@deck.gl/aggregation-layers": "
|
|
20
|
-
"@deck.gl/core": "
|
|
21
|
-
"@deck.gl/extensions": "
|
|
22
|
-
"@deck.gl/geo-layers": "
|
|
23
|
-
"@deck.gl/layers": "
|
|
24
|
-
"@deck.gl/mesh-layers": "
|
|
25
|
-
"@deck.gl/react": "
|
|
19
|
+
"@deck.gl/aggregation-layers": "8.8.27",
|
|
20
|
+
"@deck.gl/core": "8.8.27",
|
|
21
|
+
"@deck.gl/extensions": "8.8.27",
|
|
22
|
+
"@deck.gl/geo-layers": "8.8.27",
|
|
23
|
+
"@deck.gl/layers": "8.8.27",
|
|
24
|
+
"@deck.gl/mesh-layers": "8.8.27",
|
|
25
|
+
"@deck.gl/react": "8.8.27",
|
|
26
26
|
"@hms-dbmi/viv": "~0.13.8",
|
|
27
27
|
"@loaders.gl/3d-tiles": "^3.0.0",
|
|
28
28
|
"@loaders.gl/core": "^3.0.0",
|
|
29
29
|
"@loaders.gl/images": "^3.0.0",
|
|
30
30
|
"@loaders.gl/loader-utils": "^3.0.0",
|
|
31
|
-
"@luma.gl/constants": "
|
|
32
|
-
"@luma.gl/core": "
|
|
33
|
-
"@luma.gl/engine": "
|
|
34
|
-
"@luma.gl/experimental": "
|
|
35
|
-
"@luma.gl/gltools": "
|
|
36
|
-
"@luma.gl/shadertools": "
|
|
37
|
-
"@luma.gl/webgl": "
|
|
31
|
+
"@luma.gl/constants": "8.5.21",
|
|
32
|
+
"@luma.gl/core": "8.5.21",
|
|
33
|
+
"@luma.gl/engine": "8.5.21",
|
|
34
|
+
"@luma.gl/experimental": "8.5.21",
|
|
35
|
+
"@luma.gl/gltools": "8.5.21",
|
|
36
|
+
"@luma.gl/shadertools": "8.5.21",
|
|
37
|
+
"@luma.gl/webgl": "8.5.21",
|
|
38
38
|
"@math.gl/core": "^3.5.6",
|
|
39
39
|
"@nebula.gl/edit-modes": "0.23.8",
|
|
40
40
|
"@nebula.gl/layers": "0.23.8",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@turf/boolean-within": "^6.5.0",
|
|
46
46
|
"@turf/centroid": "^6.5.0",
|
|
47
47
|
"@turf/helpers": "^6.5.0",
|
|
48
|
-
"
|
|
48
|
+
"d3-array": "^2.4.0",
|
|
49
|
+
"deck.gl": "8.8.27",
|
|
49
50
|
"glslify": "^7.0.0",
|
|
50
51
|
"lodash-es": "^4.17.21",
|
|
51
52
|
"math.gl": "^3.5.6",
|
|
52
53
|
"mathjs": "^9.2.0",
|
|
53
54
|
"nebula.gl": "0.23.8",
|
|
54
|
-
"
|
|
55
|
-
"@vitessce/utils": "3.2.2"
|
|
55
|
+
"@vitessce/utils": "3.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"glsl-colormap": "^1.0.1"
|