@tiktool/live 2.2.0 → 2.2.1

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 +15 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  - **Universal runtime support** — Node.js 18+, Bun, Deno, Cloudflare Workers, Durable Objects, and browsers
26
26
  - **Full TypeScript** — complete type definitions for all 18+ event types with IDE autocompletion
27
27
  - **Battle-tested** — production-ready with auto-reconnect, heartbeat management, and error recovery
28
- - **Generous free tier** — 30 requests/min, 3 concurrent WebSocket connections, all endpoints included
28
+ - **Generous free tier** — 2,500 requests/day, 1 WebSocket connection, no credit card required
29
29
 
30
30
  ---
31
31
 
@@ -35,7 +35,7 @@
35
35
  npm install @tiktool/live
36
36
  ```
37
37
 
38
- Get your free API key at **[tik.tools](https://tik.tools)** — all endpoints are accessible on the free tier.
38
+ Get your free API key at **[tik.tools](https://tik.tools)** — no credit card required. The free tier includes WebSocket signing, live status checks, and 2,500 requests/day.
39
39
 
40
40
  ```typescript
41
41
  import { TikTokLive } from '@tiktool/live';
@@ -124,7 +124,7 @@ live.on('event', (event) => {
124
124
 
125
125
  ## 🌐 REST API Endpoints
126
126
 
127
- The sign server at `api.tik.tools` exposes a full REST API alongside WebSocket signing. All endpoints are accessible on every tier higher tiers unlock increased rate limits and concurrent connections.
127
+ The sign server at `api.tik.tools` exposes a full REST API alongside WebSocket signing. Basic endpoints (signing, live checks) are available on the free tier. Pro and Ultra plans unlock all endpoints with higher rate limits.
128
128
 
129
129
  | Endpoint | Description |
130
130
  |----------|-------------|
@@ -155,17 +155,21 @@ Full API documentation: **[tik.tools/docs](https://tik.tools/docs)**
155
155
 
156
156
  ## 💰 Pricing
157
157
 
158
- All plans include access to **every endpoint**. Higher tiers unlock increased throughput.
158
+ All plans include signatures and full WebSocket support. Higher tiers unlock all endpoints, priority routing, and increased throughput.
159
159
 
160
160
  | | **Free** | **Pro** | **Ultra** |
161
161
  |---|---|---|---|
162
- | **Price** | Free forever | $29/mo | $99/mo |
163
- | **Rate Limit** | 30 req/min | 120 req/min | 300 req/min |
164
- | **WebSocket Connections** | 3 concurrent | 50 concurrent | 500 concurrent |
165
- | **Bulk Live Check** | 5 users/req | 50 users/req | 100 users/req |
166
- | **Support** | Community | Priority | Dedicated |
167
-
168
- Get your API key at **[tik.tools](https://tik.tools)**.
162
+ | **Weekly** | Free | $15/wk | $45/wk |
163
+ | **Monthly** | Free | $48/mo | $169/mo |
164
+ | **Yearly** | Free | $39/mo | $149/mo |
165
+ | **Daily Requests** | 2,500 | 50,000 | 250,000 |
166
+ | **WebSocket Connections** | 1 | 50 | 500 |
167
+ | **Endpoints** | Basic | All | All |
168
+ | **Priority Routing** | | ✓ | ✓ |
169
+ | **Overage** | — | $0.001/req | $0.0005/req |
170
+ | **Support** | Community | Email | Dedicated |
171
+
172
+ Get your Free API key at **[tik.tools](https://tik.tools)**.
169
173
 
170
174
  ---
171
175
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiktool/live",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "TikTok LIVE API SDK — Real-time chat, gifts, battles, follows, likes & 18+ event types from any TikTok livestream via WebSocket. Zero dependencies. Works in Node.js, Bun, Deno, Cloudflare Workers & Durable Objects.",
5
5
  "author": "TikTool <hello@tik.tools>",
6
6
  "license": "MIT",