remotion 4.0.0-webhook.26 → 4.0.0-webhook.27

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,4 +1,4 @@
1
- remotion:build: cache hit, replaying output 52778cd2b8330fa7
1
+ remotion:build: cache hit, replaying output 0f507b249dbf2f69
2
2
  remotion:build: 
3
3
  remotion:build: > remotion@3.2.29 build /Users/jonathanburger/remotion/packages/core
4
4
  remotion:build: > tsc -d
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "4.0.0-webhook.26+c8e41db11";
1
+ export declare const VERSION = "4.0.0-webhook.27+eb81308ee";
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 = '4.0.0-webhook.26+c8e41db11';
5
+ exports.VERSION = '4.0.0-webhook.27+eb81308ee';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "4.0.0-webhook.26+c8e41db11",
3
+ "version": "4.0.0-webhook.27+eb81308ee",
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": "c8e41db114d645c5183edbf016a22b733243dce2"
57
+ "gitHead": "eb81308ee07a402f4a8dd9ff24306bb07dd78175"
58
58
  }