remotion 3.2.20 → 3.2.21

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 6bde494b4791357c
1
+ remotion:build: cache hit, replaying output 038c93fe806f4b5d
2
2
  remotion:build: 
3
- remotion:build: > remotion@3.2.18 build /Users/jonathanburger/remotion/packages/core
3
+ remotion:build: > remotion@3.2.20 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.20";
1
+ export declare const VERSION = "3.2.21";
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.20';
5
+ exports.VERSION = '3.2.21';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "3.2.20",
3
+ "version": "3.2.21",
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": "640f36c0c2d9fb1b7768925bf9d64840cbc31bc6"
57
+ "gitHead": "7236c416c1efcc6079ad262d6d5afa10e6775b81"
58
58
  }