Skip to content

Commit f10106d

Browse files
committed
chore: drop bun.lock, restore changeset-managed versioning for PR #67
1 parent d4bef2f commit f10106d

6 files changed

Lines changed: 8 additions & 1549 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'zaileys': minor
3+
---
4+
5+
Add customizable sticker pack and author metadata via `ClientOptions.sticker` and per-message `.sticker(src, { pack, author })`, plus improved quoted-message context resolution in direct chats.

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# zaileys
22

3-
## 4.9.0
4-
5-
### Minor Changes
6-
7-
- Add custom sticker pack and author metadata configuration support via `ClientOptions.sticker` and `StickerOptions`, with aliases (`pack`, `author`, `packname`, `publisher`).
8-
93
## 4.8.5
104

115
### Patch Changes

bun.lock

Lines changed: 0 additions & 1540 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "4.9.0",
4+
"version": "4.8.5",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/index.cjs",

tests/contracts/message-store.contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const runMessageStoreContract = (
282282
expect(mList.length).toBe(300)
283283
expect(cList.length).toBe(300)
284284
expect(uList.length).toBe(300)
285-
}, 30000)
285+
})
286286

287287
it('F6: listMessages returns immutable copies', async () => {
288288
const jid = 'immut@s.whatsapp.net'

tests/media/ffmpeg-image.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vi.mock('../../src/media/ffmpeg/core.js', async () => {
2626
import { ImageProcessor } from '../../src/media/ffmpeg/image.js'
2727

2828
const PNG_1x1 = Buffer.from(
29-
'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==',
29+
'iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+M8AAAMBAQDJ/pLvAAAAAElFTkSuQmCC',
3030
'base64',
3131
)
3232

0 commit comments

Comments
 (0)