Skip to content

Commit ffc45ae

Browse files
next version
1 parent bb5ba1f commit ffc45ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

molstar-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

molstar-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "molstar-volseg",
3-
"version": "0.0.11",
3+
"version": "0.0.13",
44
"type": "module",
55
"description": "MolStar extension for visualizing volumetric and segmentation data",
66
"repository": {

molstar-extension/src/extensions/volumes-and-segmentations/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { PluginContext } from 'molstar/lib/mol-plugin/context';
1212
import { StateAction } from 'molstar/lib/mol-state';
1313
import { Task } from 'molstar/lib/mol-task';
1414
import { DEFAULT_VOLSEG_SERVER, VolumeApiV2 } from './volseg-api/api';
15-
import { GEOMETRIC_SEGMENTATION_NODE_TAG, MESH_SEGMENTATION_NODE_TAG, LATTICE_SEGMENTATION_NODE_TAG, VOLUME_NODE_TAG, VolsegEntryData, VolsegEntryParamValues, createLoadVolsegParams, LoadVolsegParamValues, VolsegEntry } from './entry-root';
15+
import { GEOMETRIC_SEGMENTATION_NODE_TAG, MESH_SEGMENTATION_NODE_TAG, LATTICE_SEGMENTATION_NODE_TAG, VOLUME_NODE_TAG, VolsegEntryData, VolsegEntryParamValues, createLoadVolsegParams, VolsegEntry } from './entry-root';
1616
import { VolsegGlobalState } from './global-state';
1717
import { createEntryId, isDefined } from './helpers';
1818
import { ProjectGeometricSegmentationData, ProjectGeometricSegmentationDataParamsValues, ProjectMeshData, ProjectMeshSegmentationDataParamsValues, ProjectSegmentationData, ProjectLatticeSegmentationDataParamsValues, ProjectVolumeData, VolsegEntryFromRoot, VolsegGlobalStateFromRoot, VolsegStateFromEntry } from './transformers';

0 commit comments

Comments
 (0)