@embedpdf/models 2.11.0 → 2.11.1

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/pdf.d.ts CHANGED
@@ -2178,7 +2178,7 @@ export declare function unionFlags(flags: MatchFlag[]): MatchFlag;
2178
2178
  *
2179
2179
  * @public
2180
2180
  */
2181
- export type ImageConversionTypes = 'image/webp' | 'image/png' | 'image/jpeg';
2181
+ export type ImageConversionTypes = 'image/webp' | 'image/png' | 'image/jpeg' | 'image/bmp';
2182
2182
  /**
2183
2183
  * Targe for searching
2184
2184
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/models",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "private": false,
5
5
  "description": "Shared type definitions, data models, and utility helpers (geometry, tasks, logging, PDF primitives) that underpin every package in the EmbedPDF ecosystem.",
6
6
  "type": "module",