remotion 3.1.10 → 4.0.0-alpha.4

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 5179c3d68226b713
2
- remotion:build: 
3
- remotion:build: > remotion@3.1.8 build /home/jonnyburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 642977f14dcd2a8b
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.1.10 build /home/jonnyburger/remotion/packages/core
4
+ remotion:build: > tsc -d
5
+ remotion:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.1.10",
3
+ "version": "4.0.0-alpha.4+3602b2a81",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "bcf9e6a75b738fa36db53abc9cc92a6b9d9eefd2"
57
+ "gitHead": "3602b2a812b66c04d318a858b5bcb725ba5496d1"
58
58
  }