@vitessce/vit-s 3.4.11 → 3.4.12

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 +6 -5
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -28066,6 +28066,7 @@ const CoordinationType$1 = {
28066
28066
  FEATURE_TYPE: "featureType",
28067
28067
  FEATURE_VALUE_TYPE: "featureValueType",
28068
28068
  OBS_LABELS_TYPE: "obsLabelsType",
28069
+ FEATURE_LABELS_TYPE: "featureLabelsType",
28069
28070
  // Other types
28070
28071
  EMBEDDING_TYPE: "embeddingType",
28071
28072
  EMBEDDING_ZOOM: "embeddingZoom",
@@ -28247,10 +28248,10 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
28247
28248
  CoordinationType$1.EMBEDDING_OBS_OPACITY
28248
28249
  ];
28249
28250
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
28250
- const version = "3.4.11";
28251
- const date = "2024-09-27";
28251
+ const version = "3.4.12";
28252
+ const date = "2024-10-02";
28252
28253
  const branch = "changeset-release/main";
28253
- const hash = "efd7d698";
28254
+ const hash = "ce99ac9e";
28254
28255
  const META_VERSION = {
28255
28256
  note,
28256
28257
  version,
@@ -28590,7 +28591,7 @@ const annDataObsSetsArr = z.array(z.object({
28590
28591
  ]),
28591
28592
  scorePath: z.string().optional().describe("The location in the AnnData store for the set confidence scores, like 'obs/celltype_prediction_score.'")
28592
28593
  }));
28593
- const annDataObsSets = z.object({
28594
+ z.object({
28594
28595
  obsSets: annDataObsSetsArr
28595
28596
  });
28596
28597
  const annDataObsFeatureColumnsArr = z.array(z.object({
@@ -28652,7 +28653,7 @@ const obsFeatureMatrixSpatialdataSchema = annDataObsFeatureMatrix.extend({
28652
28653
  const obsSetsSpatialdataSchema = z.object({
28653
28654
  region: z.string().describe("The name of a region to use to filter instances (i.e., rows) in the table").optional(),
28654
28655
  tablePath: z.string().optional().describe("The path to a table which contains the index for the set values."),
28655
- obsSets: annDataObsSets
28656
+ obsSets: annDataObsSetsArr
28656
28657
  });
28657
28658
  z.object({
28658
28659
  targetX: z.number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vit-s",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -29,12 +29,12 @@
29
29
  "uuid": "^9.0.0",
30
30
  "zustand": "^3.5.10",
31
31
  "react-aria": "^3.28.0",
32
- "@vitessce/constants-internal": "3.4.11",
33
- "@vitessce/plugins": "3.4.11",
34
- "@vitessce/schemas": "3.4.11",
35
- "@vitessce/utils": "3.4.11",
36
- "@vitessce/sets-utils": "3.4.11",
37
- "@vitessce/config": "3.4.11"
32
+ "@vitessce/constants-internal": "3.4.12",
33
+ "@vitessce/plugins": "3.4.12",
34
+ "@vitessce/schemas": "3.4.12",
35
+ "@vitessce/utils": "3.4.12",
36
+ "@vitessce/sets-utils": "3.4.12",
37
+ "@vitessce/config": "3.4.12"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "^5.16.4",
@@ -42,7 +42,7 @@
42
42
  "react": "^18.0.0",
43
43
  "vite": "^4.3.0",
44
44
  "vitest": "^0.32.2",
45
- "@vitessce/types": "3.4.11"
45
+ "@vitessce/types": "3.4.12"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"