n8n-nodes-tts-bigboss 1.0.0 → 1.0.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-tts-bigboss",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "BigBoss TTS node with multi-engine support and automatic SRT generation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"n8n": {
|
|
25
25
|
"n8nNodesApiVersion": 1,
|
|
26
26
|
"nodes": [
|
|
27
|
-
"dist/
|
|
27
|
+
"dist/TTSBigBoss.node.js"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|