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

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20241211023757
3
+ ## 0.0.0-nightly-20241212023754
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-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
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241212023754
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241212023754
11
+ - @backstage/config@0.0.0-nightly-20241212023754
12
+ - @backstage/integration-aws-node@0.0.0-nightly-20241212023754
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20241212023754
14
14
 
15
15
  ## 1.6.3-next.2
16
16
 
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-20241211023757",
3
+ "version": "0.0.0-nightly-20241212023754",
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-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",
61
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241212023754",
62
+ "@backstage/config": "0.0.0-nightly-20241212023754",
63
+ "@backstage/integration-aws-node": "0.0.0-nightly-20241212023754",
64
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241212023754",
65
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241212023754",
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-20241211023757",
75
- "@backstage/cli": "0.0.0-nightly-20241211023757",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241212023754",
75
+ "@backstage/cli": "0.0.0-nightly-20241212023754",
76
76
  "@elastic/elasticsearch-mock": "^1.0.0",
77
77
  "@short.io/opensearch-mock": "^0.4.0"
78
78
  },