@backstage/plugin-search-backend 1.4.7-next.1 → 1.4.7
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 +30 -0
- package/alpha/package.json +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-search-backend
|
|
2
2
|
|
|
3
|
+
## 1.4.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6694b369a3: Update the OpenAPI spec with more complete error responses and request bodies using Optic. Also, updates the test cases to use the new `supertest` pass through from `@backstage/backend-openapi-utils`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-search-backend-node@1.2.11
|
|
10
|
+
- @backstage/backend-common@0.19.9
|
|
11
|
+
- @backstage/backend-plugin-api@0.6.7
|
|
12
|
+
- @backstage/plugin-permission-common@0.7.10
|
|
13
|
+
- @backstage/backend-openapi-utils@0.1.0
|
|
14
|
+
- @backstage/config@1.1.1
|
|
15
|
+
- @backstage/errors@1.2.3
|
|
16
|
+
- @backstage/types@1.1.1
|
|
17
|
+
- @backstage/plugin-auth-node@0.4.1
|
|
18
|
+
- @backstage/plugin-permission-node@0.7.18
|
|
19
|
+
- @backstage/plugin-search-common@1.2.8
|
|
20
|
+
|
|
21
|
+
## 1.4.7-next.2
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @backstage/backend-plugin-api@0.6.7-next.2
|
|
27
|
+
- @backstage/backend-common@0.19.9-next.2
|
|
28
|
+
- @backstage/backend-openapi-utils@0.1.0-next.2
|
|
29
|
+
- @backstage/plugin-auth-node@0.4.1-next.2
|
|
30
|
+
- @backstage/plugin-permission-node@0.7.18-next.2
|
|
31
|
+
- @backstage/plugin-search-backend-node@1.2.11-next.2
|
|
32
|
+
|
|
3
33
|
## 1.4.7-next.1
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-backend",
|
|
3
3
|
"description": "The Backstage backend plugin that provides your backstage app with search",
|
|
4
|
-
"version": "1.4.7
|
|
4
|
+
"version": "1.4.7",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"clean": "backstage-cli package clean"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@backstage/backend-common": "^0.19.9
|
|
44
|
-
"@backstage/backend-openapi-utils": "^0.1.0
|
|
45
|
-
"@backstage/backend-plugin-api": "^0.6.7
|
|
43
|
+
"@backstage/backend-common": "^0.19.9",
|
|
44
|
+
"@backstage/backend-openapi-utils": "^0.1.0",
|
|
45
|
+
"@backstage/backend-plugin-api": "^0.6.7",
|
|
46
46
|
"@backstage/config": "^1.1.1",
|
|
47
47
|
"@backstage/errors": "^1.2.3",
|
|
48
|
-
"@backstage/plugin-auth-node": "^0.4.1
|
|
49
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
50
|
-
"@backstage/plugin-permission-node": "^0.7.18
|
|
51
|
-
"@backstage/plugin-search-backend-node": "^1.2.11
|
|
52
|
-
"@backstage/plugin-search-common": "^1.2.
|
|
48
|
+
"@backstage/plugin-auth-node": "^0.4.1",
|
|
49
|
+
"@backstage/plugin-permission-common": "^0.7.10",
|
|
50
|
+
"@backstage/plugin-permission-node": "^0.7.18",
|
|
51
|
+
"@backstage/plugin-search-backend-node": "^1.2.11",
|
|
52
|
+
"@backstage/plugin-search-common": "^1.2.8",
|
|
53
53
|
"@backstage/types": "^1.1.1",
|
|
54
54
|
"@types/express": "^4.17.6",
|
|
55
55
|
"dataloader": "^2.0.0",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"zod": "^3.21.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@backstage/backend-test-utils": "^0.2.8
|
|
66
|
-
"@backstage/cli": "^0.24.0
|
|
65
|
+
"@backstage/backend-test-utils": "^0.2.8",
|
|
66
|
+
"@backstage/cli": "^0.24.0",
|
|
67
67
|
"@types/supertest": "^2.0.8",
|
|
68
68
|
"supertest": "^6.1.3"
|
|
69
69
|
},
|