@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20240830022837 → 0.0.0-nightly-20240831022709

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,15 +1,15 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20240830022837
3
+ ## 0.0.0-nightly-20240831022709
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - 5726390: Internal refactor to use `LoggerService` and `DatabaseService` instead of the legacy `Logger` and `PluginDatabaseManager` types.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240830022837
11
- - @backstage/backend-common@0.0.0-nightly-20240830022837
12
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20240830022837
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240831022709
11
+ - @backstage/backend-common@0.0.0-nightly-20240831022709
12
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20240831022709
13
13
  - @backstage/config@1.2.0
14
14
  - @backstage/integration-aws-node@0.1.12
15
15
  - @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-20240830022837",
3
+ "version": "0.0.0-nightly-20240831022709",
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-20240830022837",
3
+ "version": "0.0.0-nightly-20240831022709",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -47,11 +47,11 @@
47
47
  "test": "backstage-cli package test"
48
48
  },
49
49
  "dependencies": {
50
- "@backstage/backend-common": "^0.0.0-nightly-20240830022837",
51
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240830022837",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20240831022709",
51
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240831022709",
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-20240830022837",
54
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20240831022709",
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,9 +61,9 @@
61
61
  "uuid": "^9.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-common": "^0.0.0-nightly-20240830022837",
65
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240830022837",
66
- "@backstage/cli": "^0.0.0-nightly-20240830022837",
64
+ "@backstage/backend-common": "^0.0.0-nightly-20240831022709",
65
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240831022709",
66
+ "@backstage/cli": "^0.0.0-nightly-20240831022709",
67
67
  "@elastic/elasticsearch-mock": "^1.0.0",
68
68
  "@short.io/opensearch-mock": "^0.3.1"
69
69
  },