@embedpdf/models 1.3.1 → 1.3.3

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
@@ -14,6 +14,10 @@ export interface PdfPageObject {
14
14
  * Orignal size of this page
15
15
  */
16
16
  size: Size;
17
+ /**
18
+ * Rotation of this page
19
+ */
20
+ rotation: Rotation;
17
21
  }
18
22
  /**
19
23
  * Representation of pdf page with rotated size
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/models",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
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",