@vitessce/vit-s 3.8.0 → 3.8.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -30994,7 +30994,7 @@ const ViewType$1 = {
30994
30994
  SCATTERPLOT: "scatterplot",
30995
30995
  SPATIAL: "spatial",
30996
30996
  SPATIAL_BETA: "spatialBeta",
30997
- SPATIAL_ACCELERATED: "spatialAccelerated",
30997
+ // SPATIAL_ACCELERATED: 'spatialAccelerated',
30998
30998
  HEATMAP: "heatmap",
30999
30999
  LAYER_CONTROLLER: "layerController",
31000
31000
  LAYER_CONTROLLER_BETA: "layerControllerBeta",
@@ -32246,7 +32246,7 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
32246
32246
  CoordinationType$1.HIERARCHY_LEVELS
32247
32247
  ]
32248
32248
  });
32249
- const version = "3.8.0";
32249
+ const version = "3.8.1";
32250
32250
  const META_VERSION = {
32251
32251
  version
32252
32252
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,16 +28,16 @@
28
28
  "zustand": "^5.0.4",
29
29
  "react-aria": "^3.28.0",
30
30
  "react-error-boundary": "^5.0.0",
31
- "@vitessce/styles": "3.8.0",
32
- "@vitessce/abstract": "3.8.0",
33
- "@vitessce/error": "3.8.0",
34
- "@vitessce/constants-internal": "3.8.0",
35
- "@vitessce/plugins": "3.8.0",
36
- "@vitessce/schemas": "3.8.0",
37
- "@vitessce/utils": "3.8.0",
38
- "@vitessce/sets-utils": "3.8.0",
39
- "@vitessce/config": "3.8.0",
40
- "@vitessce/globals": "3.8.0"
31
+ "@vitessce/styles": "3.8.1",
32
+ "@vitessce/abstract": "3.8.1",
33
+ "@vitessce/error": "3.8.1",
34
+ "@vitessce/constants-internal": "3.8.1",
35
+ "@vitessce/plugins": "3.8.1",
36
+ "@vitessce/schemas": "3.8.1",
37
+ "@vitessce/utils": "3.8.1",
38
+ "@vitessce/sets-utils": "3.8.1",
39
+ "@vitessce/config": "3.8.1",
40
+ "@vitessce/globals": "3.8.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@testing-library/jest-dom": "^6.6.3",
@@ -46,7 +46,7 @@
46
46
  "react-dom": "18.3.1",
47
47
  "vite": "^7.0.0",
48
48
  "vitest": "^3.1.4",
49
- "@vitessce/types": "3.8.0"
49
+ "@vitessce/types": "3.8.1"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"