@runnerpro/backend 1.13.9 → 1.13.11
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.
|
@@ -224,7 +224,7 @@ const sendMessage = (req, res, { sendNotification, firebaseMessaging, isClient }
|
|
|
224
224
|
// Si es entrenador, se marca leído cuando se envía un mensaje
|
|
225
225
|
yield markReadMessage({ isClient, idCliente });
|
|
226
226
|
// Cambiar el tono del texto a uno neutro y corregir la ortografía
|
|
227
|
-
text =
|
|
227
|
+
// text = await cambiarTonoEntrenadorNeutro(text);
|
|
228
228
|
}
|
|
229
229
|
// Devuelve el texto en el otro idioma si el cliente no habla español y el idioma del cliente
|
|
230
230
|
const { textSpanish, textPreferredLanguage, preferredLanguage } = yield getPreferredLanguageForChat({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runnerpro/backend",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.11",
|
|
4
4
|
"description": "A collection of common backend functions",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./lib/cjs/index.js"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@google-cloud/storage": "^7.11.3",
|
|
66
66
|
"@google-cloud/translate": "^8.3.0",
|
|
67
|
-
"@google-cloud/vertexai": "^1.
|
|
67
|
+
"@google-cloud/vertexai": "^1.4.0",
|
|
68
68
|
"@notionhq/client": "^2.2.15",
|
|
69
69
|
"exifr": "^7.1.3",
|
|
70
70
|
"ffmpeg-static": "^5.2.0",
|