Skip to content

Commit

Permalink
remove @kbn/core-saved-objects-server reference from @kbn/core-saved-…
Browse files Browse the repository at this point in the history
…objects-api-server
  • Loading branch information
jloleysens committed Jan 23, 2023
1 parent cd0806d commit 82529ea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/

import type { SavedObjectsMigrationVersion } from '@kbn/core-saved-objects-common';
import type { SavedObjectReference } from '@kbn/core-saved-objects-server';
import type { SavedObjectReference } from '@kbn/core-saved-objects-common';
import type { MutatingOperationRefreshSetting, SavedObjectsBaseOptions } from './base';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
AggregationsAggregationContainer,
Id as EsId,
} from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
import type { SavedObject } from '@kbn/core-saved-objects-server';
import type { SavedObject } from '@kbn/core-saved-objects-common';

type KueryNode = any;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import type { SavedObject } from '@kbn/core-saved-objects-server';
import type { SavedObject } from '@kbn/core-saved-objects-common';

/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import type { SavedObjectReference, SavedObject } from '@kbn/core-saved-objects-server';
import type { SavedObjectReference, SavedObject } from '@kbn/core-saved-objects-common';
import type { MutatingOperationRefreshSetting, SavedObjectsBaseOptions } from './base';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"kbn_references": [
"@kbn/core-saved-objects-common",
"@kbn/core-saved-objects-server"
],
"exclude": [
"target/**/*",
Expand Down

0 comments on commit 82529ea

Please sign in to comment.