site-config-stack
Advanced tools
Comparing version 0.8.11 to 0.8.12
@@ -76,3 +76,3 @@ interface SiteConfig { | ||
declare function normalizeSiteConfig(config: SiteConfig): SiteConfig; | ||
declare function resolveSitePath(path: string, options: { | ||
declare function resolveSitePath(pathOrUrl: string, options: { | ||
siteUrl: string; | ||
@@ -84,4 +84,4 @@ trailingSlash: boolean; | ||
}): string; | ||
declare function fixSlashes(trailingSlash: boolean, path: string): string; | ||
declare function fixSlashes(trailingSlash: boolean, pathOrUrl: string): string; | ||
export { SiteConfig, SiteConfigInput, SiteConfigStack, createSiteConfigStack, envSiteConfig, fixSlashes, normalizeSiteConfig, resolveSitePath }; |
{ | ||
"name": "site-config-stack", | ||
"type": "module", | ||
"version": "0.8.11", | ||
"version": "0.8.12", | ||
"description": "Shared site configuration utilities.", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13028
349