@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20230807021924 → 0.0.0-nightly-20230809021722

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,19 +1,28 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20230807021924
3
+ ## 0.0.0-nightly-20230809021722
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
8
8
  - 12a8c94eda8d: Add package repository and homepage metadata
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20230807021924
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230807021924
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20230807021924
10
+ - @backstage/backend-common@0.0.0-nightly-20230809021722
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230809021722
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230809021722
13
13
  - @backstage/integration-aws-node@0.1.5
14
14
  - @backstage/config@1.0.8
15
15
  - @backstage/plugin-search-common@1.2.5
16
16
 
17
+ ## 1.3.3-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@0.6.0-next.2
23
+ - @backstage/backend-common@0.19.2-next.2
24
+ - @backstage/plugin-search-backend-node@1.2.4-next.2
25
+
17
26
  ## 1.3.3-next.1
18
27
 
19
28
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20230807021924",
3
+ "version": "0.0.0-nightly-20230809021722",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
3
  "description": "A module for the search backend that implements search using ElasticSearch",
4
- "version": "0.0.0-nightly-20230807021924",
4
+ "version": "0.0.0-nightly-20230809021722",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,11 +40,11 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20230807021924",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230807021924",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20230809021722",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230809021722",
45
45
  "@backstage/config": "^1.0.8",
46
46
  "@backstage/integration-aws-node": "^0.1.5",
47
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230807021924",
47
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230809021722",
48
48
  "@backstage/plugin-search-common": "^1.2.5",
49
49
  "@elastic/elasticsearch": "^7.13.0",
50
50
  "@opensearch-project/opensearch": "^2.2.1",
@@ -55,8 +55,8 @@
55
55
  "winston": "^3.2.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-common": "^0.0.0-nightly-20230807021924",
59
- "@backstage/cli": "^0.0.0-nightly-20230807021924",
58
+ "@backstage/backend-common": "^0.0.0-nightly-20230809021722",
59
+ "@backstage/cli": "^0.0.0-nightly-20230809021722",
60
60
  "@elastic/elasticsearch-mock": "^1.0.0",
61
61
  "@short.io/opensearch-mock": "^0.3.1"
62
62
  },