@remotion/cli 3.0.0-lambda.453 → 3.0.0-lambda.455
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-build.log +5 -5
- package/.turbo/turbo-lint.log +15 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[
|
|
2
|
-
[
|
|
3
|
-
[
|
|
4
|
-
[
|
|
5
|
-
[
|
|
1
|
+
[32m@remotion/cli:build: [0mcache hit, replaying output [2m0120686cc55c68d9[0m
|
|
2
|
+
[32m@remotion/cli:build: [0m
|
|
3
|
+
[32m@remotion/cli:build: [0m> @remotion/cli@2.6.14 build /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[32m@remotion/cli:build: [0m> tsc -d
|
|
5
|
+
[32m@remotion/cli:build: [0m
|
package/.turbo/turbo-lint.log
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
[32m@remotion/cli:lint: [0mcache hit, replaying output [2m7480b7fd8ba445ab[0m
|
|
2
|
+
[32m@remotion/cli:lint: [0m
|
|
3
|
+
[32m@remotion/cli:lint: [0m> @remotion/cli@2.6.14 lint /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[32m@remotion/cli:lint: [0m> eslint src --ext ts,tsx
|
|
5
|
+
[32m@remotion/cli:lint: [0m
|
|
6
|
+
[32m@remotion/cli:lint: [0m
|
|
7
|
+
[32m@remotion/cli:lint: [0m/Users/jonathanburger/remotion/packages/cli/src/editor/components/MenuToolbar.tsx
|
|
8
|
+
[32m@remotion/cli:lint: [0m 486:4 warning Empty components are self-closing react/self-closing-comp
|
|
9
|
+
[32m@remotion/cli:lint: [0m
|
|
10
|
+
[32m@remotion/cli:lint: [0m/Users/jonathanburger/remotion/packages/cli/src/editor/components/Timeline/is-collapsed.ts
|
|
11
|
+
[32m@remotion/cli:lint: [0m 22:3 warning Unexpected 'todo' comment: 'TODO: Tighten up, when toggling rich...' no-warning-comments
|
|
12
|
+
[32m@remotion/cli:lint: [0m
|
|
13
|
+
[32m@remotion/cli:lint: [0m✖ 2 problems (0 errors, 2 warnings)
|
|
14
|
+
[32m@remotion/cli:lint: [0m 0 errors and 1 warning potentially fixable with the `--fix` option.
|
|
15
|
+
[32m@remotion/cli:lint: [0m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.455+7fad20fae",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
24
24
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remotion/bundler": "3.0.0-lambda.
|
|
27
|
-
"@remotion/media-utils": "3.0.0-lambda.
|
|
28
|
-
"@remotion/player": "3.0.0-lambda.
|
|
29
|
-
"@remotion/renderer": "3.0.0-lambda.
|
|
26
|
+
"@remotion/bundler": "3.0.0-lambda.455+7fad20fae",
|
|
27
|
+
"@remotion/media-utils": "3.0.0-lambda.455+7fad20fae",
|
|
28
|
+
"@remotion/player": "3.0.0-lambda.455+7fad20fae",
|
|
29
|
+
"@remotion/renderer": "3.0.0-lambda.455+7fad20fae",
|
|
30
30
|
"better-opn": "2.1.1",
|
|
31
31
|
"chalk": "4.1.2",
|
|
32
32
|
"dotenv": "9.0.2",
|
|
33
33
|
"execa": "5.1.1",
|
|
34
34
|
"minimist": "1.2.6",
|
|
35
|
-
"remotion": "3.0.0-lambda.
|
|
35
|
+
"remotion": "3.0.0-lambda.455+7fad20fae",
|
|
36
36
|
"semver": "7.3.5",
|
|
37
37
|
"webpack": "5.60.0"
|
|
38
38
|
},
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "7fad20fae1ad76d701c875e552f1f5b39a487473"
|
|
76
76
|
}
|