@docusaurus/utils-validation
Advanced tools
Comparing version 2.0.0-alpha.bd62be93d to 2.0.0-alpha.e90749c6f
{ | ||
"name": "@docusaurus/utils-validation", | ||
"version": "2.0.0-alpha.bd62be93d", | ||
"version": "2.0.0-alpha.e90749c6f", | ||
"description": "Node validation utility functions for Docusaurus packages", | ||
@@ -21,3 +21,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@docusaurus/utils": "2.0.0-alpha.bd62be93d", | ||
"@docusaurus/utils": "2.0.0-alpha.e90749c6f", | ||
"chalk": "^3.0.0", | ||
@@ -29,3 +29,3 @@ "joi": "^17.2.1" | ||
}, | ||
"gitHead": "056b5525e788ce77b725ff6fdea2be2cdcea3cd9" | ||
"gitHead": "bbb311222a6625fafa732443cc41544d4ec762e2" | ||
} |
@@ -22,3 +22,3 @@ /** | ||
}: { | ||
schema: Joi.SchemaLike; | ||
schema: Joi.Schema; | ||
defaultValue?: unknown; | ||
@@ -40,3 +40,3 @@ }) { | ||
function testMarkdownPluginSchemas(schema: Joi.SchemaLike) { | ||
function testMarkdownPluginSchemas(schema: Joi.Schema) { | ||
const {testOK, testFail} = createTestHelpers({ | ||
@@ -43,0 +43,0 @@ schema, |
@@ -28,3 +28,3 @@ /** | ||
export const logValidationBugReportHint = () => { | ||
export const logValidationBugReportHint = (): void => { | ||
console.log( | ||
@@ -31,0 +31,0 @@ `\n${chalk.red('A validation error occured.')}${chalk.cyanBright( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
474647
+ Added@docusaurus/types@2.0.0-alpha.e90749c6f(transitive)
+ Added@docusaurus/utils@2.0.0-alpha.e90749c6f(transitive)
- Removed@docusaurus/types@2.0.0-alpha.bd62be93d(transitive)
- Removed@docusaurus/utils@2.0.0-alpha.bd62be93d(transitive)