@backstage/plugin-search-backend 2.0.4-next.0 → 2.0.4

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 +29 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 69fb975: Error messages should not contain backend SQL query strings in the API response, this change will ensure that messages are logged and empty response is returned to the user
8
+ - Updated dependencies
9
+ - @backstage/config@1.3.3
10
+ - @backstage/plugin-permission-common@0.9.1
11
+ - @backstage/plugin-permission-node@0.10.2
12
+ - @backstage/backend-defaults@0.11.1
13
+ - @backstage/backend-openapi-utils@0.5.5
14
+ - @backstage/backend-plugin-api@1.4.1
15
+ - @backstage/plugin-search-backend-node@1.3.13
16
+ - @backstage/plugin-search-common@1.2.19
17
+
18
+ ## 2.0.4-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/config@1.3.3-next.0
24
+ - @backstage/plugin-permission-common@0.9.1-next.0
25
+ - @backstage/plugin-permission-node@0.10.2-next.0
26
+ - @backstage/backend-defaults@0.11.1-next.1
27
+ - @backstage/backend-plugin-api@1.4.1-next.0
28
+ - @backstage/plugin-search-backend-node@1.3.13-next.0
29
+ - @backstage/plugin-search-common@1.2.19-next.0
30
+ - @backstage/backend-openapi-utils@0.5.5-next.0
31
+
3
32
  ## 2.0.4-next.0
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "2.0.4-next.0",
3
+ "version": "2.0.4",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -70,16 +70,16 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-defaults": "0.11.1-next.0",
74
- "@backstage/backend-openapi-utils": "0.5.4",
75
- "@backstage/backend-plugin-api": "1.4.0",
76
- "@backstage/config": "1.3.2",
77
- "@backstage/errors": "1.2.7",
78
- "@backstage/plugin-permission-common": "0.9.0",
79
- "@backstage/plugin-permission-node": "0.10.1",
80
- "@backstage/plugin-search-backend-node": "1.3.12",
81
- "@backstage/plugin-search-common": "1.2.18",
82
- "@backstage/types": "1.2.1",
73
+ "@backstage/backend-defaults": "^0.11.1",
74
+ "@backstage/backend-openapi-utils": "^0.5.5",
75
+ "@backstage/backend-plugin-api": "^1.4.1",
76
+ "@backstage/config": "^1.3.3",
77
+ "@backstage/errors": "^1.2.7",
78
+ "@backstage/plugin-permission-common": "^0.9.1",
79
+ "@backstage/plugin-permission-node": "^0.10.2",
80
+ "@backstage/plugin-search-backend-node": "^1.3.13",
81
+ "@backstage/plugin-search-common": "^1.2.19",
82
+ "@backstage/types": "^1.2.1",
83
83
  "dataloader": "^2.0.0",
84
84
  "express": "^4.17.1",
85
85
  "lodash": "^4.17.21",
@@ -88,9 +88,9 @@
88
88
  "zod": "^3.22.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/backend-test-utils": "1.7.0-next.0",
92
- "@backstage/cli": "0.33.1-next.0",
93
- "@backstage/repo-tools": "0.15.0-next.0",
91
+ "@backstage/backend-test-utils": "^1.7.0",
92
+ "@backstage/cli": "^0.33.1",
93
+ "@backstage/repo-tools": "^0.15.0",
94
94
  "@types/express": "^4.17.6",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "supertest": "^7.0.0"