@vitessce/statistical-plots 3.6.3 → 3.6.5

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,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-pAs1WCwy.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index--XCq-Ued.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-pAs1WCwy.js";
1
+ import { B as BaseDecoder } from "./index--XCq-Ued.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-pAs1WCwy.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index--XCq-Ued.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-pAs1WCwy.js";
1
+ import { B as BaseDecoder } from "./index--XCq-Ued.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-pAs1WCwy.js";
1
+ import { B as BaseDecoder } from "./index--XCq-Ued.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-pAs1WCwy.js";
1
+ import { B as BaseDecoder } from "./index--XCq-Ued.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-pAs1WCwy.js";
1
+ import { B as BaseDecoder } from "./index--XCq-Ued.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.6.3",
3
+ "version": "3.6.5",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -23,18 +23,18 @@
23
23
  "d3-selection": "^3.0.0",
24
24
  "d3-format": "^3.1.0",
25
25
  "d3-hierarchy": "^3.1.2",
26
- "vega-scale": "^6.0.0",
26
+ "vega-scale": "^8.0.0",
27
27
  "lodash-es": "^4.17.21",
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.6.3",
32
- "@vitessce/constants-internal": "3.6.3",
33
- "@vitessce/sets-utils": "3.6.3",
34
- "@vitessce/utils": "3.6.3",
35
- "@vitessce/vega": "3.6.3",
36
- "@vitessce/vit-s": "3.6.3",
37
- "@vitessce/gl": "3.6.3"
31
+ "@vitessce/styles": "3.6.5",
32
+ "@vitessce/constants-internal": "3.6.5",
33
+ "@vitessce/sets-utils": "3.6.5",
34
+ "@vitessce/utils": "3.6.5",
35
+ "@vitessce/vega": "3.6.5",
36
+ "@vitessce/vit-s": "3.6.5",
37
+ "@vitessce/gl": "3.6.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "^18.0.0",