Skip to content

Commit 6b3ca75

Browse files
committed
chore: Renamed package
1 parent cd0987d commit 6b3ca75

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "wppconnect",
3-
"version": "0.0.1",
2+
"name": "@wppconnect-team/wppconnect",
3+
"version": "0.0.2",
44
"description": "WPPConnect is an open source project developed by the JavaScript community with the aim of exporting functions from WhatsApp Web to the node, which can be used to support the creation of any interaction, such as customer service, media sending, intelligence recognition based on phrases artificial and many other things, use your imagination... 😀🤔💭",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/controllers/welcome.ts

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ export function welcomeScreen() {
3131
}
3232
welcomeShown = true;
3333
logger.info(`
34-
▄▄░ ▄ ▄▄▄▄▄▄▄▄▄▄▄▄▄ ██ ▄▄ ▄▄▄▄ ░
35-
░██▄ ██ ███▀▀▀▀▀▀▀▀█▌ ███▌ ██▄ ▄▄█▀▀▀▀▀▀█▄ ▓█▄ ▄█░
36-
░██▄ ░██▀ ███ ██▀██▄ ██▄ ▄█░ ▀█▄ ▓███▄ ░████░
37-
██▌ ▄██░ ▄███▄▄▄▄ ██ ▓██▄ ██▄▐█ ▐█ ▓█▌▀██▄ ▄███░██░
38-
██▌ ▄██░ ▀███▀▀▀▀ ██ ▐██▌ ██▄▐█ ▐█░▓█▌ ▀█████░ ██░
39-
▓████ ███ ██ ▀██▄██▄ █▌ ██ ▓█▌ ▀█░ ██░
40-
▀██ ███ █▌ ██ ▀███▄ ▀█▄ ▄▄█▀ ▓█▌ ██░
41-
▀ ▀███████████▌ ██ ░██▄ ▀▀███▀▀░ ▀█▌ ▓█░`);
34+
_ ______ ____ ______ __
35+
| | / / __ \\/ __ \\/ ____/___ ____ ____ ___ _____/ /_
36+
| | /| / / /_/ / /_/ / / / __ \\/ __ \\/ __ \\/ _ \\/ ___/ __/
37+
| |/ |/ / ____/ ____/ /___/ /_/ / / / / / / / __/ /__/ /_
38+
|__/|__/_/ /_/ \\____/\\____/_/ /_/_/ /_/\\___/\\___/\\__/`);
4239
}
4340

4441
export async function checkUpdates() {
@@ -54,7 +51,7 @@ export async function checkUpdates() {
5451
*/
5552
async function checkWPPConnectVersion() {
5653
logger.info('Checking for updates');
57-
await latestVersion('wppconnect').then((latest) => {
54+
await latestVersion('@wppconnect-team/wppconnect').then((latest) => {
5855
if (upToDate(version, latest)) {
5956
logger.info("You're up to date");
6057
} else {

0 commit comments

Comments
 (0)