@remotion/layout-utils 4.0.231 → 4.0.233
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/esm/index.mjs +2 -1
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -92,7 +92,8 @@ var measureText = ({
|
|
|
92
92
|
`A measurement with the fallback font ${computedFallback} was taken and had the same dimensions, indicating that the browser used the fallback font.`,
|
|
93
93
|
"See https://remotion.dev/docs/layout-utils/best-practices for best practices."
|
|
94
94
|
];
|
|
95
|
-
throw new Error(err.join(
|
|
95
|
+
throw new Error(err.join(`
|
|
96
|
+
`));
|
|
96
97
|
}
|
|
97
98
|
}
|
|
98
99
|
const result = { height: boundingBox.height, width: boundingBox.width };
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/layout-utils",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.233",
|
|
7
7
|
"description": "Utilities for working with layouts",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"eslint": "9.14.0",
|
|
23
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
23
|
+
"@remotion/eslint-config-internal": "4.0.233"
|
|
24
24
|
},
|
|
25
25
|
"author": "Yehor Misiats (https://github.com/satelllte)",
|
|
26
26
|
"maintainers": [
|