@react-pdf/types
Advanced tools
Comparing version 2.3.3 to 2.3.4
# @react-pdf/types | ||
## 2.3.4 | ||
### Patch Changes | ||
- [#2130](https://github.com/diegomura/react-pdf/pull/2130) [`4a55c1b`](https://github.com/diegomura/react-pdf/commit/4a55c1b2ed19e460ccae6e749ed94c16729a23c4) Thanks [@PoornakumarRasiraju](https://github.com/PoornakumarRasiraju)! - fix: allow credentials option in Image | ||
## 2.3.3 | ||
@@ -4,0 +10,0 @@ |
@@ -9,3 +9,3 @@ type HTTPMethod = 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'PATCH'; | ||
type SourceURLObject = { uri: string; method: HTTPMethod; body: any; headers: any } | ||
type SourceURLObject = { uri: string; method: HTTPMethod; body: any; headers: any; credentials?: 'omit' | 'same-origin' | 'include' } | ||
@@ -12,0 +12,0 @@ type Source = |
{ | ||
"name": "@react-pdf/types", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "React-pdf TypeScript definitions", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17774