JoshGlazebrook / smart-buffer

smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
https://www.npmjs.com/package/smart-buffer
MIT License
102 stars 18 forks source link

1.x release uses ES6 const/let causing breakage #9

Closed nullfox closed 7 years ago

nullfox commented 7 years ago

It looks in the last batch of releases to NPM on the 1.x major release ES6/Typescript code was pushed into the 1.1.x causing dependencies and sub-dependencies that rely on pre-ES6 code to break.

Can you possibly remove the releases in the 1.x major release from NPM that use ES6/Typescript?

JoshGlazebrook commented 7 years ago

Working on that... unpublish seems to be hanging for me.

JoshGlazebrook commented 7 years ago

@nullfox Unpublish isn't working at the moment. I went ahead and just published another version (1.1.15), which really is just 1.0.13 (before the ES6/Typescript code was put onto 1.x). So hopefully that fixes it for now.

So now there will be:

1.0.13 1.1.15 (same as 1.0.13) (unless unpublish lets me remove the 1.x series) 2.0.0

nullfox commented 7 years ago

Cheers, looks like I'm unblocked - thank you!

JoshGlazebrook commented 7 years ago

Let me know if you run into any other issues! :-)