@lovable.dev/sdk 1.9.0 → 1.9.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.
package/README.md CHANGED
@@ -163,10 +163,11 @@ Types you will meet first:
163
163
  ## Rate limits
164
164
 
165
165
  Responses carry `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and, when
166
- known, `X-RateLimit-Reset` (Unix seconds). Limits are per user across all of
167
- that user's keys and sessions, in a sliding window. Publishing is limited
168
- separately (10 per minute by default) and so is deployment status polling
169
- (120 per minute).
166
+ known, `X-RateLimit-Reset` (Unix seconds). Limits use a sliding window: per
167
+ API key for key-authenticated requests, per user for session and OAuth
168
+ requests. Publishing is limited separately (10 per minute by default), as are
169
+ deployment status polling (120 per minute), analytics, security-center
170
+ insights, and collaborator reads (300 per minute).
170
171
 
171
172
  On `429` the client retries the request up to three times, waiting 100 ms,
172
173
  300 ms, then 500 ms, or longer when the `Retry-After` header asks for more.