Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unpublish version does not remove it from timeline
Unpublishing a specific module version does not remove that version from the local-storage (package.json) "time" object. This results in the version still being shown in the webui right-pane "Last Sync". Added delete of the time[ver] object when module version is removed.
- Loading branch information