@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/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { f as distEs6 } from "./index-7bac69ff.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-7bac69ff.js";
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,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-7bac69ff.js";
1
+ import { B as BaseDecoder } from "./index-0d084e33.js";
2
2
  import "react";
3
3
  const dctZigZag = new Int32Array([
4
4
  0,
@@ -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-7bac69ff.js";
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) {
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-7bac69ff.js";
1
+ import { B as BaseDecoder } from "./index-0d084e33.js";
2
2
  import "react";
3
3
  const MIN_BITS = 9;
4
4
  const CLEAR_CODE = 256;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-7bac69ff.js";
1
+ import { B as BaseDecoder } from "./index-0d084e33.js";
2
2
  import "react";
3
3
  class PackbitsDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-7bac69ff.js";
1
+ import { B as BaseDecoder } from "./index-0d084e33.js";
2
2
  import "react";
3
3
  class RawDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-7bac69ff.js";
1
+ import { B as BaseDecoder } from "./index-0d084e33.js";
2
2
  import "react";
3
3
  class WebImageDecoder extends BaseDecoder {
4
4
  constructor() {
package/dist-tsc/viv.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export { TiffPixelSource, ZarrPixelSource, loadOmeTiff, loadOmeZarr, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions, DTYPE_VALUES } from "@hms-dbmi/viv";
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, loadOmeZarr, XRLayer, getChannelStats, RENDERING_MODES, MAX_CHANNELS, getDefaultInitialViewState, ScaleBarLayer, MultiscaleImageLayer, AdditiveColormapExtension, ColorPaletteExtension, ImageLayer, VolumeLayer, AdditiveColormap3DExtensions, ColorPalette3DExtensions,
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.2.2",
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": "~8.8.6",
20
- "@deck.gl/core": "~8.8.6",
21
- "@deck.gl/extensions": "~8.8.6",
22
- "@deck.gl/geo-layers": "~8.8.6",
23
- "@deck.gl/layers": "~8.8.6",
24
- "@deck.gl/mesh-layers": "~8.8.6",
25
- "@deck.gl/react": "~8.8.6",
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": "~8.5.16",
32
- "@luma.gl/core": "~8.5.16",
33
- "@luma.gl/engine": "~8.5.16",
34
- "@luma.gl/experimental": "~8.5.16",
35
- "@luma.gl/gltools": "~8.5.16",
36
- "@luma.gl/shadertools": "~8.5.16",
37
- "@luma.gl/webgl": "~8.5.16",
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
- "deck.gl": "~8.8.6",
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
- "d3-array": "^2.4.0",
55
- "@vitessce/utils": "3.2.2"
55
+ "@vitessce/utils": "3.3.1"
56
56
  },
57
57
  "devDependencies": {
58
58
  "glsl-colormap": "^1.0.1"
package/src/viv.js CHANGED
@@ -2,7 +2,6 @@ export {
2
2
  TiffPixelSource,
3
3
  ZarrPixelSource,
4
4
  loadOmeTiff,
5
- loadOmeZarr,
6
5
  XRLayer,
7
6
  getChannelStats,
8
7
  RENDERING_MODES,