TylorS / typed-unmaintained

The TypeScript Standard Library
MIT License
121 stars 7 forks source link

Move hasOwnProperty to the last export #86

Closed moneydance closed 5 years ago

moneydance commented 5 years ago

@TylorS this should fix #85!

TylorS commented 5 years ago

Thank you for this PR @moneydance !! I'll deploy it later today and update everyone here

TylorS commented 5 years ago

Hey @moneydance I deployed these changes this morning - Thanks again for this PR!

It's been a while since I really had to do any maintenance on this package (its been working well!) so I also took some time this morning to update all of the dependencies including TypeScript 3.4.5, so it should be very safe to use newer versions of TS. Every package got a major bump due to the breaking changes regarding the TS requirement

TylorS commented 5 years ago

I realize how heavy handed that may have been. Let me know if you need me to do a patch release with only this change

moneydance commented 5 years ago

No issues on my end with the bump. Thanks for getting this out so quickly!