v0.1.3
Patch Changes
8a46c6c: Fix the documented Centrifugo host, which named a hostname that does not exist.
Every example gave
hostashttps://rt.revenexx.com. There is no such host: the Swarm stack serves Centrifugo's client transport, the facade API, the JWKS and the metrics paths all on one origin —talkback.revenexx.com— with the transport at the root (/connection/websocketand its fallbacks) and the facade under/v1. Anyone who copied the README got a DNS failure.The fix also says the thing the old docs left a reader to guess wrong:
hostfor the browser client andbaseUrlforcreateFacadeClientare the same origin. Two different example hostnames invited the reasonable conclusion that they were two services in two places.Documentation only — no API, behaviour or type change. It is a
patchrather than an empty changeset because the corrected JSDoc ships indist/**/*.d.ts, so the wrong hostname was reaching consumers through the type definitions as well as the README.