@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20220614024926 → 0.0.0-nightly-20220622024934

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 +17 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20220614024926
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20220622024934
9
+
10
+ ## 0.1.6-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/plugin-search-backend-node@0.6.3-next.0
16
+
17
+ ## 0.1.5
4
18
 
5
19
  ### Patch Changes
6
20
 
@@ -19,8 +33,8 @@
19
33
  - ElasticSearchAuth,
20
34
 
21
35
  - Updated dependencies
22
- - @backstage/plugin-search-common@0.0.0-nightly-20220614024926
23
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20220614024926
36
+ - @backstage/plugin-search-common@0.3.5
37
+ - @backstage/plugin-search-backend-node@0.6.2
24
38
 
25
39
  ## 0.1.5-next.2
26
40
 
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-20220614024926",
4
+ "version": "0.0.0-nightly-20220622024934",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,8 +25,8 @@
25
25
  "dependencies": {
26
26
  "@acuris/aws-es-connection": "^2.2.0",
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220614024926",
29
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220614024926",
28
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220622024934",
29
+ "@backstage/plugin-search-common": "^0.3.5",
30
30
  "@elastic/elasticsearch": "7.13.0",
31
31
  "aws-sdk": "^2.948.0",
32
32
  "elastic-builder": "^2.16.0",
@@ -35,8 +35,8 @@
35
35
  "winston": "^3.2.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20220614024926",
39
- "@backstage/cli": "^0.0.0-nightly-20220614024926",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20220622024934",
39
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
40
40
  "@elastic/elasticsearch-mock": "^1.0.0"
41
41
  },
42
42
  "files": [