@backstage/plugin-search-backend 2.0.4-next.1 → 2.0.5-next.0
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 +31 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend
|
|
2
2
|
|
|
3
|
+
## 2.0.5-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-defaults@0.11.2-next.0
|
|
9
|
+
- @backstage/backend-openapi-utils@0.6.0-next.0
|
|
10
|
+
- @backstage/plugin-permission-node@0.10.3-next.0
|
|
11
|
+
- @backstage/plugin-search-backend-node@1.3.14-next.0
|
|
12
|
+
- @backstage/backend-plugin-api@1.4.2-next.0
|
|
13
|
+
- @backstage/config@1.3.3
|
|
14
|
+
- @backstage/errors@1.2.7
|
|
15
|
+
- @backstage/types@1.2.1
|
|
16
|
+
- @backstage/plugin-permission-common@0.9.1
|
|
17
|
+
- @backstage/plugin-search-common@1.2.19
|
|
18
|
+
|
|
19
|
+
## 2.0.4
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 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
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/config@1.3.3
|
|
26
|
+
- @backstage/plugin-permission-common@0.9.1
|
|
27
|
+
- @backstage/plugin-permission-node@0.10.2
|
|
28
|
+
- @backstage/backend-defaults@0.11.1
|
|
29
|
+
- @backstage/backend-openapi-utils@0.5.5
|
|
30
|
+
- @backstage/backend-plugin-api@1.4.1
|
|
31
|
+
- @backstage/plugin-search-backend-node@1.3.13
|
|
32
|
+
- @backstage/plugin-search-common@1.2.19
|
|
33
|
+
|
|
3
34
|
## 2.0.4-next.1
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5-next.0",
|
|
4
4
|
"description": "The Backstage backend plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/backend-defaults": "0.11.
|
|
74
|
-
"@backstage/backend-openapi-utils": "0.
|
|
75
|
-
"@backstage/backend-plugin-api": "1.4.
|
|
76
|
-
"@backstage/config": "1.3.3
|
|
73
|
+
"@backstage/backend-defaults": "0.11.2-next.0",
|
|
74
|
+
"@backstage/backend-openapi-utils": "0.6.0-next.0",
|
|
75
|
+
"@backstage/backend-plugin-api": "1.4.2-next.0",
|
|
76
|
+
"@backstage/config": "1.3.3",
|
|
77
77
|
"@backstage/errors": "1.2.7",
|
|
78
|
-
"@backstage/plugin-permission-common": "0.9.1
|
|
79
|
-
"@backstage/plugin-permission-node": "0.10.
|
|
80
|
-
"@backstage/plugin-search-backend-node": "1.3.
|
|
81
|
-
"@backstage/plugin-search-common": "1.2.19
|
|
78
|
+
"@backstage/plugin-permission-common": "0.9.1",
|
|
79
|
+
"@backstage/plugin-permission-node": "0.10.3-next.0",
|
|
80
|
+
"@backstage/plugin-search-backend-node": "1.3.14-next.0",
|
|
81
|
+
"@backstage/plugin-search-common": "1.2.19",
|
|
82
82
|
"@backstage/types": "1.2.1",
|
|
83
83
|
"dataloader": "^2.0.0",
|
|
84
84
|
"express": "^4.17.1",
|
|
@@ -88,9 +88,9 @@
|
|
|
88
88
|
"zod": "^3.22.4"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
|
-
"@backstage/backend-test-utils": "1.7.
|
|
92
|
-
"@backstage/cli": "0.33.
|
|
93
|
-
"@backstage/repo-tools": "0.15.
|
|
91
|
+
"@backstage/backend-test-utils": "1.7.1-next.0",
|
|
92
|
+
"@backstage/cli": "0.33.2-next.0",
|
|
93
|
+
"@backstage/repo-tools": "0.15.1-next.0",
|
|
94
94
|
"@types/express": "^4.17.6",
|
|
95
95
|
"@types/supertest": "^2.0.8",
|
|
96
96
|
"supertest": "^7.0.0"
|