@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20220703024846 → 0.0.0-nightly-20220706025229

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 +16 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
- ## 0.0.0-nightly-20220703024846
3
+ ## 0.0.0-nightly-20220706025229
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,9 +10,21 @@
10
10
 
11
11
  - 679b32172e: Updated dependency `knex` to `^2.0.0`.
12
12
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220703024846
14
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20220703024846
15
- - @backstage/plugin-search-common@0.0.0-nightly-20220703024846
13
+ - @backstage/backend-common@0.0.0-nightly-20220706025229
14
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20220706025229
15
+ - @backstage/plugin-search-common@0.0.0-nightly-20220706025229
16
+
17
+ ## 0.3.5-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - 423e3d8e95: **DEPRECATED**: `PgSearchEngine` static `from` has been deprecated and will be removed in a future release. Use static `fromConfig` method to instantiate.
22
+
23
+ Added support for highlighting matched terms in search result data
24
+
25
+ - 679b32172e: Updated dependency `knex` to `^2.0.0`.
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.14.1-next.2
16
28
 
17
29
  ## 0.3.5-next.1
18
30
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg",
3
3
  "description": "A module for the search backend that implements search using PostgreSQL",
4
- "version": "0.0.0-nightly-20220703024846",
4
+ "version": "0.0.0-nightly-20220706025229",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,17 +23,17 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20220703024846",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220706025229",
27
27
  "@backstage/config": "^1.0.1",
28
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220703024846",
29
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220703024846",
28
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220706025229",
29
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220706025229",
30
30
  "lodash": "^4.17.21",
31
31
  "knex": "^2.0.0",
32
32
  "uuid": "^8.3.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220703024846",
36
- "@backstage/cli": "^0.0.0-nightly-20220703024846"
35
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220706025229",
36
+ "@backstage/cli": "^0.0.0-nightly-20220706025229"
37
37
  },
38
38
  "files": [
39
39
  "dist",