[PR #49] refactor: update baileys package import paths and version #59

Open
opened 2026-02-27 10:25:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-multi-session/pull/49
Author: @adarshmadrecha
Created: 4/22/2025
Status: 🔄 Open

Base: masterHead: upgrade_baileys


📝 Commits (1)

  • 7677251 refactor: update baileys package import paths and version

📊 Changes

9 files changed (+153 additions, -178 deletions)

View changed files

📝 package.json (+4 -2)
📝 pnpm-lock.yaml (+125 -152)
📝 src/Messaging/index.ts (+11 -11)
📝 src/Socket/index.ts (+2 -2)
📝 src/Types/index.ts (+7 -7)
📝 src/Utils/message-status.ts (+1 -1)
📝 src/Utils/phone-to-jid.ts (+1 -1)
📝 src/Utils/save-media.ts (+1 -1)
📝 src/index.ts (+1 -1)

📄 Description

  • Changed all import statements from "@whiskeysockets/baileys" to "baileys" across the codebase.
  • Updated package.json to replace "@whiskeysockets/baileys" with "baileys" version 6.7.16.
  • Updated pnpm-lock.yaml to reflect the new baileys package version and dependencies.
  • Added @types/node as a dev dependency in package.json.
  • Cleaned up unused dependencies and updated related code to ensure compatibility with the new package structure.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-multi-session/pull/49 **Author:** [@adarshmadrecha](https://github.com/adarshmadrecha) **Created:** 4/22/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `upgrade_baileys` --- ### 📝 Commits (1) - [`7677251`](https://github.com/mimamch/wa-multi-session/commit/767725186107c73474aa65c2598bfa027713b50d) refactor: update baileys package import paths and version ### 📊 Changes **9 files changed** (+153 additions, -178 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+4 -2) 📝 `pnpm-lock.yaml` (+125 -152) 📝 `src/Messaging/index.ts` (+11 -11) 📝 `src/Socket/index.ts` (+2 -2) 📝 `src/Types/index.ts` (+7 -7) 📝 `src/Utils/message-status.ts` (+1 -1) 📝 `src/Utils/phone-to-jid.ts` (+1 -1) 📝 `src/Utils/save-media.ts` (+1 -1) 📝 `src/index.ts` (+1 -1) </details> ### 📄 Description - Changed all import statements from "@whiskeysockets/baileys" to "baileys" across the codebase. - Updated package.json to replace "@whiskeysockets/baileys" with "baileys" version 6.7.16. - Updated pnpm-lock.yaml to reflect the new baileys package version and dependencies. - Added @types/node as a dev dependency in package.json. - Cleaned up unused dependencies and updated related code to ensure compatibility with the new package structure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-multi-session-mimamch#59
No description provided.