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 +1 -1
- package/dist/log.d.ts +1 -1
- package/dist/resolve-project-root.d.ts +4 -1
- package/package.json +1 -1
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 `
|
|
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: "
|
|
9
|
+
Modifiers: "reset" | "bold" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
|
|
10
10
|
stderr: chalk.Chalk & {
|
|
11
11
|
supportsColor: false | chalk.ColorSupport;
|
|
12
12
|
};
|