solid-ssr
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "solid-ssr", | ||
"description": "Utilities to help with SSR", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": "Ryan Carniato", | ||
@@ -29,4 +29,4 @@ "license": "MIT", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"solid-js": "1.7.0", | ||
"babel-preset-solid": "1.7.0" | ||
"babel-preset-solid": "1.7.4", | ||
"solid-js": "1.7.4" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
export type StaticConfig = { entry: string, output: string, url: string } | ||
export default function renderStatic(config: StaticConfig | StaticConfig[]): void; | ||
export default function renderStatic(config: StaticConfig | StaticConfig[]): Promise<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
8518