@vitessce/constants-internal
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -84,2 +84,4 @@ export namespace ViewType { | ||
export namespace CoordinationType { | ||
const META_COORDINATION_SCOPES: string; | ||
const META_COORDINATION_SCOPES_BY: string; | ||
const DATASET: string; | ||
@@ -86,0 +88,0 @@ const OBS_TYPE: string; |
@@ -105,2 +105,6 @@ /** | ||
export const CoordinationType = { | ||
// Meta coordination scopes | ||
META_COORDINATION_SCOPES: 'metaCoordinationScopes', | ||
META_COORDINATION_SCOPES_BY: 'metaCoordinationScopesBy', | ||
// Other coordination scopes | ||
DATASET: 'dataset', | ||
@@ -107,0 +111,0 @@ // Entity types |
@@ -96,2 +96,6 @@ const ViewType = { | ||
const CoordinationType = { | ||
// Meta coordination scopes | ||
META_COORDINATION_SCOPES: "metaCoordinationScopes", | ||
META_COORDINATION_SCOPES_BY: "metaCoordinationScopesBy", | ||
// Other coordination scopes | ||
DATASET: "dataset", | ||
@@ -98,0 +102,0 @@ // Entity types |
{ | ||
"name": "@vitessce/constants-internal", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"author": "Gehlenborg Lab", | ||
@@ -5,0 +5,0 @@ "homepage": "http://vitessce.io", |
@@ -109,2 +109,6 @@ /** | ||
export const CoordinationType = { | ||
// Meta coordination scopes | ||
META_COORDINATION_SCOPES: 'metaCoordinationScopes', | ||
META_COORDINATION_SCOPES_BY: 'metaCoordinationScopesBy', | ||
// Other coordination scopes | ||
DATASET: 'dataset', | ||
@@ -111,0 +115,0 @@ // Entity types |
74611
1818