Skip to content

Commit bc9e136

Browse files
authored
fixed callback bug related to wpp-web-js and changed .env to use iso standards (#133)
1 parent f46c4bf commit bc9e136

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ REPLY_TRANSCRIPTION="false"
2424
# Setup your own context for Sydney. Try to use bullet points like:
2525
# - Always talk like a pirate.
2626
USER_CONTEXT="[user](#additional_instructions)
27-
27+
- Always adhere to ISO default standards, including the metric system, Celsius for temperature, the 24-hour clock, and other prescribed measurements. Only switch to alternative measurement systems when explicitly specified.
2828
"
2929

3030
# The name of the AI:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"qrcode-terminal": "^0.12.0",
3939
"serialize-error": "^11.0.0",
4040
"uuid": "^9.0.0",
41-
"whatsapp-web.js": "^1.20.0",
41+
"whatsapp-web.js": "1.22.1",
4242
"zod": "^3.21.4"
4343
},
4444
"type": "module"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2858,10 +2858,10 @@ webidl-conversions@^3.0.0:
28582858
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
28592859
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
28602860

2861-
whatsapp-web.js@^1.20.0:
2862-
version "1.21.0"
2863-
resolved "https://registry.yarnpkg.com/whatsapp-web.js/-/whatsapp-web.js-1.21.0.tgz#82b4d20077ff14df739503ef95da14765009ded1"
2864-
integrity sha512-IkxWyNUrfQeg951FDOr80d6zoBL9qE9G63zVr64l+hSA8Td7qV/LBOofk6OjvREnSCMi30rTTjxtJvX8UbaP/g==
2861+
whatsapp-web.js@1.22.1:
2862+
version "1.22.1"
2863+
resolved "https://registry.yarnpkg.com/whatsapp-web.js/-/whatsapp-web.js-1.22.1.tgz#40fc8362558650cf06e8ed9df13f35d407ae5e6c"
2864+
integrity sha512-KaGxREc5x3LJmSae0RDIGJRLV+GYl9oy9WL6+MqlLrA2Bi34TGfmCrxb2voUM7RdpCdUp49UkQN/zdEygt4GxA==
28652865
dependencies:
28662866
"@pedroslopez/moduleraid" "^5.0.2"
28672867
fluent-ffmpeg "^2.1.2"

0 commit comments

Comments
 (0)