You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2019. It is now read-only.
It looks like when #58 was resolved by merging #59 and libcipm was published to npm as v3.0.3, it was actually tagged and published as v3.0.3without the merged fixes from #59.
Would it be possible to re-tag latest as v3.0.4 and republish? At least that way this fix could be included whenever the next NPM release is made available.
It looks like when #58 was resolved by merging #59 and
libcipmwas published to npm asv3.0.3, it was actually tagged and published asv3.0.3without the merged fixes from #59.The
latestbranch does indeed include the fixes from #59, however you can also see that the package.json file was not updated properly tov3.0.3.Would it be possible to re-tag
latestasv3.0.4and republish? At least that way this fix could be included whenever the nextNPMrelease is made available.Thanks!