grab-url 1.6.18 → 1.6.19
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/dist/grab-api.d.ts +0 -1
- package/package.json +1 -1
package/dist/grab-api.d.ts
CHANGED
|
@@ -171,7 +171,6 @@ export declare type GrabOptions<TResponse = any, TParams = any> = {
|
|
|
171
171
|
cacheForTime?: number;
|
|
172
172
|
/** default=30 The timeout for the request in seconds */
|
|
173
173
|
timeout?: number;
|
|
174
|
-
/** default='/api/' base url prefix, override with SERVER_API_URL env */
|
|
175
174
|
baseURL?: string;
|
|
176
175
|
/** default=true Cancel previous requests to same path */
|
|
177
176
|
cancelOngoingIfNew?: boolean;
|
package/package.json
CHANGED