Skip to content

Commit a86b3cd

Browse files
authored
Merge pull request #181 from veigamann/dev
fix: returned to main whatsapp-web.js
2 parents 89581a0 + ecbfcc5 commit a86b3cd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.2",
4040
"uuid": "^9.0.0",
41-
"whatsapp-web.js": "https://github.com/Luisotee/whatsapp-web.js",
41+
"whatsapp-web.js": "1.22.2-alpha.1",
4242
"zod": "^3.22.2"
4343
},
4444
"type": "module"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
integrity sha512-0MhX9/B4iL6Re04jPrttDm+BsP8y6mS7byuv0BvXgdXhbV5PdlsHt55dvNsuBCPZ7xq1oTAOOuotR9NFbQyMSA==
1717
dependencies:
1818
"@clack/core" "^0.3.3"
19-
is-unicode-supported "^1.3.0"
2019
picocolors "^1.0.0"
2120
sisteransi "^1.0.5"
2221

@@ -2956,9 +2955,10 @@ webidl-conversions@^3.0.0:
29562955
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
29572956
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
29582957

2959-
"whatsapp-web.js@https://github.com/Luisotee/whatsapp-web.js":
2960-
version "1.22.2-alpha.0"
2961-
resolved "https://github.com/Luisotee/whatsapp-web.js#f5fa6c6cc26b3d951318580e48268f1d4f948727"
2958+
whatsapp-web.js@1.22.2-alpha.1:
2959+
version "1.22.2-alpha.1"
2960+
resolved "https://registry.yarnpkg.com/whatsapp-web.js/-/whatsapp-web.js-1.22.2-alpha.1.tgz#3120c6677199b82d813c017ed282e7f2decb2e47"
2961+
integrity sha512-E3fLtkybS/t1cYEIRtnsqwYrvIOsZz5odHFHvdZPxnQFdTvsf/rb6iSc9W2KQmhHxLU3YdNankvOBabmMc3Qnw==
29622962
dependencies:
29632963
"@pedroslopez/moduleraid" "^5.0.2"
29642964
fluent-ffmpeg "^2.1.2"

0 commit comments

Comments
 (0)