remotion 3.1.0 → 3.1.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 4b47939fcdea9f24
1
+ remotion:build: cache hit, replaying output e6e0254aad54a0f6
2
2
  remotion:build: 
3
- remotion:build: > remotion@3.0.31 build /Users/jonathanburger/remotion/packages/core
3
+ remotion:build: > remotion@3.1.0 build /Users/jonathanburger/remotion/packages/core
4
4
  remotion:build: > tsc -d
5
5
  remotion:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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": "482c66127662171577aa427f10fe265fa1bc933b"
57
+ "gitHead": "c48f9b57f744d40f9bf868c84b0f8e165ca5e679"
58
58
  }