@backstage/plugin-search-backend-module-elasticsearch 1.3.0-next.2 → 1.3.1-next.0

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,5 +1,33 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
+ ## 1.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.18.6-next.0
9
+ - @backstage/integration-aws-node@0.1.3
10
+ - @backstage/config@1.0.7
11
+ - @backstage/backend-plugin-api@0.5.3-next.0
12
+ - @backstage/plugin-search-backend-node@1.2.2-next.0
13
+ - @backstage/plugin-search-common@1.2.3
14
+
15
+ ## 1.3.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 3d72bdb41c7: Upgrade to aws-sdk v3 and include OpenSearch Serverless support
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-common@0.18.5
25
+ - @backstage/integration-aws-node@0.1.3
26
+ - @backstage/plugin-search-backend-node@1.2.1
27
+ - @backstage/backend-plugin-api@0.5.2
28
+ - @backstage/config@1.0.7
29
+ - @backstage/plugin-search-common@1.2.3
30
+
3
31
  ## 1.3.0-next.2
4
32
 
5
33
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "1.3.0-next.2",
3
+ "version": "1.3.1-next.0",
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": "1.3.0-next.2",
4
+ "version": "1.3.1-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/backend-common": "^0.18.5-next.1",
38
- "@backstage/backend-plugin-api": "^0.5.2-next.1",
37
+ "@backstage/backend-common": "^0.18.6-next.0",
38
+ "@backstage/backend-plugin-api": "^0.5.3-next.0",
39
39
  "@backstage/config": "^1.0.7",
40
- "@backstage/integration-aws-node": "^0.1.2",
41
- "@backstage/plugin-search-backend-node": "^1.2.1-next.1",
40
+ "@backstage/integration-aws-node": "^0.1.3",
41
+ "@backstage/plugin-search-backend-node": "^1.2.2-next.0",
42
42
  "@backstage/plugin-search-common": "^1.2.3",
43
43
  "@elastic/elasticsearch": "^7.13.0",
44
44
  "@opensearch-project/opensearch": "^2.2.1",
@@ -49,8 +49,8 @@
49
49
  "winston": "^3.2.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-common": "^0.18.5-next.1",
53
- "@backstage/cli": "^0.22.7-next.0",
52
+ "@backstage/backend-common": "^0.18.6-next.0",
53
+ "@backstage/cli": "^0.22.8-next.0",
54
54
  "@elastic/elasticsearch-mock": "^1.0.0",
55
55
  "@short.io/opensearch-mock": "^0.3.1"
56
56
  },