remotion 3.0.0-lambda.453 → 3.0.0-lambda.457

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:build: cache hit, replaying output 2cab13485473c6d9
2
- remotion:build: 
3
- remotion:build: > remotion@2.6.14 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 5841da0f7161e2e5
2
+ remotion:build: 
3
+ remotion:build: > remotion@2.6.14 build /Users/jonathanburger/remotion/packages/core
4
+ remotion:build: > tsc -d
5
+ remotion:build: 
@@ -0,0 +1,11 @@
1
+ remotion:lint: cache hit, replaying output 9b11bb42c86fcac2
2
+ remotion:lint: 
3
+ remotion:lint: > remotion@2.6.14 lint /Users/jonathanburger/remotion/packages/core
4
+ remotion:lint: > eslint src --ext ts,tsx
5
+ remotion:lint: 
6
+ remotion:lint: 
7
+ remotion:lint: /Users/jonathanburger/remotion/packages/core/src/use-lazy-component.ts
8
+ remotion:lint:  9:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
+ remotion:lint: 
10
+ remotion:lint: ✖ 1 problem (0 errors, 1 warning)
11
+ remotion:lint: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.0.0-lambda.453+8e814770e",
3
+ "version": "3.0.0-lambda.457+38f94c0c6",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "8e814770e1584660eb9165e51ada91628ca59ee7"
58
+ "gitHead": "38f94c0c6f3795238b96e33062c8e0e548131f03"
59
59
  }