@backstage/plugin-search-backend-module-pg 0.5.23-next.1 → 0.5.23

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,30 @@
1
1
  # @backstage/plugin-search-backend-module-pg
2
2
 
3
+ ## 0.5.23
4
+
5
+ ### Patch Changes
6
+
7
+ - 744c0cb: Start importing `QueryTranslator`, `QueryRequestOptions` and `SearchEngine` from the `@backstage/plugin-search-backend-node`.
8
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
9
+ Updated dependency `@types/uuid` to `^9.0.0`.
10
+ - Updated dependencies
11
+ - @backstage/backend-common@0.21.4
12
+ - @backstage/config@1.2.0
13
+ - @backstage/backend-plugin-api@0.6.14
14
+ - @backstage/plugin-search-common@1.2.11
15
+ - @backstage/plugin-search-backend-node@1.2.18
16
+
17
+ ## 0.5.23-next.2
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.21.4-next.2
23
+ - @backstage/backend-plugin-api@0.6.14-next.2
24
+ - @backstage/config@1.2.0-next.1
25
+ - @backstage/plugin-search-backend-node@1.2.18-next.2
26
+ - @backstage/plugin-search-common@1.2.11-next.1
27
+
3
28
  ## 0.5.23-next.1
4
29
 
5
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg",
3
- "version": "0.5.23-next.1",
3
+ "version": "0.5.23",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-pg",
3
- "version": "0.5.23-next.1",
3
+ "version": "0.5.23",
4
4
  "description": "A module for the search backend that implements search using PostgreSQL",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -46,19 +46,19 @@
46
46
  "test": "backstage-cli package test"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/backend-common": "^0.21.4-next.1",
50
- "@backstage/backend-plugin-api": "^0.6.14-next.1",
51
- "@backstage/config": "^1.2.0-next.1",
52
- "@backstage/plugin-search-backend-node": "^1.2.18-next.1",
53
- "@backstage/plugin-search-common": "^1.2.11-next.1",
49
+ "@backstage/backend-common": "^0.21.4",
50
+ "@backstage/backend-plugin-api": "^0.6.14",
51
+ "@backstage/config": "^1.2.0",
52
+ "@backstage/plugin-search-backend-node": "^1.2.18",
53
+ "@backstage/plugin-search-common": "^1.2.11",
54
54
  "knex": "^3.0.0",
55
55
  "lodash": "^4.17.21",
56
56
  "uuid": "^9.0.0",
57
57
  "winston": "^3.2.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/backend-test-utils": "^0.3.4-next.1",
61
- "@backstage/cli": "^0.25.3-next.1"
60
+ "@backstage/backend-test-utils": "^0.3.4",
61
+ "@backstage/cli": "^0.26.0"
62
62
  },
63
63
  "configSchema": "config.d.ts"
64
64
  }