@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20241201024112 → 0.0.0-nightly-20241202023706

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20241201024112
3
+ ## 0.0.0-nightly-20241202023706
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-20241201024112
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241201024112
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241202023706
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241202023706
11
11
  - @backstage/config@1.3.0
12
12
  - @backstage/integration-aws-node@0.1.13
13
13
  - @backstage/plugin-search-common@1.2.15
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-20241201024112",
3
+ "version": "0.0.0-nightly-20241202023706",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -58,10 +58,10 @@
58
58
  "test": "backstage-cli package test"
59
59
  },
60
60
  "dependencies": {
61
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241201024112",
61
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241202023706",
62
62
  "@backstage/config": "1.3.0",
63
63
  "@backstage/integration-aws-node": "0.1.13",
64
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241201024112",
64
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241202023706",
65
65
  "@backstage/plugin-search-common": "1.2.15",
66
66
  "@elastic/elasticsearch": "^7.13.0",
67
67
  "@opensearch-project/opensearch": "^2.2.1",
@@ -71,8 +71,8 @@
71
71
  "uuid": "^11.0.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/backend-test-utils": "0.0.0-nightly-20241201024112",
75
- "@backstage/cli": "0.0.0-nightly-20241201024112",
74
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241202023706",
75
+ "@backstage/cli": "0.0.0-nightly-20241202023706",
76
76
  "@elastic/elasticsearch-mock": "^1.0.0",
77
77
  "@short.io/opensearch-mock": "^0.4.0"
78
78
  },