@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20220403023234 → 0.0.0-nightly-20220404023441

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/CHANGELOG.md +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20220403023234
3
+ ## 0.0.0-nightly-20220404023441
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 62ee65422c: Use new `IndexableResultSet` type as return type of query method in `SearchEngine` implementation.
8
8
  - Updated dependencies
9
- - @backstage/plugin-search-common@0.0.0-nightly-20220403023234
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20220403023234
9
+ - @backstage/plugin-search-common@0.0.0-nightly-20220404023441
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20220404023441
11
11
 
12
12
  ## 0.1.3-next.0
13
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
3
  "description": "A module for the search backend that implements search using ElasticSearch",
4
- "version": "0.0.0-nightly-20220403023234",
4
+ "version": "0.0.0-nightly-20220404023441",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@backstage/config": "^1.0.0",
27
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220403023234",
28
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220403023234",
27
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220404023441",
28
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220404023441",
29
29
  "@elastic/elasticsearch": "7.13.0",
30
30
  "@acuris/aws-es-connection": "^2.2.0",
31
31
  "aws-sdk": "^2.948.0",
@@ -34,8 +34,8 @@
34
34
  "winston": "^3.2.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20220403023234",
38
- "@backstage/cli": "^0.0.0-nightly-20220403023234",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20220404023441",
38
+ "@backstage/cli": "^0.0.0-nightly-20220404023441",
39
39
  "@elastic/elasticsearch-mock": "^1.0.0"
40
40
  },
41
41
  "files": [