voliva / angular2-interceptors

79 stars 20 forks source link

Version constraint on peer dependency on rxjs is too tight #23

Closed leonboot closed 7 years ago

leonboot commented 7 years ago

The version constraint on the peer dependency for the rxjs library is specified to be exactly 5.0.0-beta.12 in the master branch and 5.0.0 in the feature/versionUpdate branch. This makes this library impossible to use in projects that depend on any other version of the rxjs library. Unless I'm mistaken, I don't think this library depends on rxjs functionality only present in version 5.0.0, so loosening up the version constraints by placing a caret in front of it should make it a whole lot more usable.

voliva commented 7 years ago

Thanks! Fixed through #24

voliva commented 7 years ago

Released on version 1.3.0-1