@backstage/plugin-search-backend-module-elasticsearch 1.8.3-next.1 → 1.8.3-next.2

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,13 @@
1
1
  # @backstage/plugin-search-backend-module-elasticsearch
2
2
 
3
+ ## 1.8.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration-aws-node@0.2.0-next.1
9
+ - @backstage/backend-plugin-api@1.9.1-next.1
10
+
3
11
  ## 1.8.3-next.1
4
12
 
5
13
  ### Patch Changes
package/config.d.ts CHANGED
@@ -68,7 +68,7 @@ export interface Config {
68
68
 
69
69
  fuzziness?: 'AUTO' | number;
70
70
  /**
71
- * Minimum number of characters that must match exactly at the beginning of the qeury. Defaults to 0.
71
+ * Minimum number of characters that must match exactly at the beginning of the query. Defaults to 0.
72
72
  */
73
73
  prefixLength?: number;
74
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-elasticsearch",
3
- "version": "1.8.3-next.1",
3
+ "version": "1.8.3-next.2",
4
4
  "description": "A module for the search backend that implements search using ElasticSearch",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,9 +62,9 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "1.9.1-next.0",
65
+ "@backstage/backend-plugin-api": "1.9.1-next.1",
66
66
  "@backstage/config": "1.3.8-next.0",
67
- "@backstage/integration-aws-node": "0.1.22-next.0",
67
+ "@backstage/integration-aws-node": "0.2.0-next.1",
68
68
  "@backstage/plugin-search-backend-node": "1.4.4-next.1",
69
69
  "@backstage/plugin-search-common": "1.2.24-next.0",
70
70
  "@elastic/elasticsearch": "^7.13.0",
@@ -74,7 +74,7 @@
74
74
  "lodash": "^4.17.21"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "1.11.3-next.1",
77
+ "@backstage/backend-test-utils": "1.11.3-next.2",
78
78
  "@backstage/cli": "0.36.2-next.1",
79
79
  "@elastic/elasticsearch-mock": "^1.0.0",
80
80
  "@short.io/opensearch-mock": "^0.4.0",