graphlit-client 1.0.20250925001 → 1.0.20250925002
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 +1 -0
- package/dist/client.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -365,6 +365,7 @@ The SDK includes automatic retry logic for network errors and transient failures
|
|
|
365
365
|
By default, the client will automatically retry on these status codes:
|
|
366
366
|
|
|
367
367
|
- `429` - Too Many Requests
|
|
368
|
+
- `500` - Internal Server Error
|
|
368
369
|
- `502` - Bad Gateway
|
|
369
370
|
- `503` - Service Unavailable
|
|
370
371
|
- `504` - Gateway Timeout
|
package/dist/client.js
CHANGED