@backstage/plugin-search-backend-module-elasticsearch 1.8.7 → 1.8.8-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 +2 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 1.8.7
3
+ ## 1.8.8-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 4f98d09: Fixed a bug where an empty document type list could result in querying all indices instead of returning empty results.
7
+ - b11c9b4: Fixed a bug where an empty document type list could result in querying all indices instead of returning empty results.
8
8
 
9
9
  ## 1.8.6
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "1.8.7",
3
+ "version": "1.8.8-next.0",
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.10.0",
66
- "@backstage/config": "^1.3.8",
67
- "@backstage/integration-aws-node": "^0.2.1",
68
- "@backstage/plugin-search-backend-node": "^1.4.7",
69
- "@backstage/plugin-search-common": "^1.2.24",
65
+ "@backstage/backend-plugin-api": "1.10.0",
66
+ "@backstage/config": "1.3.8",
67
+ "@backstage/integration-aws-node": "0.2.1",
68
+ "@backstage/plugin-search-backend-node": "1.4.7",
69
+ "@backstage/plugin-search-common": "1.2.24",
70
70
  "@elastic/elasticsearch": "^7.13.0",
71
71
  "@opensearch-project/opensearch": "^2.2.1",
72
72
  "aws4": "^1.12.0",
@@ -74,8 +74,8 @@
74
74
  "lodash": "^4.17.21"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "^1.11.6",
78
- "@backstage/cli": "^0.36.5",
77
+ "@backstage/backend-test-utils": "1.11.6",
78
+ "@backstage/cli": "0.36.6-next.0",
79
79
  "@elastic/elasticsearch-mock": "^1.0.0",
80
80
  "@short.io/opensearch-mock": "^0.4.0",
81
81
  "@types/aws4": "^1.5.1"