@docusaurus/types
Advanced tools
Comparing version 2.0.0-alpha.59 to 2.0.0-alpha.60
{ | ||
"name": "@docusaurus/types", | ||
"version": "2.0.0-alpha.59", | ||
"version": "2.0.0-alpha.60", | ||
"description": "Common used typings for Docusaurus packages", | ||
@@ -17,3 +17,3 @@ "main": "./src/index.js", | ||
}, | ||
"gitHead": "a1f688789f501bf3f597acbde0f347eca9cadd6f" | ||
"gitHead": "6124c60995244f348b4bea4d6ec5e01f7d5d9a73" | ||
} |
@@ -141,3 +141,3 @@ /** | ||
}): void; | ||
routesLoaded?(routes: RouteConfig[]): void; | ||
routesLoaded?(routes: RouteConfig[]): void; // TODO remove soon, deprecated (alpha-60) | ||
postBuild?(props: Props): void; | ||
@@ -144,0 +144,0 @@ postStart?(props: Props): void; |
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
8110