We were only requiring the new client if you would actually use it, which made sense for a beta implementation that people should not rely on.
The next version of this library will really focus on letting people switch to the new client. So it doesn't make much sense anymore to load it conditionally. I've changed the require of the new client to always happen when the library is loaded, to simplify things.
We were only requiring the new client if you would actually use it, which made sense for a beta implementation that people should not rely on.
The next version of this library will really focus on letting people switch to the new client. So it doesn't make much sense anymore to load it conditionally. I've changed the
require
of the new client to always happen when the library is loaded, to simplify things.