remotion 3.0.15 → 3.0.16

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 4cf0e1c3ac5774ff
2
- remotion:build: 
3
- remotion:build: > remotion@3.0.14 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 4aafa3ff0c118b78
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.0.15 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.15",
3
+ "version": "3.0.16",
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": "955b43714a53713963f862d3e9aec86de85f1ebd"
58
+ "gitHead": "9f09f61ae8fb65674d7dfbfc526a8f909d426519"
59
59
  }