@fonoster/ctl 0.7.48 → 0.7.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -115,7 +115,7 @@ class Create extends AuthenticatedCommand_1.AuthenticatedCommand {
|
|
|
115
115
|
},
|
|
116
116
|
textToSpeech: {
|
|
117
117
|
productRef: yield (0, prompts_1.select)({
|
|
118
|
-
message: "
|
|
118
|
+
message: "TTS Vendor",
|
|
119
119
|
choices: [
|
|
120
120
|
{ name: "Deepgram", value: "tts.deepgram" },
|
|
121
121
|
{ name: "ElevenLabs", value: "tts.elevenlabs" },
|
|
@@ -129,7 +129,7 @@ class Update extends AuthenticatedCommand_1.AuthenticatedCommand {
|
|
|
129
129
|
},
|
|
130
130
|
textToSpeech: {
|
|
131
131
|
productRef: yield (0, prompts_1.select)({
|
|
132
|
-
message: "
|
|
132
|
+
message: "TTS Vendor",
|
|
133
133
|
choices: [
|
|
134
134
|
{ name: "Deepgram", value: "tts.deepgram" },
|
|
135
135
|
{ name: "ElevenLabs", value: "tts.elevenlabs" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/ctl",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.50",
|
|
4
4
|
"description": "Fonoster Control Tool",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"bugs": {
|
|
31
31
|
"url": "https://github.com/fonoster/fonoster/issues"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "8f3e00e4a8c2c2d23184a0868e556dace4aeeb5f",
|
|
34
34
|
"bin": {
|
|
35
35
|
"fonoster": "./bin/run.js"
|
|
36
36
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"helpClass": "./dist/help"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@fonoster/sdk": "^0.7.
|
|
45
|
+
"@fonoster/sdk": "^0.7.50",
|
|
46
46
|
"@inquirer/prompts": "^7.1.0",
|
|
47
47
|
"@oclif/core": "^4.0.34",
|
|
48
48
|
"cliui": "^8.0.1",
|