remotion 3.0.24 → 4.0.0-2x.1

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 f77d98c7f590a627
2
- remotion:build: 
3
- remotion:build: > remotion@3.0.23 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output c2760d465a0f87c4
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.0.24 build /Users/jonathanburger/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.0.24",
3
+ "version": "4.0.0-2x.1+76868b791",
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": "7a9b3937f3d7eb41894a338cd92991e6d1226725"
58
+ "gitHead": "76868b791ce0f109ee1ae24eac7c8d38b95dee3d"
59
59
  }