@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20230221023135 → 0.0.0-nightly-20230223023051

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20230221023135
3
+ ## 0.0.0-nightly-20230223023051
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20230221023135
9
8
  - @backstage/config@1.0.6
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20230223023051
10
+ - @backstage/plugin-search-common@1.2.1
11
+
12
+ ## 1.1.4-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/config@1.0.6
18
+ - @backstage/plugin-search-backend-node@1.1.4-next.0
10
19
  - @backstage/plugin-search-common@1.2.1
11
20
 
12
21
  ## 1.1.3
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-20230221023135",
4
+ "version": "0.0.0-nightly-20230223023051",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@backstage/config": "^1.0.6",
27
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230221023135",
27
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20230223023051",
28
28
  "@backstage/plugin-search-common": "^1.2.1",
29
29
  "@elastic/elasticsearch": "^7.13.0",
30
30
  "@opensearch-project/opensearch": "^2.0.0",
@@ -36,8 +36,8 @@
36
36
  "winston": "^3.2.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/backend-common": "^0.0.0-nightly-20230221023135",
40
- "@backstage/cli": "^0.0.0-nightly-20230221023135",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20230223023051",
40
+ "@backstage/cli": "^0.0.0-nightly-20230223023051",
41
41
  "@elastic/elasticsearch-mock": "^1.0.0",
42
42
  "@short.io/opensearch-mock": "^0.3.1"
43
43
  },