flitbit / json-ptr

A complete implementation of JSON Pointer (RFC 6901) for nodejs and modern browsers.
MIT License
93 stars 28 forks source link

missing tslib dependency since 1.3.0 #23

Closed mfukala closed 4 years ago

mfukala commented 4 years ago

since version 1.3.0 node_modules/json-ptr/dist/index.js does require tslib but package.json does not declare this dependency. Any package depending on json-ptr that does not directly or indirectly bring tslib itself fail because of this problem. I've noticed your package-lock.json contains tslib so it's possibly why you didn't notice this issue.

flitbit commented 4 years ago

Please verify whether json-ptr@1.3.2-master.b0d7d5e resolves the issue and I'll get it published as v1.3.2.

mfukala commented 4 years ago

Please verify whether json-ptr@1.3.2-master.b0d7d5e resolves the issue and I'll get it published as v1.3.2.

Yes, json-ptr@1.3.2-master.b0d7d5e fixes this problem, please publish. Thank you for the fix.

flitbit commented 4 years ago

Fixed with v1.3.2