@vitessce/constants-internal 3.6.13 → 3.6.15

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
@@ -155,6 +155,7 @@ const FileType = {
155
155
  OBS_SPOTS_SPATIALDATA_ZARR: "obsSpots.spatialdata.zarr",
156
156
  FEATURE_LABELS_SPATIALDATA_ZARR: "featureLabels.spatialdata.zarr",
157
157
  OBS_POINTS_SPATIALDATA_ZARR: "obsPoints.spatialdata.zarr",
158
+ OBS_EMBEDDING_SPATIALDATA_ZARR: "obsEmbedding.spatialdata.zarr",
158
159
  // SpatialData - zipped
159
160
  IMAGE_SPATIALDATA_ZARR_ZIP: "image.spatialdata.zarr.zip",
160
161
  LABELS_SPATIALDATA_ZARR_ZIP: "labels.spatialdata.zarr.zip",
@@ -164,6 +165,7 @@ const FileType = {
164
165
  OBS_SPOTS_SPATIALDATA_ZARR_ZIP: "obsSpots.spatialdata.zarr.zip",
165
166
  FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: "featureLabels.spatialdata.zarr.zip",
166
167
  OBS_POINTS_SPATIALDATA_ZARR_ZIP: "obsPoints.spatialdata.zarr.zip",
168
+ OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP: "obsEmbedding.spatialdata.zarr.zip",
167
169
  // MuData
168
170
  OBS_FEATURE_MATRIX_MUDATA_ZARR: "obsFeatureMatrix.mudata.zarr",
169
171
  OBS_SETS_MUDATA_ZARR: "obsSets.mudata.zarr",
@@ -444,6 +446,7 @@ const FILE_TYPE_DATA_TYPE_MAPPING = {
444
446
  [FileType.OBS_SETS_SPATIALDATA_ZARR]: DataType.OBS_SETS,
445
447
  [FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: DataType.FEATURE_LABELS,
446
448
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: DataType.OBS_POINTS,
449
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: DataType.OBS_EMBEDDING,
447
450
  // For new file types to support old file types
448
451
  [FileType.OBS_EMBEDDING_CELLS_JSON]: DataType.OBS_EMBEDDING,
449
452
  [FileType.OBS_LOCATIONS_CELLS_JSON]: DataType.OBS_LOCATIONS,
@@ -620,6 +623,9 @@ const ALT_ZARR_STORE_TYPES = {
620
623
  },
621
624
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: {
622
625
  zip: FileType.OBS_POINTS_SPATIALDATA_ZARR_ZIP
626
+ },
627
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
628
+ zip: FileType.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP
623
629
  }
624
630
  };
625
631
  const AUTO_INDEPENDENT_COORDINATION_TYPES = [
@@ -1295,10 +1301,10 @@ const COMPONENT_COORDINATION_TYPES = {
1295
1301
  ]
1296
1302
  };
1297
1303
  const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
1298
- const version = "3.6.13";
1299
- const date = "2025-08-06";
1304
+ const version = "3.6.15";
1305
+ const date = "2025-08-13";
1300
1306
  const branch = "changeset-release/main";
1301
- const hash = "29b4178d";
1307
+ const hash = "521d3210";
1302
1308
  const version$1 = {
1303
1309
  note,
1304
1310
  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;;CAqEvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CA6D9C,CAAC;AAKF,eAAO,MAAM,oBAAoB;;;;;;;;CAoGhC,CAAC"}
1
+ {"version":3,"file":"constant-relationships.d.ts","sourceRoot":"","sources":["../src/constant-relationships.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;CAsEvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CA6D9C,CAAC;AAKF,eAAO,MAAM,oBAAoB;;;;;;;;CAuGhC,CAAC"}
@@ -55,6 +55,7 @@ export const FILE_TYPE_DATA_TYPE_MAPPING = {
55
55
  [FileType.OBS_SETS_SPATIALDATA_ZARR]: DataType.OBS_SETS,
56
56
  [FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: DataType.FEATURE_LABELS,
57
57
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: DataType.OBS_POINTS,
58
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: DataType.OBS_EMBEDDING,
58
59
  // For new file types to support old file types
59
60
  [FileType.OBS_EMBEDDING_CELLS_JSON]: DataType.OBS_EMBEDDING,
60
61
  [FileType.OBS_LOCATIONS_CELLS_JSON]: DataType.OBS_LOCATIONS,
@@ -240,4 +241,7 @@ export const ALT_ZARR_STORE_TYPES = {
240
241
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: {
241
242
  zip: FileType.OBS_POINTS_SPATIALDATA_ZARR_ZIP,
242
243
  },
244
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
245
+ zip: FileType.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP,
246
+ },
243
247
  };
@@ -141,6 +141,7 @@ export declare const FileType: {
141
141
  OBS_SPOTS_SPATIALDATA_ZARR: string;
142
142
  FEATURE_LABELS_SPATIALDATA_ZARR: string;
143
143
  OBS_POINTS_SPATIALDATA_ZARR: string;
144
+ OBS_EMBEDDING_SPATIALDATA_ZARR: string;
144
145
  IMAGE_SPATIALDATA_ZARR_ZIP: string;
145
146
  LABELS_SPATIALDATA_ZARR_ZIP: string;
146
147
  SHAPES_SPATIALDATA_ZARR_ZIP: string;
@@ -149,6 +150,7 @@ export declare const FileType: {
149
150
  OBS_SPOTS_SPATIALDATA_ZARR_ZIP: string;
150
151
  FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: string;
151
152
  OBS_POINTS_SPATIALDATA_ZARR_ZIP: string;
153
+ OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP: string;
152
154
  OBS_FEATURE_MATRIX_MUDATA_ZARR: string;
153
155
  OBS_SETS_MUDATA_ZARR: string;
154
156
  OBS_EMBEDDING_MUDATA_ZARR: string;
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;CAc7B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqJpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4I5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAuB3B,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;CAc7B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4I5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAuB3B,CAAC"}
@@ -151,6 +151,7 @@ export const FileType = {
151
151
  OBS_SPOTS_SPATIALDATA_ZARR: 'obsSpots.spatialdata.zarr',
152
152
  FEATURE_LABELS_SPATIALDATA_ZARR: 'featureLabels.spatialdata.zarr',
153
153
  OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
154
+ OBS_EMBEDDING_SPATIALDATA_ZARR: 'obsEmbedding.spatialdata.zarr',
154
155
  // SpatialData - zipped
155
156
  IMAGE_SPATIALDATA_ZARR_ZIP: 'image.spatialdata.zarr.zip',
156
157
  LABELS_SPATIALDATA_ZARR_ZIP: 'labels.spatialdata.zarr.zip',
@@ -160,6 +161,7 @@ export const FileType = {
160
161
  OBS_SPOTS_SPATIALDATA_ZARR_ZIP: 'obsSpots.spatialdata.zarr.zip',
161
162
  FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: 'featureLabels.spatialdata.zarr.zip',
162
163
  OBS_POINTS_SPATIALDATA_ZARR_ZIP: 'obsPoints.spatialdata.zarr.zip',
164
+ OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP: 'obsEmbedding.spatialdata.zarr.zip',
163
165
  // MuData
164
166
  OBS_FEATURE_MATRIX_MUDATA_ZARR: 'obsFeatureMatrix.mudata.zarr',
165
167
  OBS_SETS_MUDATA_ZARR: 'obsSets.mudata.zarr',
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "note": "This file is autogenerated by .changeset/post-changelog.mjs.",
3
- "version": "3.6.13",
4
- "date": "2025-08-06",
3
+ "version": "3.6.15",
4
+ "date": "2025-08-13",
5
5
  "branch": "changeset-release/main",
6
- "hash": "29b4178d"
6
+ "hash": "521d3210"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/constants-internal",
3
- "version": "3.6.13",
3
+ "version": "3.6.15",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -57,6 +57,7 @@ export const FILE_TYPE_DATA_TYPE_MAPPING = {
57
57
  [FileType.OBS_SETS_SPATIALDATA_ZARR]: DataType.OBS_SETS,
58
58
  [FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: DataType.FEATURE_LABELS,
59
59
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: DataType.OBS_POINTS,
60
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: DataType.OBS_EMBEDDING,
60
61
 
61
62
  // For new file types to support old file types
62
63
  [FileType.OBS_EMBEDDING_CELLS_JSON]: DataType.OBS_EMBEDDING,
@@ -247,4 +248,7 @@ export const ALT_ZARR_STORE_TYPES = {
247
248
  [FileType.OBS_POINTS_SPATIALDATA_ZARR]: {
248
249
  zip: FileType.OBS_POINTS_SPATIALDATA_ZARR_ZIP,
249
250
  },
251
+ [FileType.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
252
+ zip: FileType.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP,
253
+ },
250
254
  };
package/src/constants.ts CHANGED
@@ -161,6 +161,7 @@ export const FileType = {
161
161
  OBS_SPOTS_SPATIALDATA_ZARR: 'obsSpots.spatialdata.zarr',
162
162
  FEATURE_LABELS_SPATIALDATA_ZARR: 'featureLabels.spatialdata.zarr',
163
163
  OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
164
+ OBS_EMBEDDING_SPATIALDATA_ZARR: 'obsEmbedding.spatialdata.zarr',
164
165
 
165
166
  // SpatialData - zipped
166
167
  IMAGE_SPATIALDATA_ZARR_ZIP: 'image.spatialdata.zarr.zip',
@@ -171,6 +172,8 @@ export const FileType = {
171
172
  OBS_SPOTS_SPATIALDATA_ZARR_ZIP: 'obsSpots.spatialdata.zarr.zip',
172
173
  FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: 'featureLabels.spatialdata.zarr.zip',
173
174
  OBS_POINTS_SPATIALDATA_ZARR_ZIP: 'obsPoints.spatialdata.zarr.zip',
175
+ OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP: 'obsEmbedding.spatialdata.zarr.zip',
176
+
174
177
  // MuData
175
178
  OBS_FEATURE_MATRIX_MUDATA_ZARR: 'obsFeatureMatrix.mudata.zarr',
176
179
  OBS_SETS_MUDATA_ZARR: 'obsSets.mudata.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.6.13",
4
- "date": "2025-08-06",
3
+ "version": "3.6.15",
4
+ "date": "2025-08-13",
5
5
  "branch": "changeset-release/main",
6
- "hash": "29b4178d"
6
+ "hash": "521d3210"
7
7
  }