create-app
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -67,3 +67,3 @@ /* | ||
routes?: Route[] | ||
viewEngine?: ViewEngine<unknown, Controller> | ||
viewEngine?: ViewEngine<any, Controller> | ||
} | ||
@@ -132,3 +132,3 @@ | ||
restore?(location?: HistoryLocation, context?: Context): unknown | ||
init(): unknown | ||
init(): unknown | Promise<unknown> | ||
render(): unknown | ||
@@ -135,0 +135,0 @@ destroy?(): void |
{ | ||
"name": "create-app", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"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
40666