@backstage/plugin-search-backend-module-elasticsearch 0.1.4 → 0.1.5-next.0

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 +9 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
+ ## 0.1.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@0.6.2-next.0
9
+
3
10
  ## 0.1.4
4
11
 
5
12
  ### Patch Changes
@@ -91,10 +98,10 @@
91
98
  - 022507c860: **BREAKING**
92
99
 
93
100
  The `ElasticSearchSearchEngine` implements the new stream-based indexing
94
- process expected by the latest `@backstage/search-backend-node`.
101
+ process expected by the latest `@backstage/plugin-search-backend-node`.
95
102
 
96
103
  When updating to this version, you must also update to the latest version of
97
- `@backstage/search-backend-node`. Check [this upgrade guide](https://backstage.io/docs/features/search/how-to-guides#how-to-migrate-from-search-alpha-to-beta)
104
+ `@backstage/plugin-search-backend-node`. Check [this upgrade guide](https://backstage.io/docs/features/search/how-to-guides#how-to-migrate-from-search-alpha-to-beta)
98
105
  for further details.
99
106
 
100
107
  ### Patch Changes
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.1.4",
4
+ "version": "0.1.5-next.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,7 +25,7 @@
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.6.1",
28
+ "@backstage/plugin-search-backend-node": "^0.6.2-next.0",
29
29
  "@backstage/plugin-search-common": "^0.3.4",
30
30
  "@elastic/elasticsearch": "7.13.0",
31
31
  "aws-sdk": "^2.948.0",
@@ -35,8 +35,8 @@
35
35
  "winston": "^3.2.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/backend-common": "^0.13.3",
39
- "@backstage/cli": "^0.17.1",
38
+ "@backstage/backend-common": "^0.13.6-next.0",
39
+ "@backstage/cli": "^0.17.2-next.0",
40
40
  "@elastic/elasticsearch-mock": "^1.0.0"
41
41
  },
42
42
  "files": [
@@ -44,5 +44,5 @@
44
44
  "config.d.ts"
45
45
  ],
46
46
  "configSchema": "config.d.ts",
47
- "gitHead": "96323f280ba32ee526c5b151cda42260aee927c9"
47
+ "gitHead": "c1511c99a532aeb003a97510a5638bd939ee65ca"
48
48
  }