@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20250704024321 → 0.0.0-nightly-20250705024007

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20250704024321
3
+ ## 0.0.0-nightly-20250705024007
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3507fcd: Just some more circular dep cleanup
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-20250704024321
10
- - @backstage/integration-aws-node@0.0.0-nightly-20250704024321
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250704024321
12
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20250704024321
13
- - @backstage/plugin-search-common@0.0.0-nightly-20250704024321
9
+ - @backstage/config@0.0.0-nightly-20250705024007
10
+ - @backstage/integration-aws-node@0.0.0-nightly-20250705024007
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250705024007
12
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20250705024007
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20250705024007
14
14
 
15
15
  ## 1.7.4-next.0
16
16
 
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-20250704024321",
3
+ "version": "0.0.0-nightly-20250705024007",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,11 +62,11 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250704024321",
66
- "@backstage/config": "0.0.0-nightly-20250704024321",
67
- "@backstage/integration-aws-node": "0.0.0-nightly-20250704024321",
68
- "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250704024321",
69
- "@backstage/plugin-search-common": "0.0.0-nightly-20250704024321",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250705024007",
66
+ "@backstage/config": "0.0.0-nightly-20250705024007",
67
+ "@backstage/integration-aws-node": "0.0.0-nightly-20250705024007",
68
+ "@backstage/plugin-search-backend-node": "0.0.0-nightly-20250705024007",
69
+ "@backstage/plugin-search-common": "0.0.0-nightly-20250705024007",
70
70
  "@elastic/elasticsearch": "^7.13.0",
71
71
  "@opensearch-project/opensearch": "^2.2.1",
72
72
  "aws4": "^1.12.0",
@@ -75,8 +75,8 @@
75
75
  "uuid": "^11.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "0.0.0-nightly-20250704024321",
79
- "@backstage/cli": "0.0.0-nightly-20250704024321",
78
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250705024007",
79
+ "@backstage/cli": "0.0.0-nightly-20250705024007",
80
80
  "@elastic/elasticsearch-mock": "^1.0.0",
81
81
  "@short.io/opensearch-mock": "^0.4.0"
82
82
  },