@pdfme/ui 5.4.1 → 5.4.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfme/ui",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
4
4
  "sideEffects": false,
5
5
  "author": "hand-dot",
6
6
  "license": "MIT",
@@ -139,6 +139,7 @@ const Renderer = (props: RendererProps) => {
139
139
  options,
140
140
  theme,
141
141
  i18n,
142
+ scale,
142
143
  _cache,
143
144
  });
144
145