create-video
Advanced tools
Comparing version 4.0.214 to 4.0.215
@@ -9,3 +9,3 @@ "use strict"; | ||
const askTailwind = async () => { | ||
const answer = await (0, prompts_1.default)({ | ||
const { answer } = await (0, prompts_1.default)({ | ||
type: 'toggle', | ||
@@ -12,0 +12,0 @@ name: 'answer', |
@@ -14,7 +14,7 @@ import chalk from 'chalk'; | ||
}; | ||
verbose: (message?: any, ...optionalParams: any[]) => void; | ||
info: (message?: any, ...optionalParams: any[]) => void; | ||
warn: (message?: any, ...optionalParams: any[]) => void; | ||
error: (message?: any, ...optionalParams: any[]) => void; | ||
verbose: (...args: Parameters<typeof console.log>) => void; | ||
info: (...args: Parameters<typeof console.log>) => void; | ||
warn: (...args: Parameters<typeof console.log>) => void; | ||
error: (...args: Parameters<typeof console.log>) => void; | ||
newLine: () => void; | ||
}; |
@@ -6,3 +6,3 @@ { | ||
"name": "create-video", | ||
"version": "4.0.214", | ||
"version": "4.0.215", | ||
"description": "Create a new Remotion project", | ||
@@ -9,0 +9,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100241