@vitessce/constants-internal 3.3.4 → 3.3.6
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 +5 -3
- package/dist-tsc/constant-relationships.d.ts.map +1 -1
- package/dist-tsc/constant-relationships.js +1 -0
- package/dist-tsc/constants.d.ts +1 -0
- package/dist-tsc/constants.d.ts.map +1 -1
- package/dist-tsc/constants.js +1 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/constant-relationships.ts +1 -0
- package/src/constants.ts +1 -0
- package/src/version.json +3 -3
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.
|
|
718
|
-
const date = "2024-
|
|
719
|
+
const version = "3.3.6";
|
|
720
|
+
const date = "2024-02-25";
|
|
719
721
|
const branch = "changeset-release/main";
|
|
720
|
-
const hash = "
|
|
722
|
+
const hash = "fcb2a92d";
|
|
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;;
|
|
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,
|
package/dist-tsc/constants.d.ts
CHANGED
|
@@ -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
|
|
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"}
|
package/dist-tsc/constants.js
CHANGED
|
@@ -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',
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
|
@@ -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