@docusaurus/types
Advanced tools
Comparing version 2.0.0-alpha.31 to 2.0.0-alpha.32
{ | ||
"name": "@docusaurus/types", | ||
"version": "2.0.0-alpha.31", | ||
"version": "2.0.0-alpha.32", | ||
"description": "Common used typings for Docusaurus packages", | ||
@@ -16,3 +16,3 @@ "main": "./src/index.js", | ||
}, | ||
"gitHead": "d4342dcbf32836e62eca2271115ac05ecd06fe26" | ||
"gitHead": "cd9e2f23464a468ad50973c795f3052f4f7852bd" | ||
} |
@@ -97,3 +97,3 @@ import {Loader, Configuration} from 'webpack'; | ||
getClientModules?(): string[]; | ||
extendCli?(cli: CommanderStatic): any; | ||
extendCli?(cli: CommanderStatic): void; | ||
} | ||
@@ -100,0 +100,0 @@ |
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
4500