remotion 2.6.10 → 2.6.11

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 1e99576a4b9544cc
2
- remotion:build: 
3
- remotion:build: > remotion@2.6.9 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output 3614d74f131ccc5f
2
+ remotion:build: 
3
+ remotion:build: > remotion@2.6.10 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": "2.6.10",
3
+ "version": "2.6.11",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "641f73c3d09e8c73f2f2d008e6cc9a6b8cc6fff1"
47
+ "gitHead": "fc0286013a2997409781caf2f03c1c2ebf595db7"
48
48
  }