v0.10.0
Fixed
URDFJoint.axis
not correctly defaulting to1, 0, 0
.
Changed
- Added
"type": "module"
to the package.json and made the main entry file point to the es6 module. - Export URDF Class types as
interafaces
rather thanclasses
. - Changed URDF Class type definitions to be exported as
interface
rather thanclass
.