unlayer-types 1.339.0 → 1.342.0

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.
Files changed (2) hide show
  1. package/embed.d.ts +1 -1
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -2721,7 +2721,7 @@ declare module "editor/helpers/image" {
2721
2721
  blob: Blob;
2722
2722
  url: string;
2723
2723
  }>;
2724
- export function tryFetchImageBlob(imageURL: string, requestOptions?: RequestInit, { cache }?: {
2724
+ export function tryFetchImageBlob(imageURL: string, requestOptions?: RequestInit | HeadersInit, { cache }?: {
2725
2725
  cache?: boolean;
2726
2726
  }): Promise<Blob>;
2727
2727
  export function getImageUrlWithProxy(imageURL: string, { proxyURL }?: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.339.0",
3
+ "version": "1.342.0",
4
4
  "license": "MIT"
5
5
  }