@tiktool/live 1.6.4 → 1.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -146,9 +146,9 @@ All API requests require an API key. Get yours at [tik.tools](https://tik.tools)
146
146
 
147
147
  | Tier | Rate Limit | WS Connections | Daily Requests | Price |
148
148
  |------|-----------|---------------|---------------|-------|
149
- | **Free** | 5/min | 3 | 2,500/day | Free |
149
+ | **Free** | 5/min | 1 | 2,500/day | Free |
150
150
  | **Pro** | 120/min | 50 | 50,000/day | From $10/wk |
151
- | **Ultra** | 60/min | 500 | 250,000/day | From $50/wk |
151
+ | **Ultra** | 300/min | 500 | 250,000/day | From $50/wk |
152
152
 
153
153
  ### Free Endpoints
154
154
  `sign_url` · `check_alive` · `rate_limits` · `rankings` · `room_id` · `room_cover` · `hashtag_list` · `gift_info`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiktool/live",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "description": "TikTok LIVE API Client — Real-time chat, gifts, viewers & events from any TikTok livestream. Direct WebSocket connection.",
5
5
  "author": "tiktool",
6
6
  "license": "MIT",