@cumulus/es-client 18.3.1 → 18.3.2

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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/search.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/es-client",
3
- "version": "18.3.1",
3
+ "version": "18.3.2",
4
4
  "description": "Utilities for working with Elasticsearch",
5
5
  "keywords": [
6
6
  "CUMULUS",
@@ -34,10 +34,10 @@
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
36
  "@aws-sdk/credential-providers": "^3.535.0",
37
- "@cumulus/common": "18.3.1",
38
- "@cumulus/errors": "18.3.1",
39
- "@cumulus/logger": "18.3.1",
40
- "@cumulus/message": "18.3.1",
37
+ "@cumulus/common": "18.3.2",
38
+ "@cumulus/errors": "18.3.2",
39
+ "@cumulus/logger": "18.3.2",
40
+ "@cumulus/message": "18.3.2",
41
41
  "@elastic/elasticsearch": "^5.6.20",
42
42
  "aws4": "^1.12.0",
43
43
  "lodash": "~4.17.21",
@@ -45,9 +45,9 @@
45
45
  "p-limit": "^1.2.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@cumulus/aws-client": "18.3.1",
49
- "@cumulus/test-data": "18.3.1",
48
+ "@cumulus/aws-client": "18.3.2",
49
+ "@cumulus/test-data": "18.3.2",
50
50
  "p-each-series": "^2.1.0"
51
51
  },
52
- "gitHead": "0393f90c6401ef0c524068e4636c1dcc389020b8"
52
+ "gitHead": "8c143e0c25d02585653d50ccec150df2ec3b3160"
53
53
  }
package/search.js CHANGED
@@ -452,6 +452,7 @@ const getEsClient = async (host, metrics) => {
452
452
  };
453
453
 
454
454
  module.exports = {
455
+ esConfig,
455
456
  BaseSearch,
456
457
  Search,
457
458
  EsClient,