site-config-stack
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -86,6 +86,9 @@ import { ComputedRef, Ref } from 'vue'; | ||
}; | ||
interface GetSiteConfigOptions { | ||
debug?: boolean; | ||
} | ||
interface SiteConfigStack { | ||
stack: Partial<SiteConfigInput>[]; | ||
push: (config: SiteConfigInput) => void; | ||
get: () => SiteConfig; | ||
get: (options?: GetSiteConfigOptions) => SiteConfig; | ||
} | ||
@@ -107,2 +110,2 @@ | ||
export { type MaybeComputedRef, type MaybeComputedRefEntries, type SiteConfig, type SiteConfigInput, type SiteConfigStack, createSiteConfigStack, fixSlashes, normalizeSiteConfig, resolveSitePath }; | ||
export { type GetSiteConfigOptions, type MaybeComputedRef, type MaybeComputedRefEntries, type SiteConfig, type SiteConfigInput, type SiteConfigStack, createSiteConfigStack, fixSlashes, normalizeSiteConfig, resolveSitePath }; |
{ | ||
"name": "site-config-stack", | ||
"type": "module", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"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
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
20624
359