@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20240617021823 → 0.0.0-nightly-20240621021638

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 CHANGED
@@ -1,6 +1,18 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20240617021823
3
+ ## 0.0.0-nightly-20240621021638
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20240621021638
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240621021638
10
+ - @backstage/config@1.2.0
11
+ - @backstage/integration-aws-node@0.1.12
12
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240621021638
13
+ - @backstage/plugin-search-common@1.2.12
14
+
15
+ ## 1.5.0
4
16
 
5
17
  ### Minor Changes
6
18
 
@@ -17,13 +29,14 @@
17
29
 
18
30
  ### Patch Changes
19
31
 
32
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
20
33
  - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package.
21
34
  - d44a20a: Added additional plugin metadata to `package.json`.
22
35
  - Updated dependencies
23
- - @backstage/backend-plugin-api@0.0.0-nightly-20240617021823
24
- - @backstage/backend-common@0.0.0-nightly-20240617021823
25
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240617021823
26
- - @backstage/plugin-search-common@0.0.0-nightly-20240617021823
36
+ - @backstage/backend-common@0.23.0
37
+ - @backstage/backend-plugin-api@0.6.19
38
+ - @backstage/plugin-search-backend-node@1.2.24
39
+ - @backstage/plugin-search-common@1.2.12
27
40
  - @backstage/config@1.2.0
28
41
  - @backstage/integration-aws-node@0.1.12
29
42
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20240617021823",
2
+ "name": "@backstage/plugin-search-backend-module-elasticsearch__alpha",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -16,6 +16,6 @@ declare const elasticsearchTranslatorExtensionPoint: _backstage_backend_plugin_a
16
16
  *
17
17
  * @alpha
18
18
  */
19
- declare const _default: () => _backstage_backend_plugin_api.BackendFeature;
19
+ declare const _default: _backstage_backend_plugin_api.BackendFeatureCompat;
20
20
 
21
21
  export { type ElasticSearchQueryTranslatorExtensionPoint, _default as default, elasticsearchTranslatorExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20240617021823",
3
+ "version": "0.0.0-nightly-20240621021638",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,12 +47,12 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-common": "^0.0.0-nightly-20240617021823",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240617021823",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240621021638",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240621021638",
52
52
  "@backstage/config": "^1.2.0",
53
53
  "@backstage/integration-aws-node": "^0.1.12",
54
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240617021823",
55
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240617021823",
54
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240621021638",
55
+ "@backstage/plugin-search-common": "^1.2.12",
56
56
  "@elastic/elasticsearch": "^7.13.0",
57
57
  "@opensearch-project/opensearch": "^2.2.1",
58
58
  "aws4": "^1.12.0",
@@ -62,9 +62,9 @@
62
62
  "winston": "^3.2.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-common": "^0.0.0-nightly-20240617021823",
66
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240617021823",
67
- "@backstage/cli": "^0.0.0-nightly-20240617021823",
65
+ "@backstage/backend-common": "^0.0.0-nightly-20240621021638",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240621021638",
67
+ "@backstage/cli": "^0.0.0-nightly-20240621021638",
68
68
  "@elastic/elasticsearch-mock": "^1.0.0",
69
69
  "@short.io/opensearch-mock": "^0.3.1"
70
70
  },