@backstage/plugin-search-backend-module-elasticsearch 1.7.2-next.3 → 1.7.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.
- package/CHANGELOG.md +13 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend-module-elasticsearch
|
|
2
2
|
|
|
3
|
+
## 1.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 01f772c: Fixed an issue where the `search.elasticsearch.queryOptions` config were not picked up by the `ElasticSearchSearchEngine`.
|
|
8
|
+
- 72d019d: Removed various typos
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-plugin-api@1.3.1
|
|
11
|
+
- @backstage/integration-aws-node@0.1.16
|
|
12
|
+
- @backstage/config@1.3.2
|
|
13
|
+
- @backstage/plugin-search-backend-node@1.3.11
|
|
14
|
+
- @backstage/plugin-search-common@1.2.18
|
|
15
|
+
|
|
3
16
|
## 1.7.2-next.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend-module-elasticsearch",
|
|
3
|
-
"version": "1.7.2
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "A module for the search backend that implements search using ElasticSearch",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"test": "backstage-cli package test"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@backstage/backend-plugin-api": "1.3.1
|
|
66
|
-
"@backstage/config": "1.3.2",
|
|
67
|
-
"@backstage/integration-aws-node": "0.1.16
|
|
68
|
-
"@backstage/plugin-search-backend-node": "1.3.11
|
|
69
|
-
"@backstage/plugin-search-common": "1.2.18
|
|
65
|
+
"@backstage/backend-plugin-api": "^1.3.1",
|
|
66
|
+
"@backstage/config": "^1.3.2",
|
|
67
|
+
"@backstage/integration-aws-node": "^0.1.16",
|
|
68
|
+
"@backstage/plugin-search-backend-node": "^1.3.11",
|
|
69
|
+
"@backstage/plugin-search-common": "^1.2.18",
|
|
70
70
|
"@elastic/elasticsearch": "^7.13.0",
|
|
71
71
|
"@opensearch-project/opensearch": "^2.2.1",
|
|
72
72
|
"aws4": "^1.12.0",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"uuid": "^11.0.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@backstage/backend-test-utils": "1.5.0
|
|
79
|
-
"@backstage/cli": "0.32.1
|
|
78
|
+
"@backstage/backend-test-utils": "^1.5.0",
|
|
79
|
+
"@backstage/cli": "^0.32.1",
|
|
80
80
|
"@elastic/elasticsearch-mock": "^1.0.0",
|
|
81
81
|
"@short.io/opensearch-mock": "^0.4.0"
|
|
82
82
|
},
|