@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20240615021640 → 0.0.0-nightly-20240616021858

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,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20240615021640
3
+ ## 0.0.0-nightly-20240616021858
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -20,10 +20,10 @@
20
20
  - 6a576dc: Replace the usage of `getVoidLogger` with `mockServices.logger.mock` in order to remove the dependency with the soon-to-be-deprecated `backend-common` package.
21
21
  - d44a20a: Added additional plugin metadata to `package.json`.
22
22
  - Updated dependencies
23
- - @backstage/backend-plugin-api@0.0.0-nightly-20240615021640
24
- - @backstage/backend-common@0.0.0-nightly-20240615021640
25
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240615021640
26
- - @backstage/plugin-search-common@0.0.0-nightly-20240615021640
23
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240616021858
24
+ - @backstage/backend-common@0.0.0-nightly-20240616021858
25
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240616021858
26
+ - @backstage/plugin-search-common@0.0.0-nightly-20240616021858
27
27
  - @backstage/config@1.2.0
28
28
  - @backstage/integration-aws-node@0.1.12
29
29
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20240615021640",
3
+ "version": "0.0.0-nightly-20240616021858",
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-20240615021640",
3
+ "version": "0.0.0-nightly-20240616021858",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,12 +47,12 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-common": "^0.0.0-nightly-20240615021640",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240615021640",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240616021858",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240616021858",
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-20240615021640",
55
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240615021640",
54
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240616021858",
55
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240616021858",
56
56
  "@elastic/elasticsearch": "^7.13.0",
57
57
  "@opensearch-project/opensearch": "^2.2.1",
58
58
  "aws4": "^1.12.0",
@@ -62,9 +62,9 @@
62
62
  "winston": "^3.2.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/backend-common": "^0.0.0-nightly-20240615021640",
66
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240615021640",
67
- "@backstage/cli": "^0.0.0-nightly-20240615021640",
65
+ "@backstage/backend-common": "^0.0.0-nightly-20240616021858",
66
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240616021858",
67
+ "@backstage/cli": "^0.0.0-nightly-20240616021858",
68
68
  "@elastic/elasticsearch-mock": "^1.0.0",
69
69
  "@short.io/opensearch-mock": "^0.3.1"
70
70
  },