@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20241009023248 → 0.0.0-nightly-20241010023300

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,14 +1,14 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20241009023248
3
+ ## 0.0.0-nightly-20241010023300
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d78b07c: Align the configuration schema with the docs and actual behavior of the code
8
8
  - 094eaa3: Remove references to in-repo backend-common
9
9
  - Updated dependencies
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20241009023248
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241009023248
10
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20241010023300
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241010023300
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/integration-aws-node@0.1.12
14
14
  - @backstage/plugin-search-common@1.2.14
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch__alpha",
3
- "version": "0.0.0-nightly-20241009023248",
3
+ "version": "0.0.0-nightly-20241010023300",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20241009023248",
3
+ "version": "0.0.0-nightly-20241010023300",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -48,10 +48,10 @@
48
48
  "test": "backstage-cli package test"
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241009023248",
51
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241010023300",
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-20241009023248",
54
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20241010023300",
55
55
  "@backstage/plugin-search-common": "1.2.14",
56
56
  "@elastic/elasticsearch": "^7.13.0",
57
57
  "@opensearch-project/opensearch": "^2.2.1",
@@ -61,8 +61,8 @@
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-test-utils": "0.0.0-nightly-20241009023248",
65
- "@backstage/cli": "0.0.0-nightly-20241009023248",
64
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241010023300",
65
+ "@backstage/cli": "0.0.0-nightly-20241010023300",
66
66
  "@elastic/elasticsearch-mock": "^1.0.0",
67
67
  "@short.io/opensearch-mock": "^0.3.1"
68
68
  },