voxflow 1.6.0 → 1.7.0
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.
- package/dist/index.js +1 -1
- package/package.json +3 -2
- package/dist/935.index.js +0 -750
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "voxflow",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "AI audio content creation CLI — stories, podcasts, narration, dubbing, transcription, translation, and video translation with TTS",
|
|
5
5
|
"bin": {
|
|
6
6
|
"voxflow": "./dist/index.js"
|
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "ncc build bin/voxflow.js -o dist --minify && rm -rf dist/cli",
|
|
44
44
|
"prepublishOnly": "npm run build",
|
|
45
|
-
"test": "node --test tests/*.test.js"
|
|
45
|
+
"test": "node --test tests/*.test.js",
|
|
46
|
+
"test:watch": "node --test --watch tests/*.test.js"
|
|
46
47
|
},
|
|
47
48
|
"author": "gonghaoran",
|
|
48
49
|
"license": "UNLICENSED",
|