@vitessce/gl 3.0.0 → 3.1.0

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-d34ff949.js";
2
- import { n, m, A, q, p, o, i, C, k, D, G, e, H, c, M, j, l, d, P, S, h, T, s, b, r, v } from "./index-d34ff949.js";
1
+ import { f as distEs6 } from "./index-72755d2f.js";
2
+ import { n, m, A, q, p, o, i, C, k, D, G, e, H, c, M, j, l, d, P, S, h, T, s, b, r, v } from "./index-72755d2f.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-d34ff949.js";
1
+ import { B as BaseDecoder } from "./index-72755d2f.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-d34ff949.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-72755d2f.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-d34ff949.js";
1
+ import { B as BaseDecoder } from "./index-72755d2f.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-d34ff949.js";
1
+ import { B as BaseDecoder } from "./index-72755d2f.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-d34ff949.js";
1
+ import { B as BaseDecoder } from "./index-72755d2f.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-d34ff949.js";
1
+ import { B as BaseDecoder } from "./index-72755d2f.js";
2
2
  import "react";
3
3
  class WebImageDecoder extends BaseDecoder {
4
4
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/gl",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -51,14 +51,14 @@
51
51
  "math.gl": "^3.5.6",
52
52
  "mathjs": "^9.2.0",
53
53
  "nebula.gl": "0.23.8",
54
- "@vitessce/utils": "3.0.0"
54
+ "@vitessce/utils": "3.1.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "glsl-colormap": "^1.0.1"
58
58
  },
59
59
  "scripts": {
60
60
  "bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",
61
- "test": "pnpm exec vitest --run -r ../../ --dir .",
61
+ "test": "pnpm exec vitest --run",
62
62
  "glslify": "cat src/glsl/colormaps.in.glsl | glslify > src/glsl/colormaps.out.glsl"
63
63
  },
64
64
  "module": "dist/index.js",