remotion 3.1.3 → 3.1.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 7e9bce8d8fd8622f
2
- remotion:build: 
3
- remotion:build: > remotion@3.1.2 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 6c6746deef5fbdb5
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.1.3 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.1.3",
3
+ "version": "3.1.4",
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": "d57ec16eaf33280c89b0974997946ab9ea155372"
57
+ "gitHead": "cb662e72c635e5e70c5541d85e276ce2f4075099"
58
58
  }