mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Move @kbn/config-schema
to server] @kbn/config
(#189525)
This commit is contained in:
parent
89f703f1c5
commit
3c9b2f4efe
4 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
import { ConfigPath } from '@kbn/config';
|
||||
import type { ConfigPath } from '@kbn/config';
|
||||
|
||||
/**
|
||||
* Dedicated type for plugin name/id that is supposed to make Map/Set/Arrays
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"type": "shared-server",
|
||||
"id": "@kbn/config",
|
||||
"owner": "@elastic/kibana-core"
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import coerce from 'semver/functions/coerce';
|
||||
|
||||
import { ELASTIC_HTTP_VERSION_HEADER } from '@kbn/core-http-common';
|
||||
import { BuildFlavor } from '@kbn/config/src/types';
|
||||
import type { BuildFlavor } from '@kbn/config';
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { EMSClient } from '@elastic/ems-client';
|
||||
import { EMS_APP_NAME, EMSSettings, DEFAULT_EMS_REST_VERSION } from '../../common';
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
|
||||
import type { EMSClient } from '@elastic/ems-client';
|
||||
import { BuildFlavor } from '@kbn/config/src/types';
|
||||
import type { BuildFlavor } from '@kbn/config';
|
||||
import type { EMSSettings } from '../../common';
|
||||
|
||||
let lazyLoaded: (emsSettings: EMSSettings, version: string, buildFlavor: BuildFlavor) => EMSClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue