Dave HortonandClaude Opus 5 724af7fcab fix(deps): drop unused undici dependency (#153)
undici was declared as a direct dependency but is never required
anywhere in this package - grep across index.js, lib/ and stubs/ finds
no reference to undici, ProxyAgent, setGlobalDispatcher or Dispatcher.
The one HTTP call in lib/synth-audio.js uses the global fetch, and
Azure proxy support goes through the SDK's own setProxy plus the
http_proxy_ip/http_proxy_port params.

Removing it clears all seven open undici advisories from npm audit for
this package and its consumers, and stops speech-utils pulling a
duplicate undici 7.x into trees where the consumer already depends on
undici 8 (feature-server does).

Lint passes; full test suite passes 105/105 with live vendor credentials.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-06 10:13:31 -04:00
2024-07-30 07:29:25 -04:00
2024-05-27 11:04:35 +02:00
2023-02-08 12:48:33 -05:00
2023-12-06 10:06:43 -05:00

speech-utils CI

TTS-related speech utilities for jambonz.

S
Description
TTS-related speech utilities for jambonz
Readme MIT
3.9 MiB
Languages
JavaScript 99.8%
Dockerfile 0.2%