remotion 3.2.13 → 3.2.15

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 58a1783e532f6f31
1
+ remotion:build: cache hit, replaying output fb3f508e25d6f4c5
2
2
  remotion:build: 
3
- remotion:build: > remotion@3.2.12 build /Users/jonathanburger/remotion/packages/core
3
+ remotion:build: > remotion@3.2.14 build /Users/jonathanburger/remotion/packages/core
4
4
  remotion:build: > tsc -d
5
5
  remotion:build: 
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "3.2.13";
1
+ export declare const VERSION = "3.2.15";
package/dist/version.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Automatically generated on publish
5
- exports.VERSION = '3.2.13';
5
+ exports.VERSION = '3.2.15';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
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": "989d20fc0ace36685c71396847e1b7b7a06d00d7"
57
+ "gitHead": "7346704683815d274733cb3d280157b9ff570773"
58
58
  }