@backstage/plugin-search-backend-module-elasticsearch 1.3.0-next.2 → 1.3.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,21 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3d72bdb41c7: Upgrade to aws-sdk v3 and include OpenSearch Serverless support
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-common@0.18.5
13
+ - @backstage/integration-aws-node@0.1.3
14
+ - @backstage/plugin-search-backend-node@1.2.1
15
+ - @backstage/backend-plugin-api@0.5.2
16
+ - @backstage/config@1.0.7
17
+ - @backstage/plugin-search-common@1.2.3
18
+
3
19
  ## 1.3.0-next.2
4
20
 
5
21
  ### 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.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.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.5",
38
+ "@backstage/backend-plugin-api": "^0.5.2",
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.1",
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.5",
53
+ "@backstage/cli": "^0.22.7",
54
54
  "@elastic/elasticsearch-mock": "^1.0.0",
55
55
  "@short.io/opensearch-mock": "^0.3.1"
56
56
  },