FixTalkback JS
v0.1.2
Patch Changes
50afc46: Relicensed under MIT, and moved to its own repository.
Nothing about the API, the exports or the runtime behaviour changed —
0.1.2is0.1.1with a different licence and different metadata. Two things are worth knowing:- The licence changed. Up to
0.1.1theLICENSEin the tarball read "proprietary and confidential" and pointed at the revenexx platform licence. From0.1.2it is the standard MIT licence.package.jsonnow declares the SPDX identifierMITinstead ofSEE LICENSE IN LICENSE, so tooling can classify it. - The source is public. The package was developed inside a private monorepo and now
lives at
revenexx/talkback-js, with the history of its five original commits intact. Releases from0.1.2on carry npm provenance attestation, which a private source repository could not produce.
The channel grammar is still authored on the Go side and vendored here — see "Where the grammar comes from" in the README. Grammar changes start there, not in this repository.
- The licence changed. Up to