@backstage/plugin-search-backend-module-elasticsearch 0.0.0-nightly-20221018030035 → 0.0.0-nightly-20221021024853

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 +13 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
- ## 0.0.0-nightly-20221018030035
3
+ ## 0.0.0-nightly-20221021024853
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20221021024853
9
+ - @backstage/config@0.0.0-nightly-20221021024853
10
+ - @backstage/plugin-search-common@0.0.0-nightly-20221021024853
11
+
12
+ ## 1.0.3
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - a799972bb1: The search engine has been updated to take advantage of the `pageLimit` property on search queries. If none is provided, the search engine will continue to use its default value of 25 results per page.
8
17
  - 8006f8a602: In order to improve the debuggability of the search indexing process, messages logged during indexing are now tagged with a `documentType` whose value corresponds to the `type` being indexed.
9
18
  - Updated dependencies
10
- - @backstage/plugin-search-common@0.0.0-nightly-20221018030035
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20221018030035
12
- - @backstage/config@0.0.0-nightly-20221018030035
19
+ - @backstage/plugin-search-common@1.1.0
20
+ - @backstage/plugin-search-backend-node@1.0.3
21
+ - @backstage/config@1.0.3
13
22
 
14
23
  ## 1.0.3-next.2
15
24
 
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-20221018030035",
4
+ "version": "0.0.0-nightly-20221021024853",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,9 +23,9 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/config": "^0.0.0-nightly-20221018030035",
27
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20221018030035",
28
- "@backstage/plugin-search-common": "^0.0.0-nightly-20221018030035",
26
+ "@backstage/config": "^0.0.0-nightly-20221021024853",
27
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20221021024853",
28
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20221021024853",
29
29
  "@elastic/elasticsearch": "^7.13.0",
30
30
  "@opensearch-project/opensearch": "^2.0.0",
31
31
  "aws-os-connection": "^0.2.0",
@@ -36,8 +36,8 @@
36
36
  "winston": "^3.2.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@backstage/backend-common": "^0.0.0-nightly-20221018030035",
40
- "@backstage/cli": "^0.0.0-nightly-20221018030035",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20221021024853",
40
+ "@backstage/cli": "^0.0.0-nightly-20221021024853",
41
41
  "@elastic/elasticsearch-mock": "^1.0.0",
42
42
  "@short.io/opensearch-mock": "^0.3.1"
43
43
  },