@redocly/openapi-language-server 0.3.10 → 0.4.0

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/lib/index.d.ts CHANGED
@@ -351,9 +351,8 @@ declare module '@redocly/openapi-language-server/server/hints' {
351
351
 
352
352
  }
353
353
  declare module '@redocly/openapi-language-server/server/openapi-config' {
354
- import { type Config, CONFIG_FILE_NAMES } from '@redocly/openapi-core';
354
+ import { type Config } from '@redocly/openapi-core';
355
355
  import type { DocumentUri } from 'vscode-languageserver/node';
356
- export { CONFIG_FILE_NAMES };
357
356
  export function loadOpenAPIConfig(uri?: string): Promise<Config>;
358
357
  export function getConfigData(): Promise<Config>;
359
358
  export function updateOpenAPIConfigByURI(uri: DocumentUri | null, opts?: {