create-video 4.0.111 → 4.0.112

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.
package/dist/index.js CHANGED
@@ -8,5 +8,5 @@ exports.CreateVideoInternals = {
8
8
  listOfRemotionPackages: list_of_remotion_packages_1.listOfRemotionPackages,
9
9
  };
10
10
  exports.default = () => {
11
- throw new Error('create-video is a CLI tool only. Run `npm init video`, `pnpm create video` or `yarn create video` instead!');
11
+ throw new Error('create-video is a CLI tool only. Run `npx create-video@latest`, `pnpm create video` or `yarn create video` instead!');
12
12
  };
package/dist/log.d.ts CHANGED
@@ -6,7 +6,7 @@ export declare const Log: {
6
6
  Color: ("black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray" | "grey" | "blackBright" | "redBright" | "greenBright" | "yellowBright" | "blueBright" | "magentaBright" | "cyanBright" | "whiteBright") | ("bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite" | "bgGray" | "bgGrey" | "bgBlackBright" | "bgRedBright" | "bgGreenBright" | "bgYellowBright" | "bgBlueBright" | "bgMagentaBright" | "bgCyanBright" | "bgWhiteBright");
7
7
  ForegroundColor: "black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray" | "grey" | "blackBright" | "redBright" | "greenBright" | "yellowBright" | "blueBright" | "magentaBright" | "cyanBright" | "whiteBright";
8
8
  BackgroundColor: "bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite" | "bgGray" | "bgGrey" | "bgBlackBright" | "bgRedBright" | "bgGreenBright" | "bgYellowBright" | "bgBlueBright" | "bgMagentaBright" | "bgCyanBright" | "bgWhiteBright";
9
- Modifiers: "bold" | "reset" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
9
+ Modifiers: "reset" | "bold" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
10
10
  stderr: chalk.Chalk & {
11
11
  supportsColor: false | chalk.ColorSupport;
12
12
  };
@@ -1 +1,4 @@
1
- export declare const resolveProjectRoot: () => Promise<[string, string]>;
1
+ export declare const resolveProjectRoot: () => Promise<[
2
+ string,
3
+ string
4
+ ]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.111",
3
+ "version": "4.0.112",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {