`npm deprecate` regenerator-runtmie@<0.13.8
Opened this issue · 2 comments
nicolo-ribaudo commented
Hi @benjamn :)
Old versions of regenerator-runtime
(when used together with another library) are making it impossible to ship the new iterator helpers proposal (tc39/proposal-iterator-helpers#286).
Would it be possible to npm deprecate
all the affected versions, asking people to upgrade to 0.14, hoping that this will be enough after a while to avoid the web compatibility issue?
michaelficarra commented
@nicolo-ribaudo I think you mean <0.14.8
? The relevant fix is #411.
nicolo-ribaudo commented
Uhm, the last version on npm is 0.14.0. I think GitHub's "this PR was released in" tag is not working well for that PR.