@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.
@@ -1,5 +1,5 @@
1
- @remotion/cli:build: cache hit, replaying output 64fc1a4bd1de7344
2
- @remotion/cli:build: 
3
- @remotion/cli:build: > @remotion/cli@2.6.14 build /Users/jonathanburger/remotion/packages/cli
4
- @remotion/cli:build: > tsc -d
5
- @remotion/cli:build: 
1
+ @remotion/cli:build: cache hit, replaying output 0120686cc55c68d9
2
+ @remotion/cli:build: 
3
+ @remotion/cli:build: > @remotion/cli@2.6.14 build /Users/jonathanburger/remotion/packages/cli
4
+ @remotion/cli:build: > tsc -d
5
+ @remotion/cli:build: 
@@ -0,0 +1,15 @@
1
+ @remotion/cli:lint: cache hit, replaying output 7480b7fd8ba445ab
2
+ @remotion/cli:lint: 
3
+ @remotion/cli:lint: > @remotion/cli@2.6.14 lint /Users/jonathanburger/remotion/packages/cli
4
+ @remotion/cli:lint: > eslint src --ext ts,tsx
5
+ @remotion/cli:lint: 
6
+ @remotion/cli:lint: 
7
+ @remotion/cli:lint: /Users/jonathanburger/remotion/packages/cli/src/editor/components/MenuToolbar.tsx
8
+ @remotion/cli:lint:  486:4 warning Empty components are self-closing react/self-closing-comp
9
+ @remotion/cli:lint: 
10
+ @remotion/cli:lint: /Users/jonathanburger/remotion/packages/cli/src/editor/components/Timeline/is-collapsed.ts
11
+ @remotion/cli:lint:  22:3 warning Unexpected 'todo' comment: 'TODO: Tighten up, when toggling rich...' no-warning-comments
12
+ @remotion/cli:lint: 
13
+ @remotion/cli:lint: ✖ 2 problems (0 errors, 2 warnings)
14
+ @remotion/cli:lint:  0 errors and 1 warning potentially fixable with the `--fix` option.
15
+ @remotion/cli:lint: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "3.0.0-lambda.453+8e814770e",
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.453+8e814770e",
27
- "@remotion/media-utils": "3.0.0-lambda.453+8e814770e",
28
- "@remotion/player": "3.0.0-lambda.453+8e814770e",
29
- "@remotion/renderer": "3.0.0-lambda.453+8e814770e",
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.453+8e814770e",
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": "8e814770e1584660eb9165e51ada91628ca59ee7"
75
+ "gitHead": "7fad20fae1ad76d701c875e552f1f5b39a487473"
76
76
  }