@remotion/promo-pages 4.0.276 → 4.0.278
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/.turbo/turbo-make.log +2 -2
- package/dist/Homepage.js +6 -3
- package/package.json +10 -10
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/promo-pages@4.0.
|
|
3
|
+
> @remotion/promo-pages@4.0.278 make /Users/jonathanburger/remotion/packages/promo-pages
|
|
4
4
|
> bun --env-file=../.env.bundle bundle.ts
|
|
5
5
|
|
|
6
6
|
≈ tailwindcss v4.0.0
|
|
7
7
|
|
|
8
|
-
Done in
|
|
8
|
+
Done in 82ms
|
package/dist/Homepage.js
CHANGED
|
@@ -5227,7 +5227,7 @@ var useIsPlayer = () => {
|
|
|
5227
5227
|
function truthy(value) {
|
|
5228
5228
|
return Boolean(value);
|
|
5229
5229
|
}
|
|
5230
|
-
var VERSION = "4.0.
|
|
5230
|
+
var VERSION = "4.0.278";
|
|
5231
5231
|
var checkMultipleRemotionVersions = () => {
|
|
5232
5232
|
if (typeof globalThis === "undefined") {
|
|
5233
5233
|
return;
|
|
@@ -6571,8 +6571,11 @@ var continueRender = (handle) => {
|
|
|
6571
6571
|
handles = handles.filter((h) => {
|
|
6572
6572
|
if (h === handle) {
|
|
6573
6573
|
if (getRemotionEnvironment().isRendering) {
|
|
6574
|
-
|
|
6575
|
-
|
|
6574
|
+
if (!window.remotion_delayRenderTimeouts[handle]) {
|
|
6575
|
+
return false;
|
|
6576
|
+
}
|
|
6577
|
+
const { label, startTime, timeout } = window.remotion_delayRenderTimeouts[handle];
|
|
6578
|
+
clearTimeout(timeout);
|
|
6576
6579
|
const message = [
|
|
6577
6580
|
label ? `delayRender() "${label}"` : "A delayRender()",
|
|
6578
6581
|
DELAY_RENDER_CLEAR_TOKEN,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.278",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"polished": "4.3.1",
|
|
11
11
|
"zod": "3.22.3",
|
|
12
12
|
"bun-plugin-tailwind": "0.0.15",
|
|
13
|
-
"@remotion/animated-emoji": "4.0.
|
|
14
|
-
"@remotion/
|
|
15
|
-
"@remotion/
|
|
16
|
-
"@remotion/player": "4.0.
|
|
17
|
-
"@remotion/
|
|
18
|
-
"create-video": "4.0.
|
|
19
|
-
"
|
|
20
|
-
"remotion": "4.0.
|
|
13
|
+
"@remotion/animated-emoji": "4.0.278",
|
|
14
|
+
"@remotion/lottie": "4.0.278",
|
|
15
|
+
"@remotion/lambda": "4.0.278",
|
|
16
|
+
"@remotion/player": "4.0.278",
|
|
17
|
+
"@remotion/paths": "4.0.278",
|
|
18
|
+
"create-video": "4.0.278",
|
|
19
|
+
"remotion": "4.0.278",
|
|
20
|
+
"@remotion/shapes": "4.0.278"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@eslint/eslintrc": "3.1.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"tailwind-merge": "2.5.2",
|
|
35
35
|
"bun-plugin-tailwind": "0.0.13",
|
|
36
36
|
"clsx": "2.1.1",
|
|
37
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
37
|
+
"@remotion/eslint-config-internal": "4.0.278"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
|
40
40
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/promo-pages"
|