@docusaurus/types
Advanced tools
Comparing version 2.0.0-alpha.54 to 2.0.0-alpha.55
{ | ||
"name": "@docusaurus/types", | ||
"version": "2.0.0-alpha.54", | ||
"version": "2.0.0-alpha.55", | ||
"description": "Common used typings for Docusaurus packages", | ||
@@ -16,3 +16,3 @@ "main": "./src/index.js", | ||
}, | ||
"gitHead": "753d117025935834af856f4751d0051911254d7b" | ||
"gitHead": "d94a549cfbf054acf80e92fda0fbe8072f8e1d9d" | ||
} |
@@ -108,2 +108,3 @@ /** | ||
}): void; | ||
routesLoaded?(routes: RouteConfig[]): void; | ||
postBuild?(props: Props): void; | ||
@@ -110,0 +111,0 @@ postStart?(props: Props): void; |
@@ -0,3 +1,10 @@ | ||
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* eslint-disable */ | ||
'use strict'; | ||
Object.defineProperty(exports, '__esModule', {value: true}); |
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
5772
177