@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20241205023826 → 0.0.0-nightly-20241207023507

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-20241205023826
3
+ ## 0.0.0-nightly-20241207023507
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-20241205023826
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241205023826
11
- - @backstage/config@1.3.0
12
- - @backstage/integration-aws-node@0.1.13
13
- - @backstage/plugin-search-common@1.2.15
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241207023507
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241207023507
11
+ - @backstage/config@0.0.0-nightly-20241207023507
12
+ - @backstage/integration-aws-node@0.0.0-nightly-20241207023507
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20241207023507
14
14
 
15
15
  ## 1.6.3-next.1
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-20241205023826",
3
+ "version": "0.0.0-nightly-20241207023507",
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-20241205023826",
62
- "@backstage/config": "1.3.0",
63
- "@backstage/integration-aws-node": "0.1.13",
64
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241205023826",
65
- "@backstage/plugin-search-common": "1.2.15",
61
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241207023507",
62
+ "@backstage/config": "0.0.0-nightly-20241207023507",
63
+ "@backstage/integration-aws-node": "0.0.0-nightly-20241207023507",
64
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241207023507",
65
+ "@backstage/plugin-search-common": "0.0.0-nightly-20241207023507",
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-20241205023826",
75
- "@backstage/cli": "0.0.0-nightly-20241205023826",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241207023507",
75
+ "@backstage/cli": "0.0.0-nightly-20241207023507",
76
76
  "@elastic/elasticsearch-mock": "^1.0.0",
77
77
  "@short.io/opensearch-mock": "^0.4.0"
78
78
  },