speechflow 1.4.2 → 1.4.4
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/CHANGELOG.md +19 -0
- package/etc/stx.conf +17 -11
- package/package.json +7 -4
- package/speechflow-cli/dst/speechflow-node-a2a-ffmpeg.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-a2a-ffmpeg.js +153 -0
- package/speechflow-cli/dst/speechflow-node-a2a-ffmpeg.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2a-gender.d.ts +20 -0
- package/speechflow-cli/dst/speechflow-node-a2a-gender.js +349 -0
- package/speechflow-cli/dst/speechflow-node-a2a-gender.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2a-meter.d.ts +16 -0
- package/speechflow-cli/dst/speechflow-node-a2a-meter.js +232 -0
- package/speechflow-cli/dst/speechflow-node-a2a-meter.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2a-mute.d.ts +17 -0
- package/speechflow-cli/dst/speechflow-node-a2a-mute.js +117 -0
- package/speechflow-cli/dst/speechflow-node-a2a-mute.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2a-vad.d.ts +19 -0
- package/speechflow-cli/dst/speechflow-node-a2a-vad.js +374 -0
- package/speechflow-cli/dst/speechflow-node-a2a-vad.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2a-wav.d.ts +11 -0
- package/speechflow-cli/dst/speechflow-node-a2a-wav.js +211 -0
- package/speechflow-cli/dst/speechflow-node-a2a-wav.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-a2t-deepgram.d.ts +19 -0
- package/speechflow-cli/dst/speechflow-node-a2t-deepgram.js +328 -0
- package/speechflow-cli/dst/speechflow-node-a2t-deepgram.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2a-elevenlabs.d.ts +18 -0
- package/speechflow-cli/dst/speechflow-node-t2a-elevenlabs.js +238 -0
- package/speechflow-cli/dst/speechflow-node-t2a-elevenlabs.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2a-kokoro.d.ts +14 -0
- package/speechflow-cli/dst/speechflow-node-t2a-kokoro.js +155 -0
- package/speechflow-cli/dst/speechflow-node-t2a-kokoro.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-deepl.d.ts +15 -0
- package/speechflow-cli/dst/speechflow-node-t2t-deepl.js +146 -0
- package/speechflow-cli/dst/speechflow-node-t2t-deepl.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-format.d.ts +11 -0
- package/speechflow-cli/dst/speechflow-node-t2t-format.js +82 -0
- package/speechflow-cli/dst/speechflow-node-t2t-format.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-ollama.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-t2t-ollama.js +247 -0
- package/speechflow-cli/dst/speechflow-node-t2t-ollama.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-openai.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-t2t-openai.js +227 -0
- package/speechflow-cli/dst/speechflow-node-t2t-openai.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-sentence.d.ts +17 -0
- package/speechflow-cli/dst/speechflow-node-t2t-sentence.js +250 -0
- package/speechflow-cli/dst/speechflow-node-t2t-sentence.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-subtitle.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-t2t-subtitle.js +278 -0
- package/speechflow-cli/dst/speechflow-node-t2t-subtitle.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-t2t-transformers.d.ts +14 -0
- package/speechflow-cli/dst/speechflow-node-t2t-transformers.js +265 -0
- package/speechflow-cli/dst/speechflow-node-t2t-transformers.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-x2x-filter.d.ts +11 -0
- package/speechflow-cli/dst/speechflow-node-x2x-filter.js +121 -0
- package/speechflow-cli/dst/speechflow-node-x2x-filter.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-x2x-trace.d.ts +11 -0
- package/speechflow-cli/dst/speechflow-node-x2x-trace.js +111 -0
- package/speechflow-cli/dst/speechflow-node-x2x-trace.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-xio-device.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-xio-device.js +230 -0
- package/speechflow-cli/dst/speechflow-node-xio-device.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-xio-file.d.ts +11 -0
- package/speechflow-cli/dst/speechflow-node-xio-file.js +216 -0
- package/speechflow-cli/dst/speechflow-node-xio-file.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-xio-mqtt.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-xio-mqtt.js +188 -0
- package/speechflow-cli/dst/speechflow-node-xio-mqtt.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node-xio-websocket.d.ts +13 -0
- package/speechflow-cli/dst/speechflow-node-xio-websocket.js +278 -0
- package/speechflow-cli/dst/speechflow-node-xio-websocket.js.map +1 -0
- package/speechflow-cli/dst/speechflow-node.d.ts +65 -0
- package/speechflow-cli/dst/speechflow-node.js +180 -0
- package/speechflow-cli/dst/speechflow-node.js.map +1 -0
- package/speechflow-cli/dst/speechflow-utils.d.ts +74 -0
- package/speechflow-cli/dst/speechflow-utils.js +519 -0
- package/speechflow-cli/dst/speechflow-utils.js.map +1 -0
- package/speechflow-cli/dst/speechflow.d.ts +7 -0
- package/speechflow-cli/dst/speechflow.js +837 -0
- package/speechflow-cli/dst/speechflow.js.map +1 -0
- package/speechflow-cli/etc/stx.conf +13 -13
- package/speechflow-cli/package.json +7 -7
- package/speechflow-cli/src/speechflow.ts +5 -5
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Bold.eot +0 -0
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Bold.ttf +0 -0
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Bold.woff +0 -0
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Regular.eot +0 -0
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Regular.ttf +0 -0
- package/speechflow-ui-db/dst/app-font-TypoPRO-SourceSansPro-Regular.woff +0 -0
- package/speechflow-ui-db/dst/app-font-fa-brands-400.woff2 +0 -0
- package/speechflow-ui-db/dst/app-font-fa-regular-400.woff2 +0 -0
- package/speechflow-ui-db/dst/app-font-fa-solid-900.woff2 +0 -0
- package/speechflow-ui-db/dst/app-font-fa-v4compatibility.woff2 +0 -0
- package/speechflow-ui-db/dst/app-icon.svg +26 -0
- package/speechflow-ui-db/dst/index.css +5 -0
- package/speechflow-ui-db/dst/index.html +24 -0
- package/speechflow-ui-db/dst/index.js +616 -0
- package/speechflow-ui-db/etc/stx.conf +17 -17
- package/speechflow-ui-db/package.json +2 -2
- package/speechflow-ui-db/src/app.vue +14 -7
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Bold.eot +0 -0
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Bold.ttf +0 -0
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Bold.woff +0 -0
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Regular.eot +0 -0
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Regular.ttf +0 -0
- package/speechflow-ui-st/dst/app-font-TypoPRO-SourceSansPro-Regular.woff +0 -0
- package/speechflow-ui-st/dst/app-font-fa-brands-400.woff2 +0 -0
- package/speechflow-ui-st/dst/app-font-fa-regular-400.woff2 +0 -0
- package/speechflow-ui-st/dst/app-font-fa-solid-900.woff2 +0 -0
- package/speechflow-ui-st/dst/app-font-fa-v4compatibility.woff2 +0 -0
- package/speechflow-ui-st/dst/app-icon.svg +26 -0
- package/speechflow-ui-st/dst/index.css +5 -0
- package/speechflow-ui-st/dst/index.html +24 -0
- package/speechflow-ui-st/dst/index.js +610 -0
- package/speechflow-ui-st/etc/stx.conf +17 -17
- package/speechflow-ui-st/package.json +2 -2
- /package/{speechflow-cli/etc → etc}/speechflow.yaml +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
## Licensed under GPL 3.0 <https://spdx.org/licenses/GPL-3.0-only>
|
|
5
5
|
##
|
|
6
6
|
|
|
7
|
-
# (internal)
|
|
7
|
+
# [speechflow-ui-st] (internal) create patch set for NPM dependencies
|
|
8
8
|
patch-make
|
|
9
9
|
npm shrinkwrap && \
|
|
10
10
|
patch-package --patch-dir package.d \
|
|
@@ -12,67 +12,67 @@ patch-make
|
|
|
12
12
|
htmllint-cli && \
|
|
13
13
|
shx rm -f npm-shrinkwrap.json
|
|
14
14
|
|
|
15
|
-
# (internal)
|
|
15
|
+
# [speechflow-ui-st] (internal) apply patch set for NPM dependencies
|
|
16
16
|
patch-apply
|
|
17
17
|
patch-package --patch-dir package.d
|
|
18
18
|
|
|
19
|
-
# static code analysis (continuous file watching)
|
|
19
|
+
# [speechflow-ui-st] static code analysis (continuous file watching)
|
|
20
20
|
lint-watch
|
|
21
21
|
nodemon --exec "npm start lint" --watch src --ext html,styl,js,ts,vue
|
|
22
22
|
|
|
23
|
-
# static code analysis
|
|
23
|
+
# [speechflow-ui-st] static code analysis
|
|
24
24
|
lint : lint-vue-tsc lint-eslint lint-stylelint lint-htmllint
|
|
25
25
|
|
|
26
|
-
# static code analysis (Vue language)
|
|
26
|
+
# [speechflow-ui-st] static code analysis (Vue language)
|
|
27
27
|
lint-vue-tsc
|
|
28
28
|
vue-tsc --project etc/tsc-client.json --noEmit
|
|
29
29
|
|
|
30
|
-
# static code analysis (TypeScript language)
|
|
30
|
+
# [speechflow-ui-st] static code analysis (TypeScript language)
|
|
31
31
|
lint-eslint
|
|
32
32
|
eslint --config etc/eslint.mjs src/**/*.vue src/**/*.ts
|
|
33
33
|
|
|
34
|
-
# static code analysis (CSS/Stylus languages)
|
|
34
|
+
# [speechflow-ui-st] static code analysis (CSS/Stylus languages)
|
|
35
35
|
lint-stylelint
|
|
36
36
|
stylelint --config etc/stylelint.yaml src/**/*.styl src/**/*.vue
|
|
37
37
|
|
|
38
|
-
# static code analysis (HTML language)
|
|
38
|
+
# [speechflow-ui-st] static code analysis (HTML language)
|
|
39
39
|
lint-htmllint
|
|
40
40
|
htmllint --rc etc/htmllint.json src/**/*.html
|
|
41
41
|
|
|
42
|
-
# build components for production
|
|
42
|
+
# [speechflow-ui-st] build components for production
|
|
43
43
|
build
|
|
44
44
|
npm start build-client
|
|
45
45
|
|
|
46
|
-
# build components for development
|
|
46
|
+
# [speechflow-ui-st] build components for development
|
|
47
47
|
build-dev
|
|
48
48
|
npm start build-client-dev
|
|
49
49
|
|
|
50
|
-
# build client components for production
|
|
50
|
+
# [speechflow-ui-st] build client components for production
|
|
51
51
|
build-client
|
|
52
52
|
vite --config etc/vite-client.mts build --mode production
|
|
53
53
|
|
|
54
|
-
# build client components for development
|
|
54
|
+
# [speechflow-ui-st] build client components for development
|
|
55
55
|
build-client-dev
|
|
56
56
|
vite --config etc/vite-client.mts build --mode development
|
|
57
57
|
|
|
58
|
-
# build client components for development (continuous file watching)
|
|
58
|
+
# [speechflow-ui-st] build client components for development (continuous file watching)
|
|
59
59
|
build-client-dev-watch
|
|
60
60
|
cross-env NODE_OPTIONS="--max-old-space-size=4096" \
|
|
61
61
|
vite --config etc/vite-client.mts build --mode development --watch
|
|
62
62
|
|
|
63
|
-
# run server
|
|
63
|
+
# [speechflow-ui-st] run server
|
|
64
64
|
server
|
|
65
65
|
serve -d --listen 12345 --single dst
|
|
66
66
|
|
|
67
|
-
# remove all development-only NPM dependencies
|
|
67
|
+
# [speechflow-ui-st] remove all development-only NPM dependencies
|
|
68
68
|
prune
|
|
69
69
|
npm prune --omit=dev
|
|
70
70
|
|
|
71
|
-
# remove all generated artifacts (reverse of "npm start build")
|
|
71
|
+
# [speechflow-ui-st] remove all generated artifacts (reverse of "npm start build")
|
|
72
72
|
clean
|
|
73
73
|
shx rm -rf dst-stage1 dst-stage2
|
|
74
74
|
|
|
75
|
-
# remove all generated artifacts (reverse of "npm install" and "npm start build")
|
|
75
|
+
# [speechflow-ui-st] remove all generated artifacts (reverse of "npm install" and "npm start build")
|
|
76
76
|
clean:dist : clean
|
|
77
77
|
shx rm -f package-lock.json && \
|
|
78
78
|
shx rm -rf node_modules
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"axios": "1.11.0",
|
|
23
23
|
"typopro-web": "4.2.7",
|
|
24
24
|
"@fortawesome/fontawesome-free": "7.0.0",
|
|
25
|
-
"patch-package": "8.0.0"
|
|
25
|
+
"patch-package": "8.0.0",
|
|
26
|
+
"@rse/stx": "1.0.7"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
28
29
|
"vite": "7.0.6",
|
|
@@ -59,7 +60,6 @@
|
|
|
59
60
|
"typescript": "5.9.2",
|
|
60
61
|
"vue-tsc": "3.0.5",
|
|
61
62
|
"delay-cli": "2.0.0",
|
|
62
|
-
"@rse/stx": "1.0.7",
|
|
63
63
|
"cross-env": "10.0.0",
|
|
64
64
|
"serve": "14.2.4",
|
|
65
65
|
|
|
File without changes
|