Skip to content

Commit e70f54d

Browse files
authored
chore(voice): unprivate voice provider packages (#2066)
The voice provider packages carry "private": true, so changesets versions them and writes their changelogs while changeset publish skips them. Plivo is bumped to 0.1.0 by the pending release yet has never reached npm, and the Deepgram, ElevenLabs, and AssemblyAI install instructions in the public docs reference packages that do not exist. Telnyx is the only provider already publishing, because its private field was removed by hand in 2142b23. Publishing still requires npm-side bootstrap: trusted publishing cannot create a package's first version, and four of these five names are absent from the registry.
1 parent 38bbf5a commit e70f54d

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

voice-providers/assemblyai/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@cloudflare/voice-assemblyai",
3-
"private": true,
43
"version": "0.0.2",
54
"description": "AssemblyAI Universal 3.5 Pro Realtime STT provider for Cloudflare Agents voice pipeline",
65
"repository": {

voice-providers/deepgram/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@cloudflare/voice-deepgram",
3-
"private": true,
43
"version": "0.0.1",
54
"description": "Deepgram streaming STT provider for Cloudflare Agents voice pipeline",
65
"repository": {

voice-providers/elevenlabs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@cloudflare/voice-elevenlabs",
3-
"private": true,
43
"version": "0.0.2",
54
"description": "ElevenLabs STT and TTS providers for Cloudflare Agents voice pipeline",
65
"repository": {

voice-providers/plivo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@cloudflare/voice-plivo",
3-
"private": true,
43
"version": "0.0.1",
54
"description": "Plivo audio streaming adapter for Cloudflare Agents voice pipeline — connect phone calls to VoiceAgent",
65
"repository": {

voice-providers/twilio/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "@cloudflare/voice-twilio",
3-
"private": true,
43
"version": "0.0.2",
54
"description": "Twilio Media Streams adapter for Cloudflare Agents voice pipeline — connect phone calls to VoiceAgent",
65
"repository": {

0 commit comments

Comments
 (0)