create-video 4.0.50 → 4.0.52

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.
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.listOfRemotionPackages = void 0;
4
4
  // Keep in sync with cli
5
5
  exports.listOfRemotionPackages = [
6
+ '@remotion/layout-utils',
6
7
  '@remotion/bundler',
7
8
  '@remotion/cli',
8
9
  '@remotion/cloudrun',
@@ -1,4 +1 @@
1
- export declare const resolveProjectRoot: () => Promise<[
2
- string,
3
- string
4
- ]>;
1
+ export declare const resolveProjectRoot: () => Promise<[string, string]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.50",
3
+ "version": "4.0.52",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {