@vitessce/constants-internal 3.3.4 → 3.3.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
@@ -49,6 +49,7 @@ const FileType = {
49
49
  OBS_SEGMENTATIONS_OME_ZARR: "obsSegmentations.ome-zarr",
50
50
  // AnnData
51
51
  OBS_FEATURE_MATRIX_ANNDATA_ZARR: "obsFeatureMatrix.anndata.zarr",
52
+ OBS_FEATURE_COLUMNS_ANNDATA_ZARR: "obsFeatureColumns.anndata.zarr",
52
53
  OBS_SETS_ANNDATA_ZARR: "obsSets.anndata.zarr",
53
54
  OBS_EMBEDDING_ANNDATA_ZARR: "obsEmbedding.anndata.zarr",
54
55
  OBS_SPOTS_ANNDATA_ZARR: "obsSpots.anndata.zarr",
@@ -247,6 +248,7 @@ const FILE_TYPE_DATA_TYPE_MAPPING = {
247
248
  [FileType.IMAGE_OME_ZARR]: DataType.IMAGE,
248
249
  [FileType.OBS_SEGMENTATIONS_OME_ZARR]: DataType.OBS_SEGMENTATIONS,
249
250
  [FileType.OBS_FEATURE_MATRIX_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
251
+ [FileType.OBS_FEATURE_COLUMNS_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
250
252
  [FileType.OBS_SETS_ANNDATA_ZARR]: DataType.OBS_SETS,
251
253
  [FileType.OBS_EMBEDDING_ANNDATA_ZARR]: DataType.OBS_EMBEDDING,
252
254
  [FileType.OBS_SPOTS_ANNDATA_ZARR]: DataType.OBS_SPOTS,
@@ -714,10 +716,10 @@ const COMPONENT_COORDINATION_TYPES = {
714
716
  ]
715
717
  };
716
718
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
717
- const version = "3.3.4";
718
- const date = "2024-01-28";
719
+ const version = "3.3.5";
720
+ const date = "2024-02-21";
719
721
  const branch = "changeset-release/main";
720
- const hash = "3b0bc6a0";
722
+ const hash = "effc2322";
721
723
  const version$1 = {
722
724
  note,
723
725
  version,
@@ -1 +1 @@
1
- {"version":3,"file":"constant-relationships.d.ts","sourceRoot":"","sources":["../src/constant-relationships.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;CA0DvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CAsC9C,CAAC"}
1
+ {"version":3,"file":"constant-relationships.d.ts","sourceRoot":"","sources":["../src/constant-relationships.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;CA2DvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CAsC9C,CAAC"}
@@ -19,6 +19,7 @@ export const FILE_TYPE_DATA_TYPE_MAPPING = {
19
19
  [FileType.IMAGE_OME_ZARR]: DataType.IMAGE,
20
20
  [FileType.OBS_SEGMENTATIONS_OME_ZARR]: DataType.OBS_SEGMENTATIONS,
21
21
  [FileType.OBS_FEATURE_MATRIX_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
22
+ [FileType.OBS_FEATURE_COLUMNS_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
22
23
  [FileType.OBS_SETS_ANNDATA_ZARR]: DataType.OBS_SETS,
23
24
  [FileType.OBS_EMBEDDING_ANNDATA_ZARR]: DataType.OBS_EMBEDDING,
24
25
  [FileType.OBS_SPOTS_ANNDATA_ZARR]: DataType.OBS_SPOTS,
@@ -50,6 +50,7 @@ export declare const FileType: {
50
50
  IMAGE_OME_ZARR: string;
51
51
  OBS_SEGMENTATIONS_OME_ZARR: string;
52
52
  OBS_FEATURE_MATRIX_ANNDATA_ZARR: string;
53
+ OBS_FEATURE_COLUMNS_ANNDATA_ZARR: string;
53
54
  OBS_SETS_ANNDATA_ZARR: string;
54
55
  OBS_EMBEDDING_ANNDATA_ZARR: string;
55
56
  OBS_SPOTS_ANNDATA_ZARR: string;
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;CAgBpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;CAapB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqFpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0G5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;CAgBpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;CAapB,CAAC;AAGF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0G5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC"}
@@ -54,6 +54,7 @@ export const FileType = {
54
54
  OBS_SEGMENTATIONS_OME_ZARR: 'obsSegmentations.ome-zarr',
55
55
  // AnnData
56
56
  OBS_FEATURE_MATRIX_ANNDATA_ZARR: 'obsFeatureMatrix.anndata.zarr',
57
+ OBS_FEATURE_COLUMNS_ANNDATA_ZARR: 'obsFeatureColumns.anndata.zarr',
57
58
  OBS_SETS_ANNDATA_ZARR: 'obsSets.anndata.zarr',
58
59
  OBS_EMBEDDING_ANNDATA_ZARR: 'obsEmbedding.anndata.zarr',
59
60
  OBS_SPOTS_ANNDATA_ZARR: 'obsSpots.anndata.zarr',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.3.4",
4
- "date": "2024-01-28",
3
+ "version": "3.3.5",
4
+ "date": "2024-02-21",
5
5
  "branch": "changeset-release/main",
6
- "hash": "3b0bc6a0"
6
+ "hash": "effc2322"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.3.4",
3
+ "version": "3.3.5",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -20,6 +20,7 @@ export const FILE_TYPE_DATA_TYPE_MAPPING = {
20
20
  [FileType.IMAGE_OME_ZARR]: DataType.IMAGE,
21
21
  [FileType.OBS_SEGMENTATIONS_OME_ZARR]: DataType.OBS_SEGMENTATIONS,
22
22
  [FileType.OBS_FEATURE_MATRIX_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
23
+ [FileType.OBS_FEATURE_COLUMNS_ANNDATA_ZARR]: DataType.OBS_FEATURE_MATRIX,
23
24
  [FileType.OBS_SETS_ANNDATA_ZARR]: DataType.OBS_SETS,
24
25
  [FileType.OBS_EMBEDDING_ANNDATA_ZARR]: DataType.OBS_EMBEDDING,
25
26
  [FileType.OBS_SPOTS_ANNDATA_ZARR]: DataType.OBS_SPOTS,
package/src/constants.ts CHANGED
@@ -57,6 +57,7 @@ export const FileType = {
57
57
  OBS_SEGMENTATIONS_OME_ZARR: 'obsSegmentations.ome-zarr',
58
58
  // AnnData
59
59
  OBS_FEATURE_MATRIX_ANNDATA_ZARR: 'obsFeatureMatrix.anndata.zarr',
60
+ OBS_FEATURE_COLUMNS_ANNDATA_ZARR: 'obsFeatureColumns.anndata.zarr',
60
61
  OBS_SETS_ANNDATA_ZARR: 'obsSets.anndata.zarr',
61
62
  OBS_EMBEDDING_ANNDATA_ZARR: 'obsEmbedding.anndata.zarr',
62
63
  OBS_SPOTS_ANNDATA_ZARR: 'obsSpots.anndata.zarr',
package/src/version.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.3.4",
4
- "date": "2024-01-28",
3
+ "version": "3.3.5",
4
+ "date": "2024-02-21",
5
5
  "branch": "changeset-release/main",
6
- "hash": "3b0bc6a0"
6
+ "hash": "effc2322"
7
7
  }