@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20240605021638 → 0.0.0-nightly-20240607021723

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-20240605021638
3
+ ## 0.0.0-nightly-20240607021723
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 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.
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240605021638
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240605021638
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240605021638
9
+ - @backstage/backend-common@0.0.0-nightly-20240607021723
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240607021723
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240607021723
12
12
  - @backstage/config@1.2.0
13
13
  - @backstage/integration-aws-node@0.1.12
14
14
  - @backstage/plugin-search-common@1.2.11
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20240605021638",
3
+ "version": "0.0.0-nightly-20240607021723",
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-20240605021638",
3
+ "version": "0.0.0-nightly-20240607021723",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -45,11 +45,11 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-common": "^0.0.0-nightly-20240605021638",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240605021638",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20240607021723",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240607021723",
50
50
  "@backstage/config": "^1.2.0",
51
51
  "@backstage/integration-aws-node": "^0.1.12",
52
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240605021638",
52
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240607021723",
53
53
  "@backstage/plugin-search-common": "^1.2.11",
54
54
  "@elastic/elasticsearch": "^7.13.0",
55
55
  "@opensearch-project/opensearch": "^2.2.1",
@@ -60,9 +60,9 @@
60
60
  "winston": "^3.2.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-common": "^0.0.0-nightly-20240605021638",
64
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240605021638",
65
- "@backstage/cli": "^0.0.0-nightly-20240605021638",
63
+ "@backstage/backend-common": "^0.0.0-nightly-20240607021723",
64
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240607021723",
65
+ "@backstage/cli": "^0.0.0-nightly-20240607021723",
66
66
  "@elastic/elasticsearch-mock": "^1.0.0",
67
67
  "@short.io/opensearch-mock": "^0.3.1"
68
68
  },