@docusaurus/module-type-aliases
Advanced tools
Comparing version 2.0.0-alpha.ec297cead to 2.0.0-alpha.ef49c2be7
{ | ||
"name": "@docusaurus/module-type-aliases", | ||
"version": "2.0.0-alpha.ec297cead", | ||
"version": "2.0.0-alpha.ef49c2be7", | ||
"description": "Docusaurus module type aliases", | ||
@@ -20,3 +20,3 @@ "types": "./src/index.d.ts", | ||
"license": "MIT", | ||
"gitHead": "ede6372e03be2d7545c653f512e9fd1a04dcc5ce" | ||
"gitHead": "31cbbedf6c45a8ea7f21565ba341ed1dc397255c" | ||
} |
@@ -55,2 +55,3 @@ /** | ||
currentLocale: string; | ||
localeConfigs: Record<string, {label: string}>; | ||
}; | ||
@@ -57,0 +58,0 @@ export default i18n; |
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
4710
106