@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20230612023212 → 0.0.0-nightly-20230614022819

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,16 +1,28 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20230612023212
3
+ ## 0.0.0-nightly-20230614022819
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230612023212
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20230612023212
10
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230612023212
11
- - @backstage/integration-aws-node@0.0.0-nightly-20230612023212
8
+ - @backstage/backend-common@0.0.0-nightly-20230614022819
9
+ - @backstage/integration-aws-node@0.0.0-nightly-20230614022819
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230614022819
11
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230614022819
12
12
  - @backstage/config@1.0.7
13
- - @backstage/plugin-search-common@0.0.0-nightly-20230612023212
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20230614022819
14
+
15
+ ## 1.3.1-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/integration-aws-node@0.1.4-next.1
21
+ - @backstage/backend-common@0.19.0-next.2
22
+ - @backstage/backend-plugin-api@0.5.3-next.2
23
+ - @backstage/config@1.0.7
24
+ - @backstage/plugin-search-backend-node@1.2.2-next.2
25
+ - @backstage/plugin-search-common@1.2.4-next.0
14
26
 
15
27
  ## 1.3.1-next.1
16
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20230612023212",
3
+ "version": "0.0.0-nightly-20230614022819",
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-20230612023212",
4
+ "version": "0.0.0-nightly-20230614022819",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.0.0-nightly-20230612023212",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230612023212",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230614022819",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230614022819",
39
39
  "@backstage/config": "^1.0.7",
40
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230612023212",
41
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230612023212",
42
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230612023212",
40
+ "@backstage/integration-aws-node": "^0.0.0-nightly-20230614022819",
41
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230614022819",
42
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20230614022819",
43
43
  "@elastic/elasticsearch": "^7.13.0",
44
44
  "@opensearch-project/opensearch": "^2.2.1",
45
45
  "aws4": "^1.12.0",
@@ -49,8 +49,8 @@
49
49
  "winston": "^3.2.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-common": "^0.0.0-nightly-20230612023212",
53
- "@backstage/cli": "^0.0.0-nightly-20230612023212",
52
+ "@backstage/backend-common": "^0.0.0-nightly-20230614022819",
53
+ "@backstage/cli": "^0.0.0-nightly-20230614022819",
54
54
  "@elastic/elasticsearch-mock": "^1.0.0",
55
55
  "@short.io/opensearch-mock": "^0.3.1"
56
56
  },