Skip to content

Commit d8e2b0b

Browse files
committed
fix: pin @opentui/core to exact version 0.1.72
- Resolve 'Symbol not found' error by ensuring exact version match - Bump version to 1.5.0-dev.14
1 parent 7f6aebf commit d8e2b0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@muhammedaksam/waha-tui",
3-
"version": "1.5.0-dev.13",
3+
"version": "1.5.0-dev.14",
44
"description": "TUI client for WhatsApp using WAHA (WhatsApp HTTP API) - manage chats, send messages, and more from your terminal",
55
"module": "src/index.ts",
66
"type": "module",
@@ -78,7 +78,7 @@
7878
"@opentui-ui/dialog": "^0.0.4",
7979
"@opentui-ui/toast": "^0.0.5",
8080
"@opentui-ui/utils": "^0.0.1",
81-
"@opentui/core": "^0.1.72",
81+
"@opentui/core": "0.1.72",
8282
"node-notifier": "^10.0.1",
8383
"qrcode": "^1.5.4"
8484
},

0 commit comments

Comments
 (0)