File tree 5 files changed +21
-6
lines changed
plugins/data_source/server
5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 12
12
"osd:watch" : " node scripts/build --watch"
13
13
},
14
14
"dependencies" : {
15
- "@opensearch-project/opensearch" : " ^2 .1.0" ,
15
+ "@opensearch-project/opensearch" : " ^1 .1.0" ,
16
16
"@osd/dev-utils" : " 1.0.0" ,
17
17
"abort-controller" : " ^3.0.0" ,
18
18
"chalk" : " ^4.1.0" ,
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ export default {
52
52
moduleNameMapper : {
53
53
'@elastic/eui$' : '<rootDir>/node_modules/@elastic/eui/test-env' ,
54
54
'@elastic/eui/lib/(.*)?' : '<rootDir>/node_modules/@elastic/eui/test-env/$1' ,
55
- '@opensearch-project/opensearch/aws' :
56
- '<rootDir>/node_modules/@opensearch-project/opensearch/lib/aws' ,
55
+ '@opensearch-project/opensearch-next /aws' :
56
+ '<rootDir>/node_modules/@opensearch-project/opensearch-next /lib/aws' ,
57
57
'^src/plugins/(.*)' : '<rootDir>/src/plugins/$1' ,
58
58
'^test_utils/(.*)' : '<rootDir>/src/test_utils/public/$1' ,
59
59
'^fixtures/(.*)' : '<rootDir>/src/fixtures/$1' ,
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- import { Client } from '@opensearch-project/opensearch' ;
6
+ import { Client } from '@opensearch-project/opensearch-next ' ;
7
7
import { Client as LegacyClient } from 'elasticsearch' ;
8
8
import { SavedObjectsClientContract } from '../../../../../src/core/server' ;
9
9
import { DATA_SOURCE_SAVED_OBJECT_TYPE } from '../../common' ;
Original file line number Diff line number Diff line change 3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
5
6
- import { Client } from '@opensearch-project/opensearch' ;
6
+ import { Client } from '@opensearch-project/opensearch-next ' ;
7
7
import { Client as LegacyClient , ConfigOptions } from 'elasticsearch' ;
8
8
import { Credentials } from 'aws-sdk' ;
9
9
import { get } from 'lodash' ;
Original file line number Diff line number Diff line change 2354
2354
resolved "https://registry.yarnpkg.com/@opensearch-project/opensearch/-/opensearch-1.1.0.tgz#8b3c8b4cbcea01755ba092d2997bf0b4ca7f22f7"
2355
2355
integrity sha512-1TDw92JL8rD1b2QGluqBsIBLIiD5SGciIpz4qkrGAe9tcdfQ1ptub5e677rhWl35UULSjr6hP8M6HmISZ/M5HQ==
2356
2356
dependencies:
2357
- aws4 "^1.11.0"
2358
2357
debug "^4.3.1"
2359
2358
hpagent "^0.1.1"
2360
2359
ms "^2.1.3"
@@ -4767,6 +4766,22 @@ aws-sdk@^2.650.0:
4767
4766
uuid "8.0.0"
4768
4767
xml2js "0.4.19"
4769
4768
4769
+ aws-sdk@^2.814.0:
4770
+ version "2.1319.0"
4771
+ resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1319.0.tgz#be1d91fcac13262fa106f0f0a15ee07c023972fd"
4772
+ integrity sha512-/gPCVsCARitph9FmBTXZmzjX0Br8LwBfu2MTNPGjVCiZkEUSoUWAAigIWkvrjTWOXCI7TSElRwtCzlsVHdv5VA==
4773
+ dependencies:
4774
+ buffer "4.9.2"
4775
+ events "1.1.1"
4776
+ ieee754 "1.1.13"
4777
+ jmespath "0.16.0"
4778
+ querystring "0.2.0"
4779
+ sax "1.2.1"
4780
+ url "0.10.3"
4781
+ util "^0.12.4"
4782
+ uuid "8.0.0"
4783
+ xml2js "0.4.19"
4784
+
4770
4785
aws-sign2@~0.7.0:
4771
4786
version "0.7.0"
4772
4787
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
You can’t perform that action at this time.
0 commit comments