specra 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as AnalyticsConfig, B as BannerConfig, p as DeploymentConfig, a as Doc, D as DocMeta, E as EnvironmentVariables, o as FeaturesConfig, F as FooterBranding, n as FooterConfig, I as I18nConfig, N as NavigationConfig, m as SearchConfig, h as SiteConfig, l as SocialLinks, S as SpecraConfig, k as TabGroup, j as ThemeConfig, T as TocItem, f as defaultConfig, e as extractTableOfContents, d as getAdjacentDocs, c as getAllDocs, b as getDocBySlug, g as getVersions, i as isCategoryPage } from './config.types-Ccp3jN5U.mjs';
1
+ export { A as AnalyticsConfig, B as BannerConfig, q as DeploymentConfig, a as Doc, D as DocMeta, E as EnvironmentVariables, p as FeaturesConfig, F as FooterBranding, o as FooterConfig, I as I18nConfig, N as NavigationConfig, n as SearchConfig, j as SiteConfig, m as SocialLinks, S as SpecraConfig, l as TabGroup, k as ThemeConfig, T as TocItem, h as defaultConfig, f as extractTableOfContents, e as getAdjacentDocs, d as getAllDocs, c as getDocBySlug, b as getI18nConfig, g as getVersions, i as isCategoryPage } from './mdx-ColN3Cyg.mjs';
2
2
  export { ApiAuthentication, ApiDocumentation, ApiEndpointSpec, ApiExample, ApiHeader, ApiParam, ApiParameter, ApiResponse, ApiSpecConfig, ApiSpecParser, CSP_DIRECTIVES, CategoryConfig, GraphQLField, GraphQLQuery, GraphQLSchema, GraphQLType, HttpMethod, OpenApiParser, ParsedApiSpec, ParserType, PerfTimer, PostmanParser, RedirectMapping, RestEndpoint, SAFE_MDX_COMPONENTS, SidebarGroup, SpecraApiResponse, SpecraApiSpec, SpecraParser, TOCItem, WebSocketConnection, WebSocketEvent, buildRedirectMappings, buildSidebarStructure, clearAllCaches, cn, debugLog, detectParserType, extractHeadings, findRedirect, generateCSPHeader, getAllCategoryConfigs, getAssetPath, getCacheStats, getCachedAllDocs, getCachedDocBySlug, getCachedVersions, getCategoryConfig, getConfig, getConfigValue, initConfig, loadConfig, logCacheOperation, logFsOperation, logMemoryUsage, parseApiSpec, processContentWithEnv, reloadConfig, replaceEnvVariables, sanitizeMDXContent, sanitizePath, scanMDXForDangerousPatterns, sortSidebarGroups, sortSidebarItems, validateConfig, validateMDXComponents, validateMDXSecurity, validatePathWithinDirectory } from './lib/index.mjs';
3
3
  export * from './components/index.ts';
4
4
  import 'clsx';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { A as AnalyticsConfig, B as BannerConfig, p as DeploymentConfig, a as Doc, D as DocMeta, E as EnvironmentVariables, o as FeaturesConfig, F as FooterBranding, n as FooterConfig, I as I18nConfig, N as NavigationConfig, m as SearchConfig, h as SiteConfig, l as SocialLinks, S as SpecraConfig, k as TabGroup, j as ThemeConfig, T as TocItem, f as defaultConfig, e as extractTableOfContents, d as getAdjacentDocs, c as getAllDocs, b as getDocBySlug, g as getVersions, i as isCategoryPage } from './config.types-Ccp3jN5U.js';
1
+ export { A as AnalyticsConfig, B as BannerConfig, q as DeploymentConfig, a as Doc, D as DocMeta, E as EnvironmentVariables, p as FeaturesConfig, F as FooterBranding, o as FooterConfig, I as I18nConfig, N as NavigationConfig, n as SearchConfig, j as SiteConfig, m as SocialLinks, S as SpecraConfig, l as TabGroup, k as ThemeConfig, T as TocItem, h as defaultConfig, f as extractTableOfContents, e as getAdjacentDocs, d as getAllDocs, c as getDocBySlug, b as getI18nConfig, g as getVersions, i as isCategoryPage } from './mdx-ColN3Cyg.js';
2
2
  export { ApiAuthentication, ApiDocumentation, ApiEndpointSpec, ApiExample, ApiHeader, ApiParam, ApiParameter, ApiResponse, ApiSpecConfig, ApiSpecParser, CSP_DIRECTIVES, CategoryConfig, GraphQLField, GraphQLQuery, GraphQLSchema, GraphQLType, HttpMethod, OpenApiParser, ParsedApiSpec, ParserType, PerfTimer, PostmanParser, RedirectMapping, RestEndpoint, SAFE_MDX_COMPONENTS, SidebarGroup, SpecraApiResponse, SpecraApiSpec, SpecraParser, TOCItem, WebSocketConnection, WebSocketEvent, buildRedirectMappings, buildSidebarStructure, clearAllCaches, cn, debugLog, detectParserType, extractHeadings, findRedirect, generateCSPHeader, getAllCategoryConfigs, getAssetPath, getCacheStats, getCachedAllDocs, getCachedDocBySlug, getCachedVersions, getCategoryConfig, getConfig, getConfigValue, initConfig, loadConfig, logCacheOperation, logFsOperation, logMemoryUsage, parseApiSpec, processContentWithEnv, reloadConfig, replaceEnvVariables, sanitizeMDXContent, sanitizePath, scanMDXForDangerousPatterns, sortSidebarGroups, sortSidebarItems, validateConfig, validateMDXComponents, validateMDXSecurity, validatePathWithinDirectory } from './lib/index.js';
3
3
  export * from './components/index.ts';
4
4
  import 'clsx';