edge-tts-node
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -190,3 +190,3 @@ "use strict"; | ||
_pushData(data, requestId) { | ||
this._log("+++++++", Object.keys(this._streams), requestId); | ||
data = typeof data == "string" ? data : JSON.stringify(data); | ||
this._streams[requestId].push(data, 'utf8'); | ||
@@ -193,0 +193,0 @@ } |
{ | ||
"name": "edge-tts-node", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "An Azure Speech Service module that uses the Microsoft Edge Read Aloud API.", | ||
@@ -5,0 +5,0 @@ "author": "Migushthe2nd <Migushthe2nd@users.noreply.github.com>", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32425