Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

remove prefix strings from type names #63

Closed ships closed 1 year ago

ships commented 1 year ago

Description

Changes names like DocmapAssertion to Assertion, DocmapAction to Action, etc.

Checklist

Additional Information

This fix should improve useability as you can always import * as if you need to differentiate. This will be annoying to deprecate later, so let's go before 1.0 is released.