We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd212 commit e49c8e2Copy full SHA for e49c8e2
packages/tts-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tts-cli",
3
- "version": "3.0.2",
+ "version": "4.0.0",
4
"description": "Command-line tool to convert text to speech",
5
"bin": {
6
"tts": "./tts.js"
packages/web-tts/package.json
"name": "web-tts",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "Convert webpages to audio speech",
"main": "dist/index.js",
@@ -38,7 +38,7 @@
38
"minimist": "^1.2.5",
39
"puppeteer": "^5.2.1",
40
"tempy": "^0.6.0",
41
- "tts-cli": "^3.0.2"
+ "tts-cli": "^4.0.0"
42
},
43
"devDependencies": {
44
"@types/js-yaml": "^3.12.5",
0 commit comments