create-app
Advanced tools
Comparing version 2.0.10 to 2.0.11
@@ -98,10 +98,10 @@ /* | ||
( | ||
controller: unknown | ||
controller: any | ||
): ControllerConstructor | Promise<ControllerConstructor> | ||
( | ||
controller: unknown, | ||
controller: any, | ||
location: HistoryLocation | ||
): ControllerConstructor | Promise<ControllerConstructor> | ||
( | ||
controller: unknown, | ||
controller: any, | ||
location: HistoryLocation, | ||
@@ -111,3 +111,3 @@ context: Context | ||
( | ||
controller: unknown, | ||
controller: any, | ||
location?: HistoryLocation, | ||
@@ -114,0 +114,0 @@ context?: Context |
{ | ||
"name": "create-app", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "configuring once, rendering both client and server.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40861