@backstage/plugin-search-backend-module-pg 0.0.0-nightly-20220614024926 → 0.0.0-nightly-20220622024934

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 +20 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,30 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
- ## 0.0.0-nightly-20220614024926
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20220622024934
9
+ - @backstage/plugin-search-backend-node@0.0.0-nightly-20220622024934
10
+
11
+ ## 0.3.5-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/backend-common@0.14.1-next.0
17
+ - @backstage/plugin-search-backend-node@0.6.3-next.0
18
+
19
+ ## 0.3.4
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - 915700f64f: The provided search engine now adds a pagination-aware `rank` value to all results.
8
24
  - Updated dependencies
9
- - @backstage/plugin-search-common@0.0.0-nightly-20220614024926
10
- - @backstage/backend-common@0.0.0-nightly-20220614024926
11
- - @backstage/plugin-search-backend-node@0.0.0-nightly-20220614024926
25
+ - @backstage/plugin-search-common@0.3.5
26
+ - @backstage/backend-common@0.14.0
27
+ - @backstage/plugin-search-backend-node@0.6.2
12
28
 
13
29
  ## 0.3.4-next.2
14
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-20220614024926",
4
+ "version": "0.0.0-nightly-20220622024934",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -23,15 +23,15 @@
23
23
  "clean": "backstage-cli package clean"
24
24
  },
25
25
  "dependencies": {
26
- "@backstage/backend-common": "^0.0.0-nightly-20220614024926",
27
- "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220614024926",
28
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220614024926",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20220622024934",
27
+ "@backstage/plugin-search-backend-node": "^0.0.0-nightly-20220622024934",
28
+ "@backstage/plugin-search-common": "^0.3.5",
29
29
  "lodash": "^4.17.21",
30
30
  "knex": "^1.0.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@backstage/backend-test-utils": "^0.0.0-nightly-20220614024926",
34
- "@backstage/cli": "^0.0.0-nightly-20220614024926"
33
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20220622024934",
34
+ "@backstage/cli": "^0.0.0-nightly-20220622024934"
35
35
  },
36
36
  "files": [
37
37
  "dist",