@globalfishingwatch/api-client
Advanced tools
Comparing version 1.6.2 to 1.6.3
# @globalfishingwatch/api-client | ||
## 1.6.3 | ||
### Patch Changes | ||
- a9c2879: Fishingmap/share workspace | ||
- Updated dependencies [a9c2879] | ||
- @globalfishingwatch/api-types@2.0.4 | ||
## 1.6.2 | ||
@@ -4,0 +12,0 @@ |
@@ -17,6 +17,7 @@ import { UserData, ResourceResponseType } from '@globalfishingwatch/api-types'; | ||
} | ||
export declare type FetchOptions = Partial<RequestInit> & { | ||
export declare type FetchOptions<T = BodyInit> = Partial<RequestInit> & { | ||
method?: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'; | ||
responseType?: ResourceResponseType; | ||
dataset?: boolean; | ||
body?: T; | ||
}; | ||
@@ -23,0 +24,0 @@ export declare type RequestStatus = 'idle' | 'refreshingToken' | 'logging' | 'downloading'; |
{ | ||
"name": "@globalfishingwatch/api-client", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "author": "satellitestudio <contact@satellitestud.io>", | ||
"dependencies": { | ||
"@globalfishingwatch/api-types": "^2.0.3", | ||
"@globalfishingwatch/api-types": "^2.0.4", | ||
"file-saver": "^2.0.2" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "f2a9742091fa876b2e589b6a07702023b94b5b87" | ||
"gitHead": "4ce755ac8c658cb5991704665302bb616d289ac8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54819
152
4