@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20230919021144 → 0.0.0-nightly-20230921021021

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,6 +1,18 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20230919021144
3
+ ## 0.0.0-nightly-20230921021021
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20230921021021
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230921021021
10
+ - @backstage/config@1.1.0
11
+ - @backstage/integration-aws-node@0.1.6
12
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230921021021
13
+ - @backstage/plugin-search-common@1.2.6
14
+
15
+ ## 1.3.6
4
16
 
5
17
  ### Patch Changes
6
18
 
@@ -21,12 +33,12 @@
21
33
  ```
22
34
 
23
35
  - Updated dependencies
24
- - @backstage/config@0.0.0-nightly-20230919021144
25
- - @backstage/backend-common@0.0.0-nightly-20230919021144
26
- - @backstage/plugin-search-common@0.0.0-nightly-20230919021144
27
- - @backstage/backend-plugin-api@0.0.0-nightly-20230919021144
28
- - @backstage/integration-aws-node@0.0.0-nightly-20230919021144
29
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230919021144
36
+ - @backstage/backend-common@0.19.5
37
+ - @backstage/config@1.1.0
38
+ - @backstage/plugin-search-common@1.2.6
39
+ - @backstage/backend-plugin-api@0.6.3
40
+ - @backstage/integration-aws-node@0.1.6
41
+ - @backstage/plugin-search-backend-node@1.2.7
30
42
 
31
43
  ## 1.3.6-next.3
32
44
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "0.0.0-nightly-20230919021144",
3
+ "version": "0.0.0-nightly-20230921021021",
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-20230919021144",
4
+ "version": "0.0.0-nightly-20230921021021",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.0.0-nightly-20230919021144",
44
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230919021144",
45
- "@backstage/config": "^0.0.0-nightly-20230919021144",
46
- "@backstage/integration-aws-node": "^0.0.0-nightly-20230919021144",
47
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230919021144",
48
- "@backstage/plugin-search-common": "^0.0.0-nightly-20230919021144",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20230921021021",
44
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230921021021",
45
+ "@backstage/config": "^1.1.0",
46
+ "@backstage/integration-aws-node": "^0.1.6",
47
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230921021021",
48
+ "@backstage/plugin-search-common": "^1.2.6",
49
49
  "@elastic/elasticsearch": "^7.13.0",
50
50
  "@opensearch-project/opensearch": "^2.2.1",
51
51
  "aws4": "^1.12.0",
@@ -55,8 +55,8 @@
55
55
  "winston": "^3.2.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-common": "^0.0.0-nightly-20230919021144",
59
- "@backstage/cli": "^0.0.0-nightly-20230919021144",
58
+ "@backstage/backend-common": "^0.0.0-nightly-20230921021021",
59
+ "@backstage/cli": "^0.0.0-nightly-20230921021021",
60
60
  "@elastic/elasticsearch-mock": "^1.0.0",
61
61
  "@short.io/opensearch-mock": "^0.3.1"
62
62
  },