This repository was archived by the owner on Mar 8, 2023. It is now read-only.
v0.23.1
This fixes the broken latest
tag on npmjs.com.
Unfortunately it isn't possible to remove the tag using: npm dist-tag rm @here/<pkg>
, because we have scoped packages which aren't supported. npm unpublish @here/harp-mapview@v0.22.1
also doesn't work.
Hence I resorted to do a patch release to ensure that v0.23
is the latest
package on npmjs.com.
I needed a commit also, hence: faf2b83