@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20241209023914 → 0.0.0-nightly-20241211023757

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 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,27 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20241209023914
3
+ ## 0.0.0-nightly-20241211023757
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 991c9fe: Update the ElasticSearchSearchEngine translator to handle phrase searches.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241209023914
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241209023914
11
- - @backstage/config@0.0.0-nightly-20241209023914
12
- - @backstage/integration-aws-node@0.0.0-nightly-20241209023914
13
- - @backstage/plugin-search-common@0.0.0-nightly-20241209023914
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241211023757
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241211023757
11
+ - @backstage/config@0.0.0-nightly-20241211023757
12
+ - @backstage/integration-aws-node@0.0.0-nightly-20241211023757
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20241211023757
14
+
15
+ ## 1.6.3-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.1.0-next.2
21
+ - @backstage/plugin-search-backend-node@1.3.6-next.2
22
+ - @backstage/config@1.3.1-next.0
23
+ - @backstage/integration-aws-node@0.1.14-next.0
24
+ - @backstage/plugin-search-common@1.2.16-next.0
14
25
 
15
26
  ## 1.6.3-next.1
16
27
 
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-20241209023914",
3
+ "version": "0.0.0-nightly-20241211023757",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -58,11 +58,11 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241209023914",
62
- "@backstage/config": "0.0.0-nightly-20241209023914",
63
- "@backstage/integration-aws-node": "0.0.0-nightly-20241209023914",
64
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241209023914",
65
- "@backstage/plugin-search-common": "0.0.0-nightly-20241209023914",
61
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241211023757",
62
+ "@backstage/config": "0.0.0-nightly-20241211023757",
63
+ "@backstage/integration-aws-node": "0.0.0-nightly-20241211023757",
64
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241211023757",
65
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241211023757",
66
66
  "@elastic/elasticsearch": "^7.13.0",
67
67
  "@opensearch-project/opensearch": "^2.2.1",
68
68
  "aws4": "^1.12.0",
@@ -71,8 +71,8 @@
71
71
  "uuid": "^11.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
75
- "@backstage/cli": "0.0.0-nightly-20241209023914",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241211023757",
75
+ "@backstage/cli": "0.0.0-nightly-20241211023757",
76
76
  "@elastic/elasticsearch-mock": "^1.0.0",
77
77
  "@short.io/opensearch-mock": "^0.4.0"
78
78
  },