@remotion/promo-pages 4.0.358 → 4.0.361
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
CHANGED
package/dist/Homepage.js
CHANGED
|
@@ -740,7 +740,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
740
740
|
});
|
|
741
741
|
}, useIsPlayer = () => {
|
|
742
742
|
return useContext(IsPlayerContext);
|
|
743
|
-
}, VERSION = "4.0.
|
|
743
|
+
}, VERSION = "4.0.361", checkMultipleRemotionVersions = () => {
|
|
744
744
|
if (typeof globalThis === "undefined") {
|
|
745
745
|
return;
|
|
746
746
|
}
|
|
@@ -20725,6 +20725,7 @@ var listOfRemotionPackages = [
|
|
|
20725
20725
|
"@remotion/lambda",
|
|
20726
20726
|
"@remotion/lambda-client",
|
|
20727
20727
|
"@remotion/layout-utils",
|
|
20728
|
+
"@remotion/rounded-text-box",
|
|
20728
20729
|
"@remotion/licensing",
|
|
20729
20730
|
"@remotion/lottie",
|
|
20730
20731
|
"@remotion/mcp",
|
|
@@ -740,7 +740,7 @@ var __defProp2, __export2 = (target, all) => {
|
|
|
740
740
|
});
|
|
741
741
|
}, useIsPlayer = () => {
|
|
742
742
|
return useContext(IsPlayerContext);
|
|
743
|
-
}, VERSION = "4.0.
|
|
743
|
+
}, VERSION = "4.0.361", checkMultipleRemotionVersions = () => {
|
|
744
744
|
if (typeof globalThis === "undefined") {
|
|
745
745
|
return;
|
|
746
746
|
}
|
|
@@ -20725,6 +20725,7 @@ var listOfRemotionPackages = [
|
|
|
20725
20725
|
"@remotion/lambda",
|
|
20726
20726
|
"@remotion/lambda-client",
|
|
20727
20727
|
"@remotion/layout-utils",
|
|
20728
|
+
"@remotion/rounded-text-box",
|
|
20728
20729
|
"@remotion/licensing",
|
|
20729
20730
|
"@remotion/lottie",
|
|
20730
20731
|
"@remotion/mcp",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/promo-pages",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.361",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -11,27 +11,27 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@remotion/animated-emoji": "4.0.
|
|
15
|
-
"@remotion/lambda": "4.0.
|
|
16
|
-
"@remotion/lottie": "4.0.
|
|
17
|
-
"@remotion/paths": "4.0.
|
|
18
|
-
"@remotion/player": "4.0.
|
|
19
|
-
"@remotion/shapes": "4.0.
|
|
20
|
-
"create-video": "4.0.
|
|
14
|
+
"@remotion/animated-emoji": "4.0.361",
|
|
15
|
+
"@remotion/lambda": "4.0.361",
|
|
16
|
+
"@remotion/lottie": "4.0.361",
|
|
17
|
+
"@remotion/paths": "4.0.361",
|
|
18
|
+
"@remotion/player": "4.0.361",
|
|
19
|
+
"@remotion/shapes": "4.0.361",
|
|
20
|
+
"create-video": "4.0.361",
|
|
21
21
|
"hls.js": "1.5.19",
|
|
22
22
|
"polished": "4.3.1",
|
|
23
|
-
"remotion": "4.0.
|
|
23
|
+
"remotion": "4.0.361",
|
|
24
24
|
"zod": "3.22.3",
|
|
25
25
|
"bun-plugin-tailwind": "0.0.15"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.361",
|
|
29
29
|
"@eslint/eslintrc": "3.1.0",
|
|
30
30
|
"@types/react": "19.0.0",
|
|
31
31
|
"@types/react-dom": "19.0.0",
|
|
32
32
|
"eslint": "9.19.0",
|
|
33
33
|
"eslint-config-next": "15.1.6",
|
|
34
|
-
"plyr": "
|
|
34
|
+
"plyr": "3.7.3",
|
|
35
35
|
"postcss": "8.4.47",
|
|
36
36
|
"tailwindcss": "4.1.1",
|
|
37
37
|
"@tailwindcss/cli": "4.1.1",
|